CityPay

Integration can be tested here.

CityPay 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": "citypay",
    "mode": "test",
    "payment": "payment",
    "parameters":
    {
        "transactionType": "SALE",
        "merchantId": "",
        "licenseKey": "",
        "amount": "200",
        "identifier": "00000000-0000-0000-0000-000000000000"
    }
}'