Process Plaintext Credentials
The keys available in the plaintext credential JSON object will be used to construct API requests for merchants. You should parse these values and store them locally. You should expect the following:
- merchant_id – used in API requests and widget render requests
- access_key – used in API requests
- secret_key – used to sign API requests
- client_id – used to identify the Login with Amazon application via the front end
- client_secret – used to sign Login with Amazon API requests
IMPORTANT : The secret_key and client_secret must be stored in an encrypted format.
Please see the Amazon Pay integration documentation, available on the Amazon Pay website, for details on how to use these keys to make requests. (U.S. link; DE link; UK link)