Skip to main content

We've Launched a New Documentation Website

This documentation site is no longer being updated and may not contain the latest information.

We encourage all participants to start using the new documentation site to explore the improved experience and ensure you're always viewing the most up-to-date documentation.

If you have any feedback, please reach out to us.

View This Page on the New Documentation Website

Construct Header

Besides the ‘Authorization’ header, every DuitNow Pay API end point shall have the header formatted as below:

Request

X-Ip-AddressStringMax length: 100Required
IPV4 or IPV6 address where the transaction is triggered from.

Sample IPV4:
10.236.166.145

Sample IPV6:
2001:0db8:85a3:0000:0000:8a2e:0370:7334

*If unable to obtain the IP Address from user, you may pass in '0' in this field.
X-Gps-CoordinatesStringMax length: 35Required
Location of the sender in decimal degree coordinate e.g. 40.689263, 74.044505

*If unable to obtain the GPS Coordinates from user, you may pass in '0' in this field.