Authentication
Authenticate your API calls by including your secret key in the Authorization header of every request you make. To get your secret key please go to Orchestrate Dashboard, go to your Orchestrate Dashboard > Settings > Developer
How To Pass your Key
You should authenticate your API with the following header
Authorization: Bearer SECRET_KEY
Key types
Key | Meaning |
---|---|
Secret Key | Your Orchestrate secret key is to be used on your side-side and should be kept secret/secured always. Secret keys are available for both Live mode and Test mode. |
Public Key | Your Orchestrate public key is to be used on your client-side, for integrating the Checkout widget. Public keys are available for both Live mode and Test mode. |
How to find your API Keys
You can get your API Keys from the Orchestrate Dashboard

Updated 11 months ago