TPI Pay
Getting started

Developer settings

Configure the credentials and callback details used to authenticate requests and receive payment updates.

API token

Send your API token with every authenticated request. Keep it private and rotate it immediately if it is exposed.

Header: api_token  |  Type: String  |  Required

IP address

Requests are accepted only from configured IP addresses. Add your server IP before making production requests.

Example: 123.45.6.789  |  Dynamic IP can be enabled for your setup

Callback URL

Leave this empty to disable callbacks. The URL must start with http or https and return HTTP 200 after successful processing.

https://www.yourdomain.com/callback?payid=1234&client_id=2121&operator_ref=1234567&status=success/failure