MoneK

Integration can be tested here.

MoneK 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": "monek",
    "mode": "test",
    "payment": "payment",
    "parameters":
    {
        "transactionType": "SALE",
        "merchantId": "",
        "amount": "200",
        "currencyCode": "826",
        "countryCode": "826"
    }
}'