{
"appId": "your appid",
"sign": "sign by param",
"param": "{\"mchOrderId\":\"Platform0000001\",\"amount\":20000,\"customerName\":\"user01\",\"channelCode\":\"DANA_URL\",\"email\":\"Platform@gmail.com\",\"mobile\":\"0817345545\",\"notifyUrl\":\"https://test.com\",\"timestamp\":\"1677482490058\"}"
}curl --location --request POST '/open-api/paymentOrder/generate' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": "your appid",
"sign": "sign by param",
"param": "{\"mchOrderId\":\"Platform0000001\",\"amount\":20000,\"customerName\":\"user01\",\"channelCode\":\"DANA_URL\",\"email\":\"Platform@gmail.com\",\"mobile\":\"0817345545\",\"notifyUrl\":\"https://test.com\",\"timestamp\":\"1677482490058\"}"
}'{
"code": 10000,
"message": "Success",
"data": {
"transactionId": "C4T3060223381409792",
"payUrl": "https://debit-sandbox.faspay.co.id/pws/100003/0830000010100000/b30040d9483a0f4054b9545f4dfaaa3a6047c852?trx_id=3561681273119370&merchant_id=35616&bill_no=C4T3060223381409792",
"mchOrderId": "d482028729878834100"
}
}