> ## Documentation Index
> Fetch the complete documentation index at: https://docs.paynext.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Amazon Pay

> Accept Amazon Pay payments through PayNext.

Amazon Pay is a wallet payment method that lets customers check out using the shipping and payment details saved in their Amazon account.

## Payment Method Details

|                            |                                                                                                                                                                                                                                                          |
| :------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Customer locations**     | Worldwide                                                                                                                                                                                                                                                |
| **Supported currencies**   | USD, EUR, GBP, DKK, SEK, NOK, CHF, JPY, AUD, NZD, HKD, ZAR (<a href="https://docs.stripe.com/payments/amazon-pay#supported-currencies" target="_blank" rel="noopener noreferrer">availability</a> depends on Stripe account country; US has limitations) |
| **Recurrent payments**     | ✓                                                                                                                                                                                                                                                        |
| **Manual capture support** | ✓                                                                                                                                                                                                                                                        |
| **Refunds**                | ✓                                                                                                                                                                                                                                                        |
| **Supported processors**   | <Badge>Stripe</Badge>                                                                                                                                                                                                                                    |

## Prerequisites

1. Connect and activate the [Stripe integration](/integrations/processors/stripe) in PayNext with both **API Key** and **Publishable Key**
2. Enable Amazon Pay in your Stripe Dashboard under **Settings → Payment methods**
3. Turn on Amazon Pay in your PayNext checkout configuration

<Warning>
  **Publishable Key is required.** Without the Stripe Publishable Key configured, Amazon Pay will not appear in checkout.
</Warning>

## Testing

<Steps>
  <Step title="Configure sandbox credentials">
    Use Stripe Test mode credentials in your PayNext integration
  </Step>

  <Step title="Configure return URL">
    **Ensure your return URL is properly configured when rendering PayNext SDK.** Amazon Pay redirects customers from your site/app to Amazon (web or Amazon app) to authenticate and approve the payment, then redirects them back to your site/app
  </Step>

  <Step title="Make a test payment">
    Make an Amazon Pay payment via PayNext SDK (use a supported currency for your Stripe account country)
  </Step>

  <Step title="Verify payment">
    Confirm the payment appears in the PayNext dashboard
  </Step>
</Steps>
