WorldPay XML

Integration can be tested here.

WorldPay 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": "worldpayxml",
    "mode": "test",
    "payment": "payment",
    "parameters":
    {
        "transactionType": "SALE",
        "installationId": "",
        "merchantCode": "",
        "merchantUser": "",
        "merchantPassword": "",
        "amount": "200",
        "exponent": "2",
        "currencyCode": "GBP",
        "cardHolderName": "Test Test",
        "address1": "123 Test Street",
        "city": "Test",
        "postalCode": "SANTA1",
        "countryCode": "GB",
        "orderCode": "00000000-0000-0000-0000-000000000000",
        "description": "This is a test payment",

        "createToken": "FALSE",
        "tokenScope": "shopper",
        "authenticatedShopperID": "00000000-0000-0000-0000-000000000000",
        "shopperEmailAdress": "test@test.com",
        "tokenEventReference": "00000000-0000-0000-0000-000000000000",
        "tokenReason": "Taking payment for car",
    }
}'