Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.useglyde.co/llms.txt

Use this file to discover all available pages before exploring further.

Glyde is a payment infrastructure API for accepting payments, sending money, and managing virtual accounts.

API Products

Collections

Accept payments via hosted checkout or bank transfer

Transfers

Send money to any Nigerian bank account

Virtual Accounts

Create dedicated accounts for customers

Wallet

Check your balance and manage funds

Environments

EnvironmentBase URL
Productionhttps://api.useglyde.co/v1
Sandboxhttps://sandbox.useglyde.co/v1

Authentication

All requests require Bearer token authentication:
Authorization: Bearer sk_your_secret_key
Sandbox keys are prefixed with sk_.

Response Format

{
  "status": "success",
  "message": "Description",
  "data": { },
  "errors": null
}

Next Steps

Getting Started

Set up your integration

Authentication

Learn about API keys

Webhooks

Receive event notifications

Testing

Test with sandbox data