Adyen

Integration can be tested here.

Adyen can be contacted here.


Example Request

curl --location 'https://api.revopci.co.uk/' \
--header 'X-Session;' \
--header 'X-Auth;' \
--header 'Content-Type: application/json' \
--data '{
    "provider": "adyen",
    "mode": "test",
    "payment": "payment",
    "parameters":
    {
        "transactionType": "SALE",
        "apiKey": "",
        "merchantAccount": "",
        "siteReference": "",
        "amount": "200",
        "currency": "GBP",
        "reference": "00000000-0000-0000-0000-000000000000"
    }
}'