v1
latestOpenAPI 3.1.02026-07-241080412.6 KBPayment 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).
post/connectors/adyen/initial-payment
Request body
Response
200
Example response
{
"responseData": {
"payment": {
"id": 1538290265,
"orderId": 359630536,
"status": "authorized",
"totalAmount": 20.9963,
"currency": "EUR",
"customerId": 686909867,
"paymentGateway": "adyen",
"paymentMethod": "card",
"externalPaymentId": "N3MMRD2SDV5X8N82",
"amount": 16.26,
"country": "PL",
"offerType": "subscription",
"offerId": "S123456789_PL",
"taxValue": 3.74,
"paymentMethodFee": 0.81,
"paymentDetailsId": 208583452,
"paymentOperation": "initial-payment",
"gatewaySpecificParams": {
"merchantAccount": "CleengEUR"
}
}
}
}