Saltar al contenido principal
GET
Get a payout
v1 · Base URL https://api.fintoc.com/v1

Autorizaciones

Authorization
string
header
requerido

Parámetros de ruta

id
string
requerido

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.

id
string
requerido

Unique identifier of the payout.

Ejemplo:

"po_BO381oEATXonG6bj"

object
any
requerido

Type of the object. Always payout.

amount
integer
requerido

Value disbursed, in the smallest unit of the currency. CLP has no decimals, so amounts are in pesos. MXN amounts are in centavos.

Ejemplo:

550000

created_at
string<date-time>
requerido

ISO 8601 timestamp, in UTC, of when Fintoc created the payout.

Ejemplo:

"2026-03-04T14:10:00Z"

currency
string
requerido

Three-letter ISO 4217 currency code, returned in uppercase.

Ejemplo:

"CLP"

mode
enum<string>
requerido

Mode of the object. live objects use real institution data, test objects use fake data for integration testing.

Opciones disponibles:
test,
live
Ejemplo:

"live"

recipient_account
object
requerido

Bank account that receives the payout.

status
enum<string>
requerido

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).

Opciones disponibles:
in_progress,
succeeded,
canceled,
returned
Ejemplo:

"succeeded"

succeeded_at
string<date-time> | null
requerido

ISO 8601 timestamp, in UTC, of when the payout succeeded. null until the payout succeeds.

Ejemplo:

"2026-03-05T12:00:00Z"

updated_at
string<date-time>
requerido

ISO 8601 timestamp, in UTC, of when Fintoc last updated the payout.

Ejemplo:

"2026-03-05T12:00:00Z"