Skip to main content
POST
Charge the saved card

Headers

X-BUSINESS-API-KEY
string
required
Example:

"b286daabf9921b5a01a4621f026c111e046f8911feba212996c92159b98427d"

Path Parameters

recurring_billing_id
string<uuid>
required

id value from the create recurring billing API

Body

application/json
amount
integer<int32>
required

Amount to charge the card. Minimum value: it depends on the currency

Required range: x <= 9999999.99
Example:

100

currency
string
required

The currency

Example:

"SGD"

Response

200

payment_id
string
Example:

"9746f906-bdbb-4064-8372-642cf5877e0c"

recurring_billing_id
string
Example:

"9746f8c2-2b7c-4c78-8832-012f203ae687"

amount
integer
default:0
Example:

100

currency
string
Example:

"usd"

status
string
Example:

"succeeded"

Last modified on February 25, 2026