Opayo (Formally SagePay)

Integration can be tested here.

WorldPay can be contacted here. Make sure you set the country to 'United Kingdom'.


Example Request

curl --location 'https://api.revopci.co.uk/' \
--header 'X-Session;' \
--header 'X-Auth;' \
--header 'Content-Type: application/json' \
--data '{
    "provider": "opayo",
    "mode": "test",
    "payment": "payment",
    "parameters":
    {
        "transactionType": "SALE",
        "vendorName": "",
        "integrationKey": "",
        "integrationPassword": "",
        "amount": "200",
        "currency": "GBP",
        "cardHolderName": "Test Test",
        "firstName": "Test",
        "lastName": "Test",
        "billingAddress1": "123 Test Street",
        "billingCity": "Test",
        "billingPostalCode": "SANTA1",
        "billingCountryCode": "GB",
        "orderId": "00000000-0000-0000-0000-000000000000",
        "description": "This is a test payment",
    }
}'