Overdrive Connect
One Integration. Any Payment Provider.
Overdrive Connect is a unified payment integration platform that enables merchants to integrate with multiple payment providers through a single, consistent API.
Instead of maintaining separate integrations for each payment gateway, your application communicates only with Overdrive Connect.
+-------------------+
| Merchant Website |
+-------------------+
|
| Create Payment
v
+-----------------------+
| Overdrive Connect |
+-----------------------+
|
+-------------> Maya
|
+-------------> PayMongo
|
+-------------> Xendit
|
+-------------> More Providers...
|
v
Hosted Checkout
|
v
Customer Completes Payment
|
+-------------> Browser Redirect
|
+-------------> Secure Callback
|
v
Merchant Backend
Features
- Single REST API for all supported payment providers.
- Hosted checkout pages for a secure customer payment experience.
- Standardized payment status across different providers.
- Secure webhook processing and callback signing.
- Consistent integration even when adding new payment providers.
Integration Flow
- Create a payment using the REST API.
- Redirect the customer to the hosted checkout page.
- The customer completes the payment with the selected provider.
- Overdrive Connect processes the provider webhook.
- Your application receives a signed payment callback.
Getting Started
If this is your first integration, begin with the Getting Started guide from the navigation menu.
The complete interactive API Reference is available at /api/docs .