API Documentation
Build powerful payment integrations with our comprehensive API
Comprehensive Documentation
API Documentation
Explore our complete API reference with detailed endpoints, request/response examples, and authentication guides.
API Overview
Our REST API enables seamless payment integration for businesses of all sizes. Use our endpoints to process payments, verify transactions, and manage payments programmatically.
Secure Authentication
Bearer token and Basic Auth support
Real-time Processing
Instant payment confirmation
Global Reach
Multi-currency and cross-border support
API Endpoints
/api/v1/globpay/card/initiate
Initiate Payment Request
Start a payment transaction. Requires Bearer Token authentication.
/api/v1
Generate Bearer Token
Authenticate and obtain access token for API requests. Uses Basic Auth.
/api/v1/card/unified
Unified Payment Processing
Process 2D and 3D Secure payments through a single endpoint.
3D Secure
Authentication
# Generate Bearer Token
curl -X GET https://api.evorycpay.io/api/v1
-u "your_client_id:your_client_secret"
# Make Authenticated Request
curl -X POST https://api.evorycpay.io/api/v1/globpay/card/initiate
-H "Authorization: Bearer your_token"
-H "Content-Type: application/json"
-d '{"amount": "100.00", "currency": "KES"}'
Need Help?
Have questions about integrating our API? Our developer support team is here to help.