Saved Card Billing
Charge the saved card
Once the card is saved you can charged the card anytime using the charge API
POST
Headers
Example:
"b286daabf9921b5a01a4621f026c111e046f8911feba212996c92159b98427d"
Path Parameters
id value from the create recurring billing API
Body
application/json
Response
200
application/json
200
The response is of type object
.
Previous
Get saved card detailsUse this API to get the detail of recurring billing with a saved card. If the card is saved the response will have the card details (The last 4 digits and card brand). You can use the card details to display it to the users so they are aware of which card is saved and give them the option to change the card by navigating to the “url”
Next