v1
latestOpenAPI 3.1.02026-07-228956435.8 KBPayouts
Get a payout
Retrieves a payout by its id. Only payouts matching the live or test mode of the API key are visible.
get/payouts/{id}
Path parameters
idstring required
Unique identifier of the payout to retrieve.
Response
The payout.
Example response
{
"id": "po_BO381oEATXonG6bj",
"amount": 550000,
"created_at": "2026-03-04T14:10:00Z",
"currency": "CLP",
"mode": "live",
"recipient_account": {
"holder_id": "111111111",
"institution_id": "cl_banco_estado",
"number": "987654321",
"type": "checking_account"
},
"status": "succeeded",
"succeeded_at": "2026-03-05T12:00:00Z",
"updated_at": "2026-03-05T12:00:00Z"
}