OVO
Quick Start
- Sign up at ovo.id and obtain API credentials
- Create a terminal in the Admin Console with the parameters below
- Start processing — the adapter is pre-built and ready to use
Overview
OVO — Indonesia's largest e-wallet (~100M users). Part of Grab + Tokopedia ecosystem. Licensed by Bank Indonesia.
| Provider ID | ovo_id |
| Category | E-Wallets |
| Website | ovo.id |
Supported currencies: IDR
Supported operations: charge, refund
Authentication
- Method: API Key
- Base URL:
https://api.ovo.id/v1
Configuration
Required Parameters
| Parameter | Description |
|---|---|
api_key | API Key |
base_url | Base URL API |
Example Configuration
{
"provider": "ovo_id",
"provider_params": {
"api_key": "your_api_key_here",
"base_url": "https://api.ovo.id/v1"
}
}
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
SUCCESS | charged | Payment successful |
PENDING | charging | Awaiting confirmation |
FAILED | rejected | Payment failed |
VOID | rejected | Voided |