Charge Subscription
Authorise Charge - AuthorizationCode is gotten when a subscription has been successfully completed
URL: https://seerbitapi.com/api/v2/recurring/charge
Authorization Bearer {Token}
POST
Parameter
Description
Type
amount
this is the amount paid
string
required
this is the email of the customer
string
required
authorizationCode
this is returned when subscription is created
string
required
paymentReference
this is the unique identifier for a transaction
string
required
currency
this is the currency the transaction is to be carried out in
string
required
Last updated