{
"appId": "your appid",
"appName": "test",
"mchOrderId": "CCP2022111405068111",
"channelCode": "GCASH_STATIC_VA",
"customerName": "test",
"email": "test@qq.com",
"mobile": "09123456789",
"description": "remark",
"sign": "45eebd745dcf0b5f6d6f9fcde28cd9fe8116a892"
}curl --location '/api/v1/paymentCode' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": "your appid",
"appName": "test",
"mchOrderId": "CCP2022111405068111",
"channelCode": "GCASH_STATIC_VA",
"customerName": "test",
"email": "test@qq.com",
"mobile": "09123456789",
"description": "remark",
"sign": "45eebd745dcf0b5f6d6f9fcde28cd9fe8116a892"
}'{
"code": 1000,
"message": "success",
"data": {
"mchOrderId": "CCP2022111405068111",
"channelCode": "GCASH_STATIC_VA",
"guideUrl": "https://api-dev.paycools.com/repayment/static/guide/R2VtMG5GejRtYmZFZkZlK0V2SnBzeXJjYTZUanZydHgyWXM4dUptakgrUT0=",
"referenceNumber": "PC0000710000024",
"biller": "PAYCOOLS LOAN"
}
}