Introduction

Welcome to the Glyde Developer Documentation. Our docs will help you learn how to integrate our payment and verification APIs.

API Authentication

We authenticate your requests using your API token and your business number. This can be found on the settings section of your account.

{
    "Authorization": "Bearer <token>",
    "X-Biz-NUmber" : 123456
}

If you do not include the authorization headers in your requests you will get an Unauthenticated error.

Last updated