The pawaPay Payment Page allows you to rapidly integrate mobile money into your website or mobile app providing:
Enter details
Authorise the payment
All done
It is also integrated with the rest of the pawaPay Merchant API, providing benefits such as:
Using the payment flow in your deposit or checkout experience is simple:
Start the session
When it’s time for the customer to pay, start a new session. The session will time out after 15 minutes.
Forward the customer
Forward the customer to the redirectUrl
provided in the response.
Wait for them to return
The customer will complete the payment on the Payment Page and will be forwarded to returnUrl
.
Verify the payment status
Your page on returnUrl
should check the status of the payment. The depositId
will be passed as a URL parameter.
Handle accordingly
Based on the status
of the payment, handle it as a successful, failed or long running payment.
The pawaPay Payment Page allows you to rapidly integrate mobile money into your website or mobile app providing:
Enter details
Authorise the payment
All done
It is also integrated with the rest of the pawaPay Merchant API, providing benefits such as:
Using the payment flow in your deposit or checkout experience is simple:
Start the session
When it’s time for the customer to pay, start a new session. The session will time out after 15 minutes.
Forward the customer
Forward the customer to the redirectUrl
provided in the response.
Wait for them to return
The customer will complete the payment on the Payment Page and will be forwarded to returnUrl
.
Verify the payment status
Your page on returnUrl
should check the status of the payment. The depositId
will be passed as a URL parameter.
Handle accordingly
Based on the status
of the payment, handle it as a successful, failed or long running payment.