| PaymentType | PaymentChannel | Remark |
|---|---|---|
| WALLET_GCASH | GCASH | Gcash原生直连 |
| WALLET_MAYA | MAYA | Maya原生直连 |
| WALLET_GRAB | GRAB | Grab原生直连 |
| QRIS | QRIS | 扫码QRPH |
curl --location --request POST '/gateway/base/biz' \
--header 'method: pay' \
--header 'signType: SHA512' \
--header 'serviceName: api.pay' \
--header 'mchId: 1416010331032883200' \
--header 'timestamp: 1631671670' \
--header 'sign: 32554324534545432543' \
--header 'Content-Type: application/json' \
--data-raw '{
"mchOrderId": "test2",
"amount": "100",
"firstname": "test",
"currency": "PHP",
"lastname": "test1",
"productinfo": "test",
"email": "string@gmail.com",
"phone": "088229588431",
"callbackUrl": "https://localhost:8888/india-merchant/core/callback",
"productTitle": "test",
"paymentType": "QRIS"
}'{
"resultCode": "000000",
"errorCode": "000000",
"errorMsg": null,
"data": [
{
"qrCodeString": "00020101021228530011ph.ppmi.p2m0111SRCPPHM2XXX0312MRCHNT-4H7DF05030005204601053036085406100.005802PH5917Nexus Store PSTP26010MAKATICITY62630010ph.starpay0313PAGARSTAR R470509OR#GDY5AG0708AAAAA 0803***88290012ph.ppmi.qrph0109OR#GDY5AG630467A9",
"orderId": "202604222046944941530501120",
"currency": "PHP",
"checkoutUrl": "https://api.tdaypay.com/gateway/base/static/phi/payment-gcash.html?qrCodeString=00020101021228530011ph.ppmi.p2m0111SRCPPHM2XXX0312MRCHNT-4H7DF05030005204601053036085406100.005802PH5917Nexus%20Store%20PSTP26010MAKATICITY62630010ph.starpay0313PAGARSTAR%20R470509OR%23GDY5AG0708AAAAA%20%20%200803***88290012ph.ppmi.qrph0109OR%23GDY5AG630467A9&lk=gcash%253A%252F%252Fcom.mynt.gcash%252Fapp%252F006300000800%253FqrCode%253D00020101021228530011ph.ppmi.p2m0111SRCPPHM2XXX0312MRCHNT-4H7DF05030005204601053036085406100.005802PH5917Nexus%252520Store%252520PSTP26010MAKATICITY62630010ph.starpay0313PAGARSTAR%252520R470509OR%252523GDY5AG0708AAAAA%252520%252520%2525200803%25252A%25252A%25252A88290012ph.ppmi.qrph0109OR%252523GDY5AG630467A9%2526merchantId%253D217020000119199251998%2526bizNo%253Dnull%2526orderAmount%253D100.00%2526merchantName%253DNexus%2520Store%2520PSTP2%2526qrCodeFormat%253DEMVCO%2526tfrbnkcode%253DSRCPPHM2XXX%2526clientId%253D2023062916065505394208%2526param3%253D99960005~ph.ppmi.p2m~~~000%2526param5%253DMRCHNT-4H7DF~Nexus%2520Store%2520PSTP2~AAAAA%252520%252520%252520~OR%252523GDY5AG%2526shopId%253DMRCHNT-4H7DF%2526tfrAcctNo%253DMRCHNT-4H7DF%2526acqInfo%253DOR%252523GDY5AG%2526sub%253Dp2mpay%2526merchantCity%253DMakatiCity%2526merchantCategoryCode%253D4816%2526lucky%253Dfalse"
}
],
"success": true
}