Pay360

Integration can be tested here.

Pay360 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": "pay360",
    "mode": "test",
    "payment": "payment",
    "parameters":
    {
        "transactionType": "SALE",
        "apiUsername": "",
        "apiPassword": "",
        "installationId": "",
        "amount": "200",
        "currency": "GBP",
        "cardHolderName": "Test Test",

        "cardNickname": "Test123",
        "defaultCard": "false",
        "sendEmailReceipt": "true",
        "deferred": "false",
        "recurring": "false",
        "customerId": "00000000-0000-0000-0000-000000000000",
        "customerUpdate": "true",
        "billingLine1": "123 Test Street",
        "billingLine2": "Test",
        "billingLine3": "Test",
        "billingLine4": "Test",
        "billingCity": "Test",
        "billingRegion": "Test",
        "billingPostcode": "SANTA1",
        "billingCountryCode": "GB",
        "customerEmail": "test@test.com",
        "customerTelephone": "07123456789",
        "merchantRef": "00000000-0000-0000-0000-000000000000",
        "description": "This is a test payment"
    }
}'