Charge a one-time amount against an existing subscription using its saved payment method.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
A unique key for making the request idempotent. Must match pattern: ^[a-zA-Z0-9\-_:\.]+$. See Idempotent Requests for more details.
255^[a-zA-Z0-9\-_:\.]+$Subscription One Time Charge
Unique identifier of the subscription to charge against. The subscription's saved payment method will be used for this charge.
"sub_fooBOwYsaK50AEfK"
The amount in lowest count unit. e.g.: For USD 1, amount is 100 representing 100 cents. Must be within the currency's supported minimum and maximum bounds.
500
Three letter abbreviation of the currency. Refer supported currencies
"USD"
Optional free-form note describing the reason for this one-time charge.
"One-time setup fee for premium add-on"
Subscription One Time Charge response
Unique identifier of the payment intent created for this one-time charge.
"in_gKAqR0DjLeOihdTE"
The status of the payment intent. Refer payment intent status
"SUCCESS"
Machine readable failure reason when status is FAILED. null on a successful charge. See all possible values here.
"card_declined"
Human readable description of the failure reason when the charge was not successful. null on a successful charge.
"The payment has been declined by the customer's bank."