Charge a saved payment method
Payment Methods
Charge Method
POST
Charge a saved payment method
Documentation Index
Fetch the complete documentation index at: https://docs.compago.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Path Parameters
The unique identifier of the payment method to charge
Body
application/json
Request body for charging a saved payment method
The amount to charge in MXN. Must be a positive number.
Required range:
x >= 0.01Example:
500
Currency code. Defaults to MXN.
Available options:
MXN Example:
"MXN"
A description of the charge.
Example:
"Monthly subscription - January 2025"
Response
Payment created successfully
Response after charging a payment method
Unique identifier of the payment
Example:
"11111111-2222-3333-4444-555555555555"
Current status of the payment
Available options:
NOT_INITIALIZED, PENDING, CONFIRMED, CANCELLED, REFUNDED Example:
"CONFIRMED"
Example:
"MXN"