Payments
GET /payment-origins
GET /payment-destinations
POST /payment-attempts
GET /payment-attempts
GET /payment-attempts/:id
GET /payments
GET /payments/:id
POST /payments
POST /payments/:id/authorized
POST /payments/:id/captured
POST /payments/:id/receivedPOST client-urlSchema representing a financial transaction, including details about the transaction's origins, destinations, amounts, fees, and status.
Unique identifier for the internal service.
External reference identifier for integrations.
Identifier linking the transaction to a specific user or organization.
External reference identifier for the identity associated with the transaction.
The account number involved in the transaction.
The total amount of the transaction.
Specifies the currency used, following the ISO 4217 standard for fiat currencies (e.g., CLP, ARS, MXN). Go to the currencies page for the complete list of supported values.
A brief description of the transaction.
The product or service related to the transaction. purchaseCurrency:Currency
The current status of the transaction (e.g., PENDING, AUTHORIZED, CAPTURED, ATTEMPT, REFUNDED).
Indicates the purpose of the payment. This field defines how the payment should be processed within the system, based on its intent—such as funding an account, withdrawing funds, transferring between users, collecting funds, or applying fees. Go to the payment types page for the complete list of supported values.
The amount paid in the transaction.
Specifies the currency used, following the ISO 4217 standard for fiat currencies (e.g., CLP, ARS, MXN). Go to the currencies page for the complete list of supported values.
Timestamp indicating when the transaction was created.
Timestamp indicating the last update to the transaction.
Timestamp indicating when the transaction expires, if applicable.
Timestamp indicating when the transaction was captured.
Timestamp indicating when the transaction was authorized.
Timestamp indicating when the transaction was refunded, if applicable.
Settlement period for the transaction.
The payment object
Details about any fees applied to the transaction.
The name of the fee.
The type of fee applied (e.g., FIXED, PERCENTAGE).
The value of the fee.
The calculated amount of the fee.
Specifies the currency used, following the ISO 4217 standard for fiat currencies (e.g., CLP, ARS, MXN). Go to the currencies page for the complete list of supported values.
The fee object
Last updated

