Skip to content

Latest commit

 

History

History
55 lines (52 loc) · 6.26 KB

File metadata and controls

55 lines (52 loc) · 6.26 KB

P2pTransactionDetail

Properties

Name Type Description Notes
isSell number Whether the current user is the seller. `1`: yes; `0`: no. [optional] [default to undefined]
txid number Order ID [optional] [default to undefined]
orderid number Order ID [optional] [default to undefined]
timest number Order creation timestamp [optional] [default to undefined]
lastPayTime number Payment deadline [optional] [default to undefined]
remainPayTime number Seconds left to pay; `<= 0` means overdue. [optional] [default to undefined]
currencyType string Cryptocurrency symbol. [optional] [default to undefined]
wantType string Fiat currency [optional] [default to undefined]
symbol string Fiat currency symbol [optional] [default to undefined]
rate string Order price in `want_type` units. [optional] [default to undefined]
amount string Order size in cryptocurrency. [optional] [default to undefined]
total string Total fiat amount of the order. [optional] [default to undefined]
status string Display status: `unpay` unpaid; `hide_payment` unpaid with payment info hidden; `paid` buyer paid; `unconfirmed` awaiting seller confirmation; `locked` locked; `finished` done; `cancel` canceled; `expired` expired; `bclosed` arbitration filled; `sclosed` arbitration canceled. [optional] [default to undefined]
reasonId string Cancel reason ID; empty string means none. Examples: `1` no longer want to buy; `2` cannot reach seller; `3` will not pay; `4` seller did not provide a real account; `6` price/amount mismatch; `9` other; `10` seller cannot release and refund issued; `11` terms not met; `12` seller payout account risk-controlled. [optional] [default to undefined]
reasonDesc string Cancel reason description. [optional] [default to undefined]
cancelTime string Cancellation time [optional] [default to undefined]
inAppeal number Whether a dispute is active. `1`: yes; `0`: no. [optional] [default to undefined]
disputeTime number Earliest timestamp when a dispute may be opened. [optional] [default to undefined]
cancelable number Whether cancellation is allowed. `1`: yes; `0`: no. [optional] [default to undefined]
hidePayment number Whether payment methods are hidden. `1`: hidden; `0`: visible. [optional] [default to undefined]
tradeTips string Trading terms [optional] [default to undefined]
showBank string Whether to show bank transfer details. `1`: show; `0`: hide. [optional] [default to undefined]
bankname string Bank name [optional] [default to undefined]
bankbranch string Bank branch name [optional] [default to undefined]
bankid string Bank account or masked account. [optional] [default to undefined]
bankHolderRealname string Bank cardholder name [optional] [default to undefined]
showAli string Whether to show Alipay details. `1`: show; `0`: hide. [optional] [default to undefined]
aliname string Alipay account name [optional] [default to undefined]
isAlicode number Whether an Alipay QR exists. `1`: yes; `0`: no. [optional] [default to undefined]
showWechat string Whether to show WeChat details. `1`: show; `0`: hide. [optional] [default to undefined]
wename string WeChat account name [optional] [default to undefined]
showOthers string Whether to show other payment methods. `1`: show; `0`: hide. [optional] [default to undefined]
payOthers Array<P2pTransactionDetailPayOthers> Other payment methods [optional] [default to undefined]
selPaytype string Selected payment type for this order, e.g. `bank`, `alipay`, `wechat`, `paypal`, `swift`, `wu`. [optional] [default to undefined]
itsUid string Counterparty crypto UID. [optional] [default to undefined]
itsNickname string Counterparty nickname [optional] [default to undefined]
itsRealname string Counterparty real name or verified display name. [optional] [default to undefined]
haveTraded number Whether you traded with the counterparty before. `1`: yes; `0`: no. [optional] [default to undefined]
appealAllowCancel number Whether the dispute can be withdrawn. `1`: allowed; `0`: not allowed. [optional] [default to undefined]
appealVerdictHasOpen string Dispute outcome or in-dispute notice text. [optional] [default to undefined]
imUnread number Unread chat message count. [optional] [default to undefined]
paymentVoucherUrl Array<string> Payment voucher [optional] [default to undefined]
timestPaid number Timestamp when the buyer confirmed payment. [optional] [default to undefined]
ownRealname string Current user&#39;s real name or verified display name. [optional] [default to undefined]
orderType number Order type: `1` standard; `2` partner; `3` flash swap; `4` Web3. [optional] [default to undefined]
isShowReceive number Whether to show confirm-receipt during dispute. `1`: show; `0`: hide. [optional] [default to undefined]
showSellerContactInfo boolean Whether to display seller contact information [optional] [default to undefined]
supportedPayTypes Array<string> Supported payment method types for the order, e.g. `bank`, `alipay`, `wechat`, `paypal`, `swift`, `wu`. [optional] [default to undefined]