Elavon

Integration can be tested here.

Elavon 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": "elavon",
    "mode": "test",
    "payment": "payment",
    "parameters":
    {
        "transactionType": "SALE",
        "merchantUser": "",
        "merchantPassword": "",
        "holderName": "Test Test",
        "amount": "200",
        "currencyCode": "GBP",
    }
}'