Trust Payments

Integration can be tested here.

Trust Payments 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": "trustpayments",
    "mode": "test",
    "payment": "payment",
    "parameters":
    {
        "transactionType": "SALE",
        "username": "",
        "password": "",
        "siteReference": "",
        "amount": "200",
        "currency": "GBP",
        "orderReference": "00000000-0000-0000-0000-000000000000"
    }
}'