content

    Authentication

    Authenticate your API calls by including your secret key in the Authorization header of every request you make. You can manage your API keys from the dashboard

    Generally, we provide both public and secret keys. Public keys are meant to be used from your front-end when integrating using Paystack Inline and in our Mobile SDKs only. By design, public keys cannot modify any part of your account besides initiating transactions to you. The secret keys however, are to be kept secret. If for any reason you believe your secret key has been compromised or you wish to reset them, you can do so from the dashboard.

    Authorization headers should be in the following format: Authorization: Bearer SECRET_KEY

    API requests made without authentication will fail with the status 401 Unauthorized . All API requests must be made over HTTPS.

    Errors
    Next →