Generate an authentication token

About

Every request to the payments api requires authentication. This guide will instruct you on how to create a bearer token. Your client application will include this token in the header of its requests. There can only be up to 1000 live bearer tokens for a client ID and client secret pair at any given time and the expiration time of each token can be set up to 30 days from the point of creation.

How to generate an authentication token

Open the recipe below to see detailed instructions.

API Reference

Read more about the api endpoint: Generate authentication Token