{
"appId": "your appid",
"sign": "xxx",
"param": "{\"mchOrderId\":\"testMchOrderId202508024\",\"amount\":10000,\"email\":\"test@123.com\",\"mobile\":\"521234567891\",\"customerName\":\"test\",\"remark\":\"testva\",\"notifyUrl\":\"https://www.test.com\",\"timestamp\":\"1677133173758\",\"channelCode\":\"SPEI_CLABE_VA\"}"
}curl --location '/open-api/staticva/payment/generate' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": "your appid",
"sign": "xxx",
"param": "{\"mchOrderId\":\"testMchOrderId202508024\",\"amount\":10000,\"email\":\"test@123.com\",\"mobile\":\"521234567891\",\"customerName\":\"test\",\"remark\":\"testva\",\"notifyUrl\":\"https://www.test.com\",\"timestamp\":\"1677133173758\",\"channelCode\":\"SPEI_CLABE_VA\"}"
}'{
"code": 10000,
"message": "Success",
"data": {
"mchOrderId": "testMchOrderId202508001",
"payData": "734180000015869244",
"channelCode": "SPEI_CLABE_VA",
"createTime": "2025-08-23 21:35:02",
"status": "ACTIVE",
"channelType": "VA"
}
}