Generating a Token
Docs
>
Payments
>
Guide to Testing in Staging
>
Generating a Token
All API communication with the Payments Orchestrator Platform must include an authorization token. The Payments Orchestrator Platform leverages JSON Web Tokens (JWTs) to identify clients and to ensure the security of requests. The token must be included in the header of the request in the same format as shown in the sample below:
Authorization Token Format Sample
--header 'Authorization: Token <jwt-token-here>'
For more information on generating a JWT token please visit: https://jackhenry.dev/payments-orchestrator/docs/payments/getting-started/generating-a-token/
Did this page help you?
Last updated Mon Jun 29 2026