BarclaycardSmartpayFuse

Integration can be tested here.

BarclaycardSmartpayFuse 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": "barclaycardsmartpayfuse",
    "mode": "test",
    "payment": "payment",
    "parameters":
    {
        "transactionType": "SALE",
        "v-c-merchant-id": "",
        "keyId": "",
        "secretKey": "",
        "clientReferenceInformationCode": "00000000-0000-0000-0000-000000000000",
        "amount": "400.20",
        "firstName": "test",
        "lastName": "test",
        "currency": "GBP",
        "email": "test@test.com",
        "phoneNumber": "07123456789",

        "address1": "123 Fake Street",
        "locality": "Fakcity",
        "administrativeArea": "County",
        "postalCode": "SANTA1",
        "country": "GB"
    }
}'