curl --location '/open-api/partner/payment/checkout/channel' \
--header 'Content-Type: application/json' \
--data '{
"appId": "0e16b2cb839b4d5299243a35a02b7c57",
"sign": "sign by param",
"param": "{\"timestamp\":1715595802,\"subMerchantNo\":\"E05225eVOpXa\",\"authId\":\"AC5P7668635098349568\",\"countryCode\":\"ID\"}"
}'{
"code": 10000,
"message": "Success",
"data": {
"list": [
{
"channelType": "QR",
"channelCode": "PH_GCASH_QR",
"countryCode": "PH",
"currency": "PHP"
},
{
"channelType": "QR",
"channelCode": "PH_QRPH_DYNAMIC",
"countryCode": "PH",
"currency": "PHP"
},
{
"channelType": "EWALLET",
"channelCode": "PH_GCASH_URL",
"countryCode": "PH",
"currency": "PHP"
},
{
"channelType": "EWALLET",
"channelCode": "PH_GRABPAY_URL",
"countryCode": "PH",
"currency": "PHP"
},
{
"channelType": "ONLINE_BANKING",
"channelCode": "PH_UBP_URL",
"countryCode": "PH",
"currency": "PHP"
}
]
}
}