POST
cURL

Authorizations

BIZ-API-KEY
string
header
required

API key. Must be included in the request header.

Biz-Api-Nonce
string
header
required

Timestamp. Must be included in the request header.

Biz-Api-Signature
string
header
required

Signature string. Must be included in the request header.

Body

application/json
wallet_id
string
required

Wallet ID.

Example:

"e9167870-e18b-4e82-8b87-92ec7ede8e45"

transaction_id
string
required

Transaction ID.

Example:

"8da460a3-75f8-489d-a099-802c38a702b3"

abnormals
string
required

Fields with exceptions or mismatches. Separate multiple values with commas, e.g. amount,fee,status.

Example:

"amount,status"

desc
string

Exception description.

Example:

"amount and status not match"

Response

Request succeeded. Returns the ticket ID.

status
integer

Status code. 0 indicates success.

Example:

0

data
object

Ticket creation result.

msg
string

Error message. Present when status is non-zero.