Order

Notify body

Parameter
Type
Desc

partner_id

String

The ID of your Account allocated from MusePay.

order_no

String

The ID of the transaction.

request_id

String

The external ID of the transaction provided by the partner.

order_type

String

The transaction type. see Card Transaction Type

product_code

String

The transaction sub-type.

currency

String

The name of crypto asset associated with the transaction.

order_amount

String

The requested amount.

fee_amount

String

The service fee amount.

actual_amount

String

The actual amount that was proceed to received.

finish_time

String

The completed time of the transaction.

status

Number

The status of Transaction, see Card Transaction Status

reason

String

The failed reason of transaction.

sign

String

Base64 encoded signature string.

extra_info

JSON String

Protocol / operation specific parameters.

Extra Info

Parameter
Type
Desc

description

String

extend info from the request.

txnHash

String

Blockchain hash of the transaction

customerRefId

String

The ID for the partner to associate the owner of funds(customer) with transactions

blockHeight

Number

The height (number) of the block the transaction was mined in

numOfConfirms

Number

The number of confirmations of the transaction. The number will increase until the transaction will be considered completed according to the confirmation policy.

networkFee

String

The fee paid to the network

sourceAddress

String

The source address of the transaction

destinationAddress

String

Address where the asset were transferred

destinationTag

String

Destination tag for XRP, used as memo for EOS/XLM

qrcodeStr

String

The payment QR code.

qrcodeType

String

The type of QR code.

exchangeRate

String

The exchange rate of the local fiat currency relative to USDT.

beneficiaryAccountNumber

String

The payee account

Last updated