Skip to main content

DOKU

Quick Start
  1. Sign up at doku.com and obtain API credentials
  2. Create a terminal in the Admin Console with the parameters below
  3. Start processing — the adapter is pre-built and ready to use

Go to DOKU →

Overview

DOKU payment integration

Provider IDdoku
CategoryLocal Payment Methods
Websitedoku.com

Authentication

  • Method: Basic Auth (Base64)
  • Base URL: https://api.doku.com

Configuration

Required Parameters

ParameterDescription
client_idClient ID
secret_keySecret Key

Example Configuration

{
"provider": "doku",
"provider_params": {
"client_id": "your_client_id_here",
"secret_key": "your_secret_key_here"
}
}

Resources