Withdraw GET
Retorna detalhes da solicitação de transferência.
Possíveis valores para o campo status
PENDING : Transferência pendente processamento
REFUSED : Transferência recusada
TRANSFERED : Transferência realizada/concluída
/withdraw[/:withdraw_id]
Request
Headers
Header | Value |
---|---|
Accept | application/json |
Authorization | Bearer token |
Response
Status Codes
- 406: Not Acceptable
- 415: Unsupported Media Type
- 200: OK
- 404: Not Found
- 401: Unauthorized
- 403: Forbidden
Headers
Header | Value |
---|---|
Content-Type | application/json |
Allow | Comma-separated list of all HTTP methods allowed |
Response Body
{ "id": 1045, "pg_wallet_id": 2, "pg_bank_account_id": 46, "amount": "5.00", "fee_amount": "0.00", "comment": "Solicitação feita por João", "status": "TRANSFERED", "created_at": "2025-01-09 17:23:24", "updated_at": "2025-01-09 17:24:25" }