post https://mediastoreapi-sandbox.cleeng.com/connectors/adyen/initial-payment
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"
}
}