| 错误码 | 错误提示 | 失败原因 |
|---|---|---|
| 500000 | Risk rejected cardNo | 相同卡号,超过最大次数 |
| 500000 | Risk rejected ip | 相同ip,超过最大次数 |
| 500000 | Risk rejected email | 相同邮箱,超过最大次数 |
| 500000 | Risk rejected cardName | 相同卡用户名称,超过最大次数 |
| 500000 | Risk rejected than max amount | 相同卡号,超过最大额度 |
curl --location --request POST '/gateway/base/biz' \
--header 'method: pay' \
--header 'signType: SHA512' \
--header 'serviceName: api.pay' \
--header 'mchId: 1416010331032883200' \
--header 'timestamp: 1631671670' \
--header 'sign: 32554324534545432543' \
--header 'Content-Type: application/json' \
--data-raw '{
"mchOrderId": "string",
"amount": "string",
"firstname": "string",
"lastname": "string",
"productinfo": "string",
"email": "string",
"phone": "string",
"callbackUrl": "string",
"redirectUrl": "string",
"noPayPage": "string",
"paymentType": "CARD",
"currency": "EUR",
"consumerId": "string",
"userIp": "string",
"userAgent": "string",
"billingAddress": "string",
"website": "string"
}'{
"data": [
{
"orderId": "29",
"currency": "ut in irure anim",
"checkoutUrl": "https://flickering-plumber.info/"
},
{
"orderId": "33",
"currency": "deserunt ut",
"checkoutUrl": "https://judicious-stock.net/"
}
],
"success": true,
"resultCode": "30",
"errorCode": "56",
"errorMsg": "ut ullamco commodo"
}