Authenticate your API calls to Payment related endpoints.
Authorization
header of every request you make to the payment endpoints.
Generally, we provide both test and live keys. test
keys are meant to be used from your sandbox when integrating Juice API. The live
keys, however, are to be kept secret.
Both test and live keys have the format: live_myusdguyheiuwX746bagbedjyqg
, but sandbox keys will not be the same as the production keys.
Authorization headers should be in the following format: Authorization: API_KEY
Sample Authorization Header
401: Unauthorized
. See our Errors page for details on handling authentication errors. All API requests must be made over HTTPS.