Skip to main content
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_live_your_secret_key
Sandbox keys are prefixed with sk_sandbox_.

Response Format

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

Next Steps