First Data

Integration can be tested here.

First Data 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": "firstdata",
    "mode": "test",
    "payment": "payment",
    "parameters":
    {
        "transactionType": "SALE",
        "storeId": "",
        "authPassword": "",
        "certificateBase64": "",
        "certificatePassword": "",
        "amount": "200",

        "firstName": "Test",
        "lastname": "Test",
        "address1": "123 Test Street",
        "address2": "",
        "city": "Test",
        "zip": "SANTA1",
        "invoiceNumber": "00000000-0000-0000-0000-000000000000",
    }
}'