cURL
curl --request POST \ --url https://api.axnpay.com.br/v1/integrations/create-cashout \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "amount": 500000.005, "pixKey": "<string>", "pixKeyType": "CPF", "idempotencyKey": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } '
{ "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", "_info": "<string>" }
Use sua secret key: Bearer sk_live_prod_...
0.01 <= x <= 1000000
CPF
CNPJ
EMAIL
PHONE
EVP
Saque criado
PENDING
PROCESSING
COMPLETED
FAILED
REVERSED
CANCELLED
CHARGEBACK
CASHIN
CASHOUT
INFRACTION
API
PAINEL
APP