v1
latestOpenAPI 3.0.1MIT2026-07-26336777.7 KBCharge a one-time amount against an existing subscription using its saved payment method.
post/subscription/merchant/one-time-charge
Headers
Idempotency-Keystring
A unique key for making the request idempotent. Must match pattern: ^[a-zA-Z0-9\-_:\.]+$. See Idempotent Requests for more details.
Request body
Example request
{
"subscriptionId": "sub_fooBOwYsaK50AEfK",
"amount": 500,
"currency": "USD",
"comments": "One-time setup fee for premium add-on"
}Response
Subscription One Time Charge response
Example response
{
"intentId": "in_gKAqR0DjLeOihdTE",
"status": "SUCCESS",
"errorCode": "card_declined",
"errorMessage": "The payment has been declined by the customer's bank."
}