cURL
curl --request GET \ --url https://api.axnpay.com.br/v1/integrations/cashout \ --header 'Authorization: Bearer <token>'
{ "data": [ { "transactionId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status": "PENDING", "type": "CASHIN", "source": "<string>", "origin": "API", "amount": 123, "feeAmount": 123, "finalAmount": 123, "description": "<string>", "productName": "<string>", "pixCode": "<string>", "pixKeyType": "CPF", "pixKey": "<string>", "clientName": "<string>", "clientEmail": "<string>", "clientPhone": "<string>", "clientCpf": "<string>", "externalId": "<string>", "endToEndId": "<string>", "receiptUrl": "<string>", "transactionDate": "2023-11-07T05:31:56Z", "paidAt": "2023-11-07T05:31:56Z", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ], "meta": { "current_page": 123, "per_page": 123, "total": 123, "last_page": 123, "from": 123, "to": 123 } }
CASHOUT
Use sua secret key: Bearer sk_live_prod_...
PENDING
PROCESSING
COMPLETED
FAILED
REVERSED
CANCELLED
CHARGEBACK
API
PAINEL
APP
Lista paginada de saques
Show child attributes