Payment with Adyen

Use /connectors/adyen/initial-payment endpoint to perform payment with Adyen (that means payment with card with 3D Secure support, Apple Pay or Google Pay).

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,
  "returnUrl": "https://testwebsite.com",
  "paymentMethod": {
    "type": "scheme",
    "encryptedCardNumber": "test_5555555555554444",
    "encryptedExpiryMonth": "test_03",
    "encryptedExpiryYear": "test_2030",
    "encryptedSecurityCode": "test_737",
    "holderName": "T Cook"
  }
}

Errors

HTTP Status codeError codeMessage
400REQ0001Invalid request body
401AUTH0001Missing required JWT
401AUTH0002Invalid JWT token
422ADYEN0001Order not found
422ADYEN0002Payment refused
429CPT0001Google reCAPTCHA verification required!
429CPT0002Google reCAPTCHA verification failed!
500SXXXX (X - number)Internal Server Error
Language
Credentials
Header
Click Try It! to start a request and see the response here!