Available in🇮🇳 India
Amazon Pay is a wallet-based payment method that allows customers with an Amazon account to make payments using their Amazon Pay balance. After Amazon Pay is enabled and integrated, it is listed on your website/app Checkout page as an option under the wallet payment method. Know more about Amazon Pay.
On-Demand Feature - Raise a Request
On-Demand Feature - Raise a Request
Feature RequestThis is an on-demand feature. Please raise a request with our Support team to get this feature activated on your Razorpay account.
Integrate Amazon Pay on Standard Checkout - Web, Mobile and iOS
You can accept payments through wallets which are available by default. However, if you want to accept payments from external wallets, such as Amazon Pay, integration is required. Razorpay does not process payments for external wallets and gives you the control along with all the customer data entered in the Checkout form.Handy TipsThe wallet payment option can be used for a purchase amount of up to ₹20000 (2000000 in paise).
- Web
- Android
- iOS
To list external wallets on your web application, you need to first integrate our Checkout form. After you integrate, follow the steps given below:The Amazon Pay is now shown in the wallets section. If the customer selects the external wallet and clicks Submit, our Standard Checkout library returns the control to you in the
- Add a key
externaltocheckout.jsoptions. - Set
walletswith wallet name array inexternalas the first parameter.
JavaScript
- Set
handlerwith a callback function inexternalas the second parameter.
JavaScript
external:handler: method. You will get the selected wallet name as an argument. You will have to handle the payment flow for the wallet from hereon.