API Functions Introduction

POLi provides the POLi API consisting of the following web services:

API Description
Initiate Transaction used to initiate a POLi transaction
GETTransaction used to acquire the status and details of a POLi transaction
GETDailyTransactions used to acquire a list of transactions for a specified date
GETDailyTransactionsCSV used to acquire a list of transactions for a specified date in csv format
GETFinancialInstitutions used to acquire a list of Financial Institutions for a specified merchant

{info} Note: the Notification URL field in your initiate transaction request must be provided.
The POLi system will POST a 'NUDGE' to the specified notification URL and this will prompt your servers to make the GETTransaction API call.


Continue to API Endpoints