Charge Subscription
URL: https://seerbitapi.com/api/v2/recurring/charge
Authorization Bearer {Token}
POST{
"amount":"200",
"publicKey":"publicKey",
"email":"[email protected]",
"authorizationCode":"1234567898765325",
"paymentReference":"2938765582R37065687631",
"currency":"NGN"
}{
"status": "SUCCESS",
"data": {
"code": "00",
"payments": {
"code": "00",
"message": "Successful",
"paymentReference": "2938765582R37065687631",
"publicKey": "BPTEST**************************viTF",
"amount": "200",
"currency": "NGN",
"country": "NG",
"email": "[email protected]",
"productDescription": "Authorised charge"
},
"message": "Successful"
}
}Parameter
Description
Type
Last updated