Dragonpay
Quick Start
- Sign up at dragonpay.ph 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
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 ID | dragonpay |
| Category | Card Processors |
| Website | dragonpay.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
| Parameter | Description |
|---|---|
merchant_id | Merchant ID |
password | API Password |
Example Configuration
{
"provider": "dragonpay",
"provider_params": {
"merchant_id": "your_merchant_id_here",
"password": "your_password_here"
}
}
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
S | charged | Payment successful |
P | charging | Pending |
F | rejected | Failed |
V | rejected | Voided |
R | refunded | Refunded |