Update Client Settings
Updates the authenticated client's preference for whether payment agents can see their real name on transactions. Set show_real_name to true to reveal it, or false to withhold it; the updated settings are returned. A client's first-ever payment agent interaction registers their account, so some 400 and 500 errors only occur on that first call.
Point de terminaison
/payment-agents/v1/clients/meURL de base : https://api.derivws.com
Codes de statut
Réponses d'erreur
{
"data": {},
"errors": [
{
"status": 400,
"code": "NoClientWallet",
"detail": { "message": "The client has no wallet available for payment-agent transactions" }
}
],
"metadata": {
"endpoint": "/payment-agents/v1/clients/me",
"method": "PATCH",
"timing": 12
}
}Authentification requise
Deriv-App-ID pour identifier votre application. Portée OAuth2 : paymentÀ propos de Update Client Settings
Le point de terminaison PATCH /payment-agents/v1/clients/me : Updates the authenticated client's preference for whether payment agents can see their real name on transactions. Set show_real_name to true to reveal it, or false to withhold it; the updated settings are returned. A client's first-ever payment agent interaction registers their account, so some 400 and 500 errors only occur on that first call.
D'autres questions ? Nous contacter