Digital River-maintained customer login
Learn about the Digital River-maintained customer login.
If Digital River maintains the master record for the customer login credentials, the payload must contain the username
and password
. The customer's password
must be base64 encoded.
{
"shopper": {
"username": "[email protected]",
"password": "cFGzc3dvcmQ=",
"firstName": "John",
"lastName": "Johnson",
"emailAddress": "[email protected]",
"locale": "en_US",
"currency": "USD"
}
}
Last updated
Was this helpful?