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.
Point de terminaison
/payment-agents/v1/withdraw/{request_id}URL de base : https://api.derivws.com
Codes de statut
Réponses d'erreur
{
"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
}
}Authentification requise
Deriv-App-ID pour identifier votre application. Portée OAuth2 : paymentÀ propos de Withdrawal Status
Le point de terminaison 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.
D'autres questions ? Nous contacter