{
"appId": "your appid",
"appName": "Test",
"mchOrderId": "CCP20220428011068111",
"amount": 10000,
"customerName": "test",
"channelCode": "GCASH_URL",
"email": "test@gmail.com",
"mobile": "09123456789",
"remark": "remark",
"sign": "45eebd745dcf0b5f6d6f9fcde28cd9fe8116a892",
"callbackUrl": "https://www.google.com",
"redirectUrl": "https://www.google.com",
"billingAddress": {
"countryCode": "PH",
"province": "PH",
"city": "PH",
"postCode": "4242342344",
"addressLine1": "PH",
"addressLine2": "PH",
"customerName": "qwe"
}
}curl --location '/api/v1/payment' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": "your appid",
"appName": "Test",
"mchOrderId": "CCP20220428011068111",
"amount": 10000,
"customerName": "test",
"channelCode": "GCASH_URL",
"email": "test@gmail.com",
"mobile": "09123456789",
"remark": "remark",
"sign": "45eebd745dcf0b5f6d6f9fcde28cd9fe8116a892",
"callbackUrl": "https://www.google.com",
"redirectUrl": "https://www.google.com",
"billingAddress": {
"countryCode": "PH",
"province": "PH",
"city": "PH",
"postCode": "4242342344",
"addressLine1": "PH",
"addressLine2": "PH",
"customerName": "qwe"
}
}'{
"code": 1000,
"message": "success",
"data": {
"redirectUrl": "https://a.api-uat.paycools.com/1L9zPnp",
"transactionStatus": "PENDING",
"transactionId": "C1175676368800878371"
}
}