username:password
Authorization: Basic *****************
{
"amount": "150",
"merchantOrderId": "d869e074-57d1-4e1b-8cd7-d46d763b6ac8",
"notifyUrl": "https://pre.hzxb.pro/health_check/print",
"accountType": "CPF",
"accountNum": "23613276860",
"customerName": "zhangsan",
"customerCert": "23613276860"
}
curl --location --request POST '/open-api/pay/transfer' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic Og==' \
--data-raw '{
"amount": "150",
"merchantOrderId": "d869e074-57d1-4e1b-8cd7-d46d763b6ac8",
"notifyUrl": "https://pre.hzxb.pro/health_check/print",
"accountType": "CPF",
"accountNum": "23613276860",
"customerName": "zhangsan",
"customerCert": "23613276860"
}'
{
"code": 200,
"msg": "WAIT",
"status": "99",
"orderId": "S120202208051555527511771885568",
"merchantOrderId": "c234235234234235234234",
"payType": "120",
"sign": "154cf9ea31deecef04f0394aee3e8594",
"traceId": "1271bf2b484d62e4340358a72d00653ef5c3d"
}