Withdrawal Status
Returns the current status of a withdrawal previously submitted with a request_id. Both the client who initiated the withdrawal and the payment agent can query this endpoint. The status progresses from pending to complete, rejected, or failed. A request_id that doesn't match any of your withdrawals returns RequestIDNotFound.
Endpoint
/payment-agents/v1/withdraw/{request_id}URL Base: https://api.derivws.com
Códigos de Estado
Respuestas de Error
{
"data": {},
"errors": [
{
"status": 400,
"code": "RequestIDNotFound",
"detail": { "message": "No withdrawal found for the given request_id" }
}
],
"metadata": {
"endpoint": "/payment-agents/v1/withdraw/unknown-id",
"method": "GET",
"timing": 8
}
}Requiere autenticación
Deriv-App-ID para identificar su aplicación. Alcance OAuth2: paymentAcerca de Withdrawal Status
El endpoint GET /payment-agents/v1/withdraw/{request_id}: Returns the current status of a withdrawal previously submitted with a request_id. Both the client who initiated the withdrawal and the payment agent can query this endpoint. The status progresses from pending to complete, rejected, or failed. A request_id that doesn't match any of your withdrawals returns RequestIDNotFound.
¿Alguna otra pregunta? Póngase en contacto