| HTTP status | Error code | Description |
|---|---|---|
| 400 | VALIDATION_ERROR | Request validation failed |
| 401 | UNAUTHORIZED | Missing or invalid authorization token |
| 403 | FORBIDDEN | You do not have permission to access this resource |
| 500 | INTERNAL_ERROR | Unexpected server error |
curl --location 'https://api.paypaga.com/v2/transactions/pay-out?lookup=undefined&country=undefined¤cy=undefined&payment_method=undefined&status=undefined&date_from=undefined&date_to=undefined&page=undefined&page_size=undefined'{
"items": [
{
"transaction_id": "20240806-2010-4086-8342-c28f4979f834",
"merchant_order_reference": "ORDER-2026-0001",
"merchant_transaction_reference": "TRX-2026-0001",
"initiated_on": "2024-08-06T20:05:40Z",
"created_on": "2024-08-06T18:02:41Z",
"approved_on": "2024-08-06T18:07:41Z",
"failed_on": "2024-08-06T19:15:00Z",
"fail_reason": "Bank account closed",
"country": "BR",
"currency": "BRL",
"payment_method": "top_up",
"fields": {
"name": "Maria Alves",
"document": 12345678909,
"bank_code": 1,
"account_number": "12345-6"
},
"transaction_amount": 500,
"fee": 3,
"tax": 0,
"status": "initiated",
"meta": {
"settlement_id": "SETTLEMENT-2024-06-15",
"requested_by": "automation"
}
}
],
"meta": {
"page": 1,
"page_size": 25,
"total_items": 200
}
}