Paysafe

Integration can be tested here.

Paysafe 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": "paysafe2",
    "mode": "test",
    "payment": "payment",
    "parameters":
    {
        "transactionType": "SALE",
        "username": "",
        "password": "",
        "accountId": "",
        "amount": "200",
        "merchantRefNumber": "00000000-0000-0000-0000-000000000000",

        "settleWithAuth": "true",
        "skipCvv": "false",
        "skipAvs": "false",
        "firstName": "Test",
        "lastName": "Test",
        "addressLine1": "123 Test Street",
        "addressLine2": "Test",
        "region": "Test",
        "postalCode": "SANTA1",
        "countryCode": "GB",
        "email": "test@test.com",
        "phoneNumber": "07123456789"
    }
}'