curl --request GET \
--url https://api.cadanapay.com/v1/payouts \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "d0137ede-7df1-4a54-8206-b3ab7b03876f",
"beneficiaryId": "c871b333-e129-409c-aabd-7cfb55a967cc",
"quoteId": "d35d2bd6-188b-4e82-9a16-71442dad7375",
"reference": "payout-123",
"amount": {
"amount": 100000,
"currency": "COP"
},
"sourceAmount": {
"amount": 100000,
"currency": "COP"
},
"feeAmount": {
"amount": 100000,
"currency": "COP"
},
"fxRate": "4059.318355",
"status": "succeeded",
"createdTimestamp": 1748478276,
"lastUpdatedTimestamp": 1748478276
}
],
"node": {
"previous": null,
"next": "ca_123"
}
}Retrieve payouts
curl --request GET \
--url https://api.cadanapay.com/v1/payouts \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "d0137ede-7df1-4a54-8206-b3ab7b03876f",
"beneficiaryId": "c871b333-e129-409c-aabd-7cfb55a967cc",
"quoteId": "d35d2bd6-188b-4e82-9a16-71442dad7375",
"reference": "payout-123",
"amount": {
"amount": 100000,
"currency": "COP"
},
"sourceAmount": {
"amount": 100000,
"currency": "COP"
},
"feeAmount": {
"amount": 100000,
"currency": "COP"
},
"fxRate": "4059.318355",
"status": "succeeded",
"createdTimestamp": 1748478276,
"lastUpdatedTimestamp": 1748478276
}
],
"node": {
"previous": null,
"next": "ca_123"
}
}Documentation Index
Fetch the complete documentation index at: https://docs.cadanapay.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Client reference to filter payouts
Filter by payout status
initiated, processing, succeeded, failed Filter payouts created on or after this date (ISO 8601)
Filter payouts created on or before this date (ISO 8601)
Sort order by creation date
asc, desc Pagination cursor returned from a previous request
Maximum number of results to return
Response format. When set to csv, returns all matching payouts as a CSV file download. Requires startDate and endDate.
csv