Authentication
a. Fetch Access Token
Returns the access token for a merchant.
Important: Access tokens expire every 90 days. Upon expiry, all API calls will return a 504 Error Code. A new access token must be obtained upon expiry. Ensure that fetch_access_token is properly implemented upon receipt of any 504 error.
b. Test Access Token
Checks the validity of the access token
Last updated