These docs are for v2.0. Click to read the latest docs for v2.1.

Payment with Adyen

Use /connectors/adyen/payments endpoint to perform payment with Adyen. A customer uses a card for such payment.

If you would like to test this API call but your client-side integration is not ready yet, add a prefix of test_ to the test card credentials, like in the sample below.

{
  "orderId": 123456789,
  "customerIP": "111.111.11.1",
  "card": {
    "type": "scheme",
    "encryptedCardNumber": "test_5555555555554444",
    "encryptedExpiryMonth": "test_03",
    "encryptedExpiryYear": "test_2030",
    "encryptedSecurityCode": "test_737"
  }
}
Language
Authorization
Header
Click Try It! to start a request and see the response here!