Ti ringraziamo per la visita. Questa pagina è per il momento disponibile solo in inglese.

Get set up for integration

[Step 1 of 8] The first step to get set up for integration is to register for an HAQM Pay merchant account. After registration, you will create a sandbox buyer account for testing, and get your Public Key ID to access HAQM Pay APIs.


1. Register for HAQM Pay

Sign up for an HAQM Pay merchant account on the HAQM Pay website: US, EU, UK, JP. After registration is complete, return to this page.


2. Add Domains to Seller Central

Add all the domains (including protocol and custom ports) that you plan on using for the HAQM Pay checkout to the JavaScript Origins in Seller Central: US, EU, JP.

For example, ‘http://www.example.com/’ or ‘http://www.example.com:8000/’

All domains must be compliant with HAQM Pay Acceptable Use Policy: US, EU, UK, JP. The HAQM Pay button may be inactive during review.


3. Create a Sandbox test buyer account

You will use Sandbox to conduct end-to-end tests of your integration before going live. For details, see HAQM Pay Sandbox accounts. After creating a Sandbox buyer account, return to this page.


4. Download the HAQM Pay SDK

Download the HAQM Pay SDK if one is available for your programming language. Please reach out to your HAQM Pay account manager if you don’t see a SDK in your preferred language.

PHP: http://github.com/amzn/amazon-pay-sdk-v2-php

.NET: http://github.com/amzn/amazon-pay-api-sdk-dotnet

Java: http://github.com/amzn/amazon-pay-api-sdk-java


5. Get your Public Key ID

HAQM Pay uses asymmetric encryption to secure communication. You will need a public/private key pair and a corresponding Public Key ID (a unique HAQM Pay identifier for the key pair) to access HAQM Pay APIs. You can generate a public/private key pair and access the Public Key ID using HAQM Pay Integration Central.

Instructions:

  1. Navigate to HAQM Pay Integration Central: US, EU, JP.
  2. Identify as a “Self-developed” integration
    1. Select “Self-developed” option from the drop-down menu
    2. Use the default “One-time Payments, Single Authorization” payment type setting
    3. Click on the “Get instructions” button
  3. Create a public/private key pair
    1. Navigate to the “API keys” section
    2. Click on the “Create keys” button
    3. Use the default “Generate API credentials” setting
    4. Name your API keys. Use a descriptive name, the name will be used to differentiate between multiple keys when you need to manage them in Integration Central. When naming the keys, you should consider who is using it and what they’re using it for
    5. Click on the “Create keys” button to create the public/private key pair
  4. Store the private key and Public Key ID
    1. Creating the key pair will automatically download the private key (.pem) file to your browser, you do not need the public key. Save the private key file in a secure location, you will need it to access HAQM Pay APIs. You should never share your private key with anyone and this is the only time that you will be able to download the private key file. If you lose access to your private key, you must generate a new key pair

    2. Store your Public Key ID, you will need it to access HAQM Pay APIs. Unlike the private key file, you can return to this page at a later time to access your Public Key ID