id).GET/api/user/cashout/{id}application/jsonapi_token| Campo | Tipo | Obrigatório | Descrição |
|---|---|---|---|
x-api-key | string | Sim | Token de autenticação API Key |
User-Agent | UMBRELLAB2B/1.0 | Sim |
| Campo | Tipo | Obrigatório | Descrição |
|---|---|---|---|
id | string | Sim | Identificador único do cashout |
curl --location --request GET '/api/user/cashout/?limit=10&page=1&orderDirection=desc&orderBy=id&value'{
"status": 200,
"message": "Cashouts buscado(s) com sucesso",
"data": {
"data": [
{
"id": "2fa01877-c654-55de-983f-efffe71dd506",
"amount": 500,
"fee": 0,
"pixKey": "000000000000",
"pixType": "CPF",
"beneficiaryName": "nome completo",
"beneficiaryDocument": "000000000000",
"creditorName": null,
"creditorDocument": null,
"endToEndId": null,
"receiptUrl": null,
"description": "Saque de R$ 5,00.",
"postbackUrl": "teste",
"externalRef": null,
"error": null,
"status": "FAILED",
"sellerId": "056515c0-c8e9-4c7b-96ae-a24e4c5c08f7",
"gatewayProviderId": "0e1880c8-bb99-49f2-9ad1-d2c66837a3b3",
"gatewayId": "2f08cdbb-9713-59a56-800c-e868168c2d6d",
"createdAt": "2025-05-19T13:44:50.221Z",
"updatedAt": "2025-05-19T13:44:52.576Z"
}
],
"pages": 1,
"page": 1,
"limit": 10,
"total": 1
},
"error": null
}