Skip to main content

QrPh

Features
MethodQR code, Async - QR Scan
Merchant countriesPhilippines
Consumer countriesPhilippines
Processing currenciesPHP
Increments-
Captures-
Partial/Multiple partial captures-
Cancels-
Partial/Multiple partial cancels-
Refunds-
Partial/Multiple partial refunds-
Recurring-
Installments-
Credits-
Disputes-
Min Amount1.01
Account verification-

QrPh is the Philippine interoperable QR standard that allows consumers to make fast, secure, and convenient payments by scanning a single QR code across participating banks and e-wallets.

Payment flow

QrPh payment flow

Required constraints

  • Webhooks or polling mechanism mandatory as the payment is completed in a mobile app.

Payment

Request

{
"processingAccountId": "2HdN2jq6XWmlkhqRC2gDTNYCvNH",
"merchantReference": "B2A8734D-9450-4915-A63D-FE5C21F09550",
"amount": {
"value": 200,
"currency": "php"
},
"paymentMethod": {
"type": "qr_ph",
"qrPh": {
"returnUrl": "https://merchant.site/complete-payment"
}
}
}

Response

{
"id": "27yiim0FmHMrKe5zCxWnEYeRbtj",
"merchantReference": "B2A8734D-9450-4915-A63D-FE5C21F09550",
"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"
}
}
}