curl --location 'http://prod-cn.your-api-server.com/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 '{
"paymentMethod": "string",
"paymentType": "TCTD",
"cardNumber": "string"
}'{
"resultCode": "33",
"errorCode": "87",
"errorMsg": null,
"data": [
{
"orderId": "67",
"checkoutUrl": "https://impure-custody.info/"
}
]
}