Overview
Whether you’re building an e-commerce platform, fintech app, or any product that handles money, Glyde gives you the tools to move funds securely and reliably. What you can do with Glyde:- Accept payments from customers via card or bank transfer
- Send money to any Nigerian bank account instantly
- Create virtual accounts for customers to receive dedicated payment channels
Environments
Glyde provides two environments for development and production:| Environment | Base URL | Purpose |
|---|---|---|
| Sandbox | https://sandbox.useglyde.co/v1 | Testing and development |
| Production | https://api.useglyde.co/v1 | Live transactions with real money |
Quick Start
Create Your Account
Sign up at dashboard.useglyde.co to access your merchant dashboard.
Get Your API Keys
Navigate to Settings → API Configuration to find your secret and public keys. You’ll have separate keys for sandbox and production.
Configure Webhooks
Set up your webhook URL in the dashboard to receive real-time notifications about transaction status changes. This is essential for knowing when payments complete or transfers succeed.
Test Your Integration
Use your sandbox keys to test the full payment flow. Simulate successful and failed transactions using our test credentials.
Core Capabilities
Accept Payments
Create checkout pages or generate bank transfer details to collect payments from customers.
Send Money
Transfer funds from your Glyde wallet to any Nigerian bank account in seconds.
Virtual Accounts
Issue dedicated bank accounts to customers for recurring payments and easy reconciliation.
Integration Patterns
Server-side integration is required for all Glyde API calls. Your secret key should never be exposed in client-side code (browsers or mobile apps). Make API calls from your backend server and return only the necessary data to your frontend. Webhooks are essential for production integrations. While you can poll for transaction status, webhooks provide immediate notifications when transactions complete, fail, or require attention.Next Steps
- Learn about Authentication to secure your API requests
- Understand Webhooks to handle real-time notifications
- Review Error Handling to build resilient integrations
- Explore Testing to validate your implementation