Skip to main content
GET
List payouts
v1 · Base URL https://api.fintoc.com/v1

Authorizations

Authorization
string
header
required

Query Parameters

since
string<date>

ISO 8601 date. Returns only payouts created on or after this date.

until
string<date>

ISO 8601 date. Returns only payouts created on or before this date.

status
enum<string>

Returns only payouts with this status. One of in_progress, succeeded, canceled, or returned. See the payout status attribute for what each value means.

Available options:
in_progress,
succeeded,
canceled,
returned
page
integer<int32>

Page number to retrieve. Starts at 1.

per_page
integer<int32>

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.

id
string
required

Unique identifier of the payout.

Example:

"po_BO381oEATXonG6bj"

object
any
required

Type of the object. Always payout.

amount
integer
required

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

Example:

550000

created_at
string<date-time>
required

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

Example:

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

currency
string
required

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

Example:

"CLP"

mode
enum<string>
required

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

Available options:
test,
live
Example:

"live"

recipient_account
object
required

Bank account that receives the payout.

status
enum<string>
required

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

Available options:
in_progress,
succeeded,
canceled,
returned
Example:

"succeeded"

succeeded_at
string<date-time> | null
required

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

Example:

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

updated_at
string<date-time>
required

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

Example:

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