Dragonpay
Features | |
---|---|
Method | Async - Redirect |
Countries | Philippines |
Processing currencies | PHP |
Increments | - |
Captures | - |
Partial/Multiple partial captures | - |
Cancels | - |
Partial/Multiple partial cancels | - |
Refunds | ✅ |
Partial/Multiple partial refunds | ✅ |
Recurring | - |
Installments | - |
Credits | - |
Disputes | - |
Min Amount | 50.01 |
Account verification | - |
Dragonpay is a payment gateway that facilitates payment collection through local financial channels, making it ideal for regions with low card adoption or limited banking access. It focuses on providing access to local payment methods, including bank transfers, over-the-counter payments, e-wallets, and mobile payments.
When a consumer shops online using the Dragonpay payment method, the merchant sends a payment to the PSP.
The merchant redirects to the Dragonpay page and allows the customer to complete the purchase.
Payment flow
Payment
Request
{
"processingAccountId": "2HdN2jq6XWmlkhqRC2gDTNYCvNH",
"merchantReference": "67b4189a-0bca-4800-a3a2-be29f9bb5a8f",
"amount": {
"value": 200,
"currency": "php"
},
"paymentMethod": {
"type": "dragonpay",
"dragonpay": {
"returnUrl": "https://merchant.site/complete-payment",
"consumer": {
"email": "consumer@mail.com"
}
}
}
}
Response
{
"id": "2yOmTIuE90G4JotD3RCe94qDiyn",
"merchantReference": "67b4189a-0bca-4800-a3a2-be29f9bb5a8f",
"status": "pending",
"trackingUrl": "/v1/tracks/payments/{trackId}",
"reason": {
"code": "required_next_step",
"description": "An additional step is needed to complete the payment."
},
"nextStep": {
"type": "redirect",
"redirect": {
"method": "get",
"url": "https://payment.method/complete"
}
}
}