Skip to main content

Access token FAQ

What do I do if I've compromised the keys?​

For merchants:

For partners:

Update your integrations, so they will continue working.

Why are there two endpoints?​

The new token endpoint follows a fully standard OAuth client credentials flow, which means you can use any of the trusted OAuth libraries to handle token management. We are working towards making this endpoint available for more APIs and use cases over time.

In the meantime, the original accesstoken endpoint continues to work as before, so existing integrations are not affected.

How long is an access token valid?​

With POST:/accesstoken/get, the access token is valid for 1 hour in the test environment and 24 hours in the production environment.

With POST:/miami/v1/token, the access token is valid for 15 minutes regardless of the environment.