DOKU
Quick Start
- Sign up at doku.com 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
DOKU payment integration
| Provider ID | doku |
| Category | Local Payment Methods |
| Website | doku.com |
Authentication
- Method: Basic Auth (Base64)
- Base URL:
https://api.doku.com
Configuration
Required Parameters
| Parameter | Description |
|---|---|
client_id | Client ID |
secret_key | Secret Key |
Example Configuration
{
"provider": "doku",
"provider_params": {
"client_id": "your_client_id_here",
"secret_key": "your_secret_key_here"
}
}