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.

Best Practices: Explicitly set the locale and currency for a customer at the start of a session.

{
	"shopper": {
		"username": "myShopper@myCompany.com",
		"password": "cFGzc3dvcmQ=",
		"firstName": "John",
		"lastName": "Johnson",
		"emailAddress": "jjohnson@myCompany.com",
		"locale": "en_US",
		"currency": "USD"
 	}
 }

Last updated