Standard Checkout
You can also integrate through the standard checkout approach, which allows you to generate a link for a particular transaction. This is done by calling our initialize transaction API
which generates a checkout link, your customers can click on and then make payment.
How to Integrate
When your customer clicks on the checkout button, make a call to our initialize transaction API
. We authenticate this call, by a Bearer Token, passed alongside the request. To see how to get you Bearer Token, click here getting my parallex pay Bearer Token.
You can pass the customer details such as email during this call. Parallex Pay validates your request and sends back a checkout link to complete payment.
Note that in cases where you require your customers to bear the charge for a transaction, the agreed charge should be added to the transaction amount. This charge will be deducted after the transaction is completed and the merchant settled the transaction amount.
-X POST
https://seerbitapi.com/api/v2/payments
-H 'Content-Type: application/json'
-H 'Authorization: Bearer {token}
Last updated