#
代收下单
URL: /api/v1/receiveOrder/create
注意,请求报文里,请把APIKEY放在header报文
#
请求报文,填写资料,作为创新存款代收
#
应答报文
#
参考
#
Request method: POST (cURL)
curl --location 'https://msscnpay.com/api/v1/receiveOrder/create' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <APIKEY>' \
--data '{
"amount": 10.35,
"reference": "T200015",
"type": "alipayQR",
"notifyurl": "https://google.com"
}'
#
Response
{
"status": "processing",
"status_code": "00000",
"requested_reference": "T200015",
"deposit_amount": "10.35",
"deposit_reference": "f3gxar9t6cit9n1ovnzrveywo",
"type": "alipayQR",
"paymentlink": "testAccountPaymentLinkNotAvailable",
"notifyurl": "https://google.com",
"expired_on": "2023-07-01T01:38:14.467Z"
}