Standard Checkout
How to Integrate
-X POST
https://seerbitapi.com/api/v2/payments
-H 'Content-Type: application/json'
-H 'Authorization: Bearer {token}{
"publicKey":"merchant publickey",
"amount":"5000.00",
"currency":"NGN",
"country":"NG",
"paymentReference":"643108207792124616573324",
"email":"[email protected]",
"productId":"64310880-2708933-427",
"productDescription":"product description",
"callbackUrl":"http:yourwebsite.com"
}{
"status": "SUCCESS",
"data": {
"code": "00",
"payments": {
"redirectLink": "http://checkout.com/#/?mid=merchantpublickey&paymentReference=643108207792124616573324",
"paymentStatus": "08"
},
"message": "Successful"
}
}Last updated