Before you can call any of our API methods, you need to generate an access token
with your Merchant Site API KEY. You can obtain this API key as an IPAY Customer. This token is due to security reasons, only valid for 3 minutes. So whatever steps
you execute do it in 3 minutes or get a fresh token because the old one will expire.
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://api.ipay-solutions.com/Auth/GetAccessToken'