Create Token

All APIs require authorization to add context on what is allowed and what should be seen. The scopes requested at the time of creation can always be less than the total amount available to enable you to use the principle of least privelege.

Info

Be sure to go through the developer onboarding and the authorization section for more details on authentication.

Also, its worth noting the token created when you logged in and signed up using the top right, those tokens only last for 4 hours (and sometimes go wonkey). So you may need to log in and out from time to time.

Use the below recipe for a step by step on authentication logic.

[block:tutorial-tile] { "backgroundColor": "#0d6b72", "emoji": "🔑", "id": "65e0ddcf2258b0002467c7a3", "link": "https://developer.authvia.com/v3.3/recipes/creating-merchant-authentication-token", "slug": "creating-merchant-authentication-token", "title": "Creating Account authentication token" } [/block]

Don't bother testing on this page.

The server timestamp deviation cannot be more than 5 seconds from epoch, which gives almost no time to generate values and paste them in here.

{
  "client_id": - "<<client_id>>",
  "client_secret" - "<<client_secret>>"
}
Language
Click Try It! to start a request and see the response here!