Get Order
This interface provides the query of Transfer orders. Merchants can actively query the status of orders through the query interface to complete the next business logic.
Cases where the query interface needs to be called:
When there is an exception in the merchant's backend, network, server, etc., and the merchant system does not receive the withdrawal result notification in the end.
After calling the withdrawal interface, the system returns an error or an unknown transaction status.
Interface Address
Sandbox URL: http://api.testbonuspay.network/sgs/api/ccwithdraw/getOrder
Production URL: https://api.bonuspay.network/sgs/api/ccwithdraw/getOrder
Request Parameters
Http Header
Language
Content-Language
Optional
String(10)
en
en-English
Signature
Sign
Required
String
Merchant ID
Partner-Id
Required
String(12)
Http Body
Request time
requestTime
Required
Timestamp(3)
1581450087000
Business content
bizContent
Required
OrderIndexRequest
-
Business content
Request Sample
Response Parameters
Http Header
Signature
sign
Required
String
-
The body field in the Http Body is only returned when applyStatus is SUCCESS and code is 0.
Http Body
Response Header
head
Required
ResponseHeader
-
Response Body
body
Optional
WithdrawResponse
-
WithdrawResponse
Order Information
withdrawOrder
Required
WithdrawOrder
-
Response Sample
Last updated