Paythru

Integration can be tested here.

Paythru 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": "paythru",
    "mode": "test",
    "payment": "payment",
    "parameters":
    {
        "transactionType": "SALE" or "VERIFY",
        "apiKey": "",
        "apiPassword": "",
        "apiShaKey": "",
        "amount": "200",
        "currency": "GBP",
        "cardHolderName": "Test Test"
    }
}'