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.
Endpoint
/payment-agents/v1/clients/meURL Base: https://api.derivws.com
Códigos de Estado
Respuestas de Error
{
"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
}
}Requiere autenticación
Deriv-App-ID para identificar su aplicación. Alcance OAuth2: paymentAcerca de Update Client Settings
El endpoint 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.
¿Alguna otra pregunta? Póngase en contacto