Skip to content

Latest commit

 

History

History
56 lines (52 loc) · 5.24 KB

File metadata and controls

56 lines (52 loc) · 5.24 KB

P2pTransactionDetail

Properties

Name Type Description Notes
isSell Integer Whether the current user is the seller. `1`: yes; `0`: no. [optional]
txid Integer Order ID [optional]
orderid Integer Order ID [optional]
timest Integer Order creation timestamp [optional]
lastPayTime Integer Payment deadline [optional]
remainPayTime Integer Seconds left to pay; `<= 0` means overdue. [optional]
currencyType String Cryptocurrency symbol. [optional]
wantType String Fiat currency [optional]
symbol String Fiat currency symbol [optional]
rate String Order price in `want_type` units. [optional]
amount String Order size in cryptocurrency. [optional]
total String Total fiat amount of the order. [optional]
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]
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]
reasonDesc String Cancel reason description. [optional]
cancelTime String Cancellation time [optional]
inAppeal Integer Whether a dispute is active. `1`: yes; `0`: no. [optional]
disputeTime Integer Earliest timestamp when a dispute may be opened. [optional]
cancelable Integer Whether cancellation is allowed. `1`: yes; `0`: no. [optional]
hidePayment Integer Whether payment methods are hidden. `1`: hidden; `0`: visible. [optional]
tradeTips String Trading terms [optional]
showBank String Whether to show bank transfer details. `1`: show; `0`: hide. [optional]
bankname String Bank name [optional]
bankbranch String Bank branch name [optional]
bankid String Bank account or masked account. [optional]
bankHolderRealname String Bank cardholder name [optional]
showAli String Whether to show Alipay details. `1`: show; `0`: hide. [optional]
aliname String Alipay account name [optional]
isAlicode Integer Whether an Alipay QR exists. `1`: yes; `0`: no. [optional]
showWechat String Whether to show WeChat details. `1`: show; `0`: hide. [optional]
wename String WeChat account name [optional]
showOthers String Whether to show other payment methods. `1`: show; `0`: hide. [optional]
payOthers List<P2pTransactionDetailPayOthers> Other payment methods [optional]
selPaytype String Selected payment type for this order, e.g. `bank`, `alipay`, `wechat`, `paypal`, `swift`, `wu`. [optional]
itsUid String Counterparty crypto UID. [optional]
itsNickname String Counterparty nickname [optional]
itsRealname String Counterparty real name or verified display name. [optional]
haveTraded Integer Whether you traded with the counterparty before. `1`: yes; `0`: no. [optional]
appealAllowCancel Integer Whether the dispute can be withdrawn. `1`: allowed; `0`: not allowed. [optional]
appealVerdictHasOpen String Dispute outcome or in-dispute notice text. [optional]
imUnread Integer Unread chat message count. [optional]
paymentVoucherUrl List<String> Payment voucher [optional]
timestPaid Integer Timestamp when the buyer confirmed payment. [optional]
ownRealname String Current user's real name or verified display name. [optional]
orderType Integer Order type: `1` standard; `2` partner; `3` flash swap; `4` Web3. [optional]
isShowReceive Integer Whether to show confirm-receipt during dispute. `1`: show; `0`: hide. [optional]
showSellerContactInfo Boolean Whether to display seller contact information [optional]
supportedPayTypes List<String> Supported payment method types for the order, e.g. `bank`, `alipay`, `wechat`, `paypal`, `swift`, `wu`. [optional]