List payouts
Returns a paginated list of your organization’s payouts, in the live or test mode of the API key you use. Use since, until, and status to filter the results.
v1 · Base URL https://api.fintoc.com/v1Authorizations
Query Parameters
ISO 8601 date. Returns only payouts created on or after this date.
ISO 8601 date. Returns only payouts created on or before this date.
Returns only payouts with this status. One of in_progress, succeeded, canceled, or returned. See the payout status attribute for what each value means.
in_progress, succeeded, canceled, returned Page number to retrieve. Starts at 1.
Number of payouts per page. Defaults to 30. The maximum is 300.
Response
Paginated list of payouts. The Link and X-Total-Count headers carry the pagination information.
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"