Installation
Create Payment model
to create a payment model you need to extend one of the following classesAbstractPayment
, AnonymPayment
, AnonymPayment
.
CreatePaymentView
you can create a new Payment usingCreatePaymentView
, this class extends from CreateView
Example

PaymentConfirmationView
if you want to confirme payment you can usePaymentConfirmationView
view, this view responsable for reciving payment confirmation from third party.
PaymentObjectStatusView, Or PaymentObjectDoneView
to check payment status you can usePaymentObjectStatusView
, Or PaymentObjectDoneView
check the doc to see dirence
Example

FakePayment
if you are working inDevlopment
mode you can use FakePaymentView
all you need to do is to create a view and extend this class and add FakePaymentMixin
, to Payment
model
Example
