Get a payout
Retrieves a payout by its id. Only payouts matching the live or test mode of the API key are visible.
v1 · Base URL https://api.fintoc.com/v1Autorizaciones
Parámetros de ruta
Unique identifier of the payout to retrieve.
Respuesta
The payout.
A payout is a transfer of funds Fintoc settles to a recipient bank account. Each payout groups the payment intents, charges, and refunds it disburses or discounts.
Unique identifier of the payout.
"po_BO381oEATXonG6bj"
Type of the object. Always payout.
Value disbursed, in the smallest unit of the currency. CLP has no decimals, so amounts are in pesos. MXN amounts are in centavos.
550000
ISO 8601 timestamp, in UTC, of when Fintoc created the payout.
"2026-03-04T14:10:00Z"
Three-letter ISO 4217 currency code, returned in uppercase.
"CLP"
Mode of the object. live objects use real institution data, test objects use fake data for integration testing.
test, live "live"
Bank account that receives the payout.
Status of the payout. One of in_progress (Fintoc is processing the transfer), succeeded (the funds reached the recipient account), canceled (the payout failed or was canceled before sending the funds), or returned (the receiving institution returned the funds).
in_progress, succeeded, canceled, returned "succeeded"
ISO 8601 timestamp, in UTC, of when the payout succeeded. null until the payout succeeds.
"2026-03-05T12:00:00Z"
ISO 8601 timestamp, in UTC, of when Fintoc last updated the payout.
"2026-03-05T12:00:00Z"