{
"appId": "your appid",
"mchOrderId": "CCP20220428011068111",
"appName": "Test",
"idempotencyId": "CCP20220428011068111",
"amount": 100000,
"accountNo": "09123456789",
"accountName": "Test",
"payMethodCode": "EWALLET",
"ewalletCode": "GCASH",
"remark": "remark",
"sign": "4a782d456789sa7e+9s7e48s64aew987"
}curl --location '/api/v1/payout' \
--header 'Content-Type: application/json' \
--data '{
"appId": "your appid",
"mchOrderId": "CCP20220428011068111",
"appName": "Test",
"idempotencyId": "CCP20220428011068111",
"amount": 100000,
"accountNo": "09123456789",
"accountName": "Test",
"payMethodCode": "EWALLET",
"ewalletCode": "GCASH",
"remark": "remark",
"sign": "4a782d456789sa7e+9s7e48s64aew987"
}'{
"code": 1000,
"message": "success",
"data": {
"transactionId": "d155e42d7e659e4fe092768ff52c9fee4f67",
"transactionStatus": "PENDING",
"transactionTime": "2022-05-24 12:51:07"
}
}