Barclaycard

Integration can be tested here.

Barclaycard 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": "barclaycard",
    "mode": "test",
    "payment": "payment",
    "parameters":
    {
        "transactionType": "SALE",
        "pspId": "",
        "userId": "",
        "password": "",
        "hashMethod": "SHA512",
        "hashSecret": "00000000-0000-0000-0000-000000000000",
        "amount": "200",
        "firstname": "test",
        "surname": "test",
        "cardHolderName": "test test",
        "orderId": "00000000-0000-0000-0000-000000000000",
        "currency": "GBP",

        "comment": "Paying for test",
        "ownerAddress": "123 Fake Street",
        "ownerCity": "Fakcity",
        "ownerZip": "SANTA1"
    }
}'