{ "request_no": "string", "merchant_no": "string" }
curl --location --request POST 'https://api.sparkpay.top/v4/pay/orders/close' \ --header 'User-Agent;' \ --header 'Sparkpay-App-Id;' \ --header 'Sparkpay-Signature;' \ --header 'Sparkpay-Timestamp;' \ --header 'Sparkpay-Nonce;' \ --header 'Content-Type: application/json' \ --data-raw '{ "request_no": "string", "merchant_no": "string" }'
{ "code": 0, "message": "string", "data": { "request_no": "string", "merchant_no": "string", "merchant_order_no": "string" } }