Saved Card Billing
Charge the saved card
Once the card is saved you can charged the card anytime using the charge API
POST
/
v1
/
charge
/
recurring-billing
/
{recurring_billing_id}
Headers
X-BUSINESS-API-KEY
string
requiredPath Parameters
recurring_billing_id
string
requiredid value from the create recurring billing API
Body
application/json
amount
integer
requiredAmount to charge the card
currency
string
requiredThe currency, example: USD
Response
200 - application/json
payment_id
string
recurring_billing_id
string
amount
integer
default: 0currency
string
status
string
Was this page helpful?