{
"appId": "your appid",
"mchOrderId": "CCP20220428011068111",
"sign": "45eebd745dcf0b5f6d6f9fcde28cd9fe8116a892"
}curl --location '/api/v1/paymentCode/cancel' \
--header 'Content-Type: application/json' \
--data '{
"appId": "your appid",
"mchOrderId": "CCP20220428011068111",
"sign": "45eebd745dcf0b5f6d6f9fcde28cd9fe8116a892"
}'{
"code": 1000,
"message": "success",
"data": {
"paymentVaList": [
{
"mchOrderId": "CCP2023020602068111",
"channelCode": "RDP_STATIC_VA",
"referenceNumber": "PC00F571",
"biller": "Dragon Loans",
"status": "INACTIVE"
},
{
"mchOrderId": "CCP2023020602068111",
"channelCode": "MLH_STATIC_VA",
"referenceNumber": "PC00F571",
"biller": "Dragonpay",
"status": "INACTIVE"
},
{
"mchOrderId": "CCP2023020602068111",
"channelCode": "7ELEVEN_STATIC_VA",
"referenceNumber": "PC0000710000067",
"biller": "PAYCOOLS LOAN",
"status": "INACTIVE"
},
{
"mchOrderId": "CCP2023020602068111",
"channelCode": "PAYMAYA_STATIC_VA",
"referenceNumber": "PC00F571",
"biller": "Dragon Loans",
"status": "INACTIVE"
},
{
"mchOrderId": "CCP2023020602068111",
"channelCode": "GCASH_STATIC_VA",
"referenceNumber": "PC0000710000067",
"biller": "PAYCOOLS LOAN",
"status": "INACTIVE"
}
]
}
}