Introduction

Adyen is a global payment platform that allows businesses to accept e-commerce, mobile, and point-of-sale payments. It offers a comprehensive solution for merchants to process payments from customers worldwide in a secure and streamlined manner.


Supported Countries

GLOBAL


Available Payment Methods

Adyen only supports the currencies specified below.

Payment TypePayment Method KeyCurrencyStatusSandbox Availability
CardsADYEN_CARDUSD, JPY, SGD, VND, THB✅✅
Google PayADYEN_GOOGLEPAYUSD, JPY, SGD, VND, THB✅✅
AlipayADYEN_ALIPAYAUD, CAD, CHF, DKK, EUR, GBP, HKD, JPY, MYR, NOK, NZD, SEK, SGD, THB, USD✅✅
Alipay HKADYEN_ALIPAY_HKHKD✅✅
Klarna Pay NowADYEN_KLARNA_PAY_NOWAUD, CAD, EUR, GBP, NOK, SEK, USD, CZK, RON✅✅
Klarna Pay LaterADYEN_KLARNA_PAY_LATERAUD, CAD, EUR, GBP, NOK, SEK, USD, CZK, RON✅✅
Klarna Pay Over TimeADYEN_KLARNA_PAY_OVER_TIMEAUD, CAD, EUR, GBP, NOK, SEK, USD, CZK, RON✅✅
MomoPayADYEN_MOMOPAYVND✅✅
PayPayADYEN_PAYPAYJPY✅✅

Sandbox

Credentials

To configure Adyen, you will need the following keys. Note that the hmacKey is optional; if you do not have one, you may enter space (' ').

KeyValue
apiKeyAQEqhmfxKY7GahFDw0m/n3Q5qf3Vf4hCA5BPSHGpsEsRVH1ssz6a3n/Oz9+mEMFdWw2+5HzctViMSCJMYAc=-9TmA9lSqY+hVjZGnBmJlcO3rLlKpwhhK9TKK2hZy4vw=-i1iZ{GpUwcd>})<3[L>
merchantAccountWconcept_PortOne_TEST
clientKeytest_LNGA6SMDQVH35OK5JPYIHMXPZQAFE2C7
hmacKey9D7FE1271A7BC01C636214E8E24BB9E6A3FEB25E02B943B4C0A625F75B698767

Test cards data

You can use the following card data to test your integration in the sandbox environment.

Card TypeCard NumberExpiry DateCVC/CVV
Visa4917 6100 0000 000003/2030737
4166 6766 6766 674603/2030737
4111 1111 1111 111103/2030737
4111 1111 4555 114203/2030737
4000 6200 0000 000703/2030737
4000 0600 0000 000603/2030737
4293 1891 0000 000803/2030737
Mastercard5454 5454 5454 545403/2030737
2222 4000 1000 000803/2030737
2222 4000 3000 000403/2030737
5555 3412 4444 111503/2030737
5555 4444 3333 111103/2030737
5100 0600 0000 000212/2029737
Amex3714 4963 5398 43103/20307373
3700 0000 0000 00203/20307373

For full test card details, see Adyen Test Cards Documentation.

For Klarna Test details, see Klarna Sample customer data

For MoMoPay Test details, see MoMoPay test instructions

Miscellaneous Details

For Klarna Payment method Billing details and Order details are required.


Use following values in embedded JS code to pay via Adyen channel

"pmt_channel": "ADYEN",
"pmt_method": { Any of above given payment method keys },

Reference links

Adyen Integration guide