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/meBase URL: https://api.derivws.com
Status Codes
Error Responses
{
"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
}
}Authentication Required
Deriv-App-ID header to identify your application. OAuth2 Scope: paymentAbout Update Client Settings
The PATCH /payment-agents/v1/clients/me endpoint: 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.
Any other questions? Get in touch