Payment with Adyen [Legacy]

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

WARNING:

This is a legacy endpoint. For new integrations, please use /connectors/adyen/initial-payment (see Adyen Payment Setup for more information). For legacy integrations, please see the migration guide.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

If your client application is ready, the card details that you can use for testing are:

Card number: 5555 4444 3333 1111
Card name: any
Card date: 03 / 2030
CVC: 737

For more test card numbers, please refer to Adyen documentation.

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",
    "holderName": "T Cook"
  }
}
Body Params
int32
required

ID of Cleeng order (with Adyen paymentMethodId)

string
required

The IP address of the end-user signing up for your service. Please note this IP address is also used to prevent fraud. (Make sure you send the end-user IP, and not those of any possible middleware)

card
object

Card object containing Adyen tokens. It is returned from Adyen component. Here is a instruction how to render this component

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json