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).

Body Params
int32
required

ID of Cleeng order. Order should have paymentMethodId that represents Adyen paymentGateway and selected methodName.

paymentMethod
object
required

The state.data.paymentMethod object from the Adyen's Drop-in onSubmit event.

string
required

The URL to return to in case of a redirection (eg. after completing 3D Secure authentication). The URL should include the protocol http:// or https://. For example, https://your-company.com/checkout/. You can also include your own additional query parameters, for example, customer ID or order ID. Max: 1024 characters.

string

IP address of customer current location. If not given, the IP of the request will be used.

string

Required for the 3D Secure. Set this parameter to the origin URL of the page that you are loading the 3D Secure Component from.

billingAddress
object

Recommended for the 3D Secure.

string

Accepted only on the sandbox environment. It helps to control when 3DSecure should be triggered. Accepted values: always, never, preferNo. Default: preferNo

string

Accepted only on the sandbox environment. Default: false. Set to true to force 3DS redirect flow.

string

To integrate Google reCAPTCHA go HERE

Responses

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