手机号码必须是真实的, 可以固定一个正确手机号码如:8095659738
Request
Body Params application/json
{
"mchOrderId": "string",
"amount": "string",
"firstname": "string",
"currency": "string",
"lastname": "string",
"productinfo": "string",
"email": "string",
"phone": "string",
"callbackUrl": "string",
"redirectUrl": "string",
"noPayPage": "string",
"paymentMethod": "string",
"paymentType": "TCTD",
"cardNumber": "string"
}
Request Code Samples
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",
"currency": "string",
"lastname": "string",
"productinfo": "string",
"email": "string",
"phone": "string",
"callbackUrl": "string",
"redirectUrl": "string",
"noPayPage": "string",
"paymentMethod": "string",
"paymentType": "TCTD",
"cardNumber": "string"
}'
Responses
application/json {
"resultCode": "33",
"errorCode": "87",
"errorMsg": null,
"data": [
{
"orderId": "67",
"checkoutUrl": "https://impure-custody.info/"
}
]
}
Modified at 2025-12-05 13:03:25