Skip to main content

Dragonpay

Quick Start
  1. Sign up at dragonpay.ph 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 Dragonpay →

Overview

Dragonpay — the Philippines' largest payment aggregator. Supports online banking, OTC, e-wallets, and card payments. Settlement T+1 for online banking, T+3 for OTC.

Provider IDdragonpay
CategoryCard Processors
Websitedragonpay.ph

Supported currencies: PHP

Supported operations: charge, refund


Authentication

  • Method: Basic Auth (merchant_id:api_key)
  • Base URL: https://gw.dragonpay.ph/api/collect/v1

Configuration

Required Parameters

ParameterDescription
merchant_idMerchant ID
passwordAPI Password

Example Configuration

{
"provider": "dragonpay",
"provider_params": {
"merchant_id": "your_merchant_id_here",
"password": "your_password_here"
}
}

Status Mapping

Provider Status4pay StatusDescription
SchargedPayment successful
PchargingPending
FrejectedFailed
VrejectedVoided
RrefundedRefunded

Resources