---
title: Accepting Merchant Credentials (Manual Configuration)
url: amazon-pay-registration/hostedcredentialsmanual.html
---

Upon completion of the simplified registration workflow, if you have not provided the return URL (in
which case the page displays a “Continue to Seller Central” link to the merchant), or if the merchant
clicks the Seller Central link provided on the registration page, the merchant will be sent to Seller
Central. This serves the dual purpose of letting merchants know that they need to complete some post-
registration activities and showing them their credentials. Among the credentials shown, the following
fields are needed for you to make API calls on behalf of the merchant:

<ul>

	<li><strong>merchant_id</strong> – This is the Amazon ID associated with the merchant.</li>
	<li><strong>client_id</strong> – This is the public key needed to render the Login with Amazon button.</li>
	<li><strong>MWSAuthToken</strong> – This is a unique shared secret token that is passed via an additional
		parameter in API calls to increase security.
		<br>
		<strong>Note:</strong> The MWSAuthToken must be encrypted before storing it on disk.</li>
</ul>
In this circumstance, the merchant must be allowed to enter these 3 values by way of input form fields
in the Ecommerce provider backend.

<strong>Note:</strong> See the Amazon Pay help pages for information on finding your merchant credentials ([US link](https://pay.amazon.com/us/help/202022560); [UK
link](https://pay.amazon.com/uk/help/202022560); [DE link](https://pay.amazon.com/de/help/202022560)).