curl --request GET \
--url https://upay-sistema-api.onrender.com/api/withdraws/{id} \
--header 'API-Key: <api-key>'{
"data": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"userId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"amountCents": 5000,
"feeCents": 350,
"netAmount": 4650,
"status": "PENDING",
"pixKeyType": "cpf",
"pixKey": "<string>",
"externalId": "<string>",
"failureReason": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"processedAt": "2023-11-07T05:31:56Z",
"completedAt": "2023-11-07T05:31:56Z",
"failedAt": "2023-11-07T05:31:56Z"
}
}Consulte os detalhes de uma solicitação de saque específica
curl --request GET \
--url https://upay-sistema-api.onrender.com/api/withdraws/{id} \
--header 'API-Key: <api-key>'{
"data": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"userId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"amountCents": 5000,
"feeCents": 350,
"netAmount": 4650,
"status": "PENDING",
"pixKeyType": "cpf",
"pixKey": "<string>",
"externalId": "<string>",
"failureReason": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"processedAt": "2023-11-07T05:31:56Z",
"completedAt": "2023-11-07T05:31:56Z",
"failedAt": "2023-11-07T05:31:56Z"
}
}