- 13 Feb 2025
- 1 Minute to read
- Print
- DarkLight
GateExpress-POLi
- Updated on 13 Feb 2025
- 1 Minute to read
- Print
- DarkLight
Supported Transaction Types
Authorisation
Capture
Purchase
Withdrawal
Void
Integrations Supported
For the Deposit flow:
Hosted Payment Page
Direct Connect ( server-to-server)
Currencies & Countries Supported
Title | Description |
---|---|
Currencies Supported | NZD |
Additional tags to process POLi via GateExpress
You must include the following tag. This tag informs us to proceed with the redirection to the relevant payment method to finalize the payment process.
Deposit
Refer to our API Reference Document here to create a Hosted Payment Page, use the below mandatory tags to process a deposit.
Description | Hosted Payment Page |
---|---|
Force Transaction Routing | "Routing":{ "ForcePayment": "GATEEXPRESS" } |
Client Information | "Client": { "Email": "apcotest@mail.com", "DateOfBirth": "1993-01-01", "FirstName": "John", "LastName": "Doe", "Street": "High Street", "City": "Valletta", "Country": "MLT", "MobileNo": "79797979", "ZIPCode": "VALL1232", "IPAddress": "127.0.0.1" } |
Test Indicator (required in Sandbox Environment only) | "isTest": true |
A sample request can be found below
{
"TransactionType": "PURC",
"Currency": "NZD",
"Amount": "100",
"OrderReference": "Order123223",
"UniqueReference": "3a9f50f7-2deb-4dbf-a186-d58641s36665",
"RedirectionURL": "https://www.yourURLhere.com/Redirect/",
"CallBackURL": "https://www.yourURLhere.com/Listener",
"FailRedirectionURL": "https://www.yourURLhere.com/Redirect/fail",
"Language": "en",
"Client": {
"Email": "test@email.com",
"DateOfBirth": "1993-01-01",
"FirstName": "John",
"LastName": "Doe",
"Street": "High Street",
"City": "Valletta",
"Country":"MLT",
"MobileNo":"79797979"
"ZIPCode": "VLT1232",
"IPAddress": "127.0.0.1"
},
"Routing": {
"ForcePayment": "GATEEXPRESS"
},
"IsTest": true
}
Testing the integration
Contact our support team to assist you in testing your integration.