{
"appId": "your appid",
"sign": "sign by param",
"param": "{\"mchOrderId\":\"TestMchOrderIdP0002\",\"channelCode\":\"BRI_VA\",\"amount\":10000,\"email\":\"test@123.com\",\"mobile\":\"081234567\",\"customerName\":\"test\",\"remark\":\"test payment code\",\"notifyUrl\":\"https://test.com\",\"timestamp\":1678698098000}"
}curl --location --request POST '/open-api/static/payment/code' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": "your appid",
"sign": "sign by param",
"param": "{\"mchOrderId\":\"TestMchOrderIdP0002\",\"channelCode\":\"BRI_VA\",\"amount\":10000,\"email\":\"test@123.com\",\"mobile\":\"081234567\",\"customerName\":\"test\",\"remark\":\"test payment code\",\"notifyUrl\":\"https://test.com\",\"timestamp\":1678698098000}"
}'{
"code": 10000,
"message": "Success",
"data": {
"mchOrderId": "TestMchOrderIdP0002",
"customerName": "test",
"expireTime": null,
"status": "ACTIVE",
"paymentCode": {
"channelCode": "BNI_VA",
"referenceNumber": "8558121202474754"
}
}
}