Skip to main content

DANA

Quick Start
  1. Sign up at dana.id 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 DANA →

Overview

DANA payment integration

Provider IDdana
CategoryE-Wallets
Websitedana.id

Authentication

  • Method: HMAC Signature
  • Base URL: https://api.saas.dana.id

Configuration

Required Parameters

ParameterDescription
client_idClient ID
client_secretClient Secret
private_keyRSA Private Key
merchant_idMerchant ID

Example Configuration

{
"provider": "dana",
"provider_params": {
"client_id": "your_client_id_here",
"client_secret": "your_client_secret_here",
"private_key": "your_private_key_here",
"merchant_id": "your_merchant_id_here"
}
}

Status Mapping

Provider Status4pay StatusDescription
CANCELLEDcancelled
SUCCESScharged
CLOSEDcharged
FAILEDfailed
EXPIREDfailed
REFUNDEDrefunded

API Reference

MethodEndpointDescription
POST/alipay/acquiring/order/createOrder.htm
POST/alipay/acquiring/order/query.htm
POST/alipay/acquiring/refund/refund.htm

Resources