Authentication
Each API request must contain an authorization header in the following format to make a call: Bearer <your_access_token>.
Do not ever share your access tokens, JWT tokens, as these can be used to access your payments data and initiate transactions, refunds, and others.
In order to generate your access token, you need to follow the following process.
Upload the generate public key onto your account, or email it to your account manager.
Use the client ID generated while suppling your public key as
client_id
and set the Authrization header asBearer ${jwt}
in your OAuth 2.0 authrorization request.
Last updated
Was this helpful?