Preliminary Remarks
Amazon Pay separates sandbox and production view in the so-called Integration Central . The drop-down menu in the header can be used to switch between the sandbox view and the production view .
Accordingly, there are also two views in Integration Central , which are also marked with either Sandbox environment or Live environment.
Note: This article describes the linking of the sandbox environment from Amazon Pay with the stage backend from Frisbii Media. The steps shown are identical to the live environment of Amazon Pay and the live backend of Frisbii Media. We recommend testing the implementation on the stage system first before using Amazon Pay as a payment method on Frisbii Media's live system.
API credentials and API key
Use the vertical lines at the top left to expand the menu .
Navigate to Integration Central.
Enter the following details in the Guides, keys and IDs to link your store.
Select Self-developed as Ecommerce provider or integration type using the drop down menu.
Select Recurring/Automatic payments as Payment type.
Click to Show instructions. The API login data is generated automatically.
Copy the Store ID and Merchant ID. Both will be needed later in the Frisbii Media Merchant Backend.
Create API key
Click on Create key (see screenshot above). A dialog box opens.
Select Generate API credentials.
Enter a name for API key.
In the Existing API keys area, the Public Key ID created is displayed.
The private key is automatically downloaded as a file (extension: .pem) when the key pair is created .
Save the file in a safe place.
The private key can be opened with any text editor software. The file contains a key text.
Note: The private key file cannot be downloaded a second time. If the file is lost, a new key pair must be generated.
Linking the data in the Frisbii Media Merchant Backend
The data just created in the Amazon Pay account can be linked in the Frisbii Media Merchant Backend.
Open the Amazon Pay tab.
Click on Edit .
Fill in all fields with the relevant data.
Note: The content in the Private Key file must be entered in full - including the lines -----BEGIN PRIVATE KEY---- and ----END PRIVATE KEY----- - in the Private Key field.