Skip to content

Latest commit

 

History

History
56 lines (53 loc) · 5.37 KB

File metadata and controls

56 lines (53 loc) · 5.37 KB

# P2pTransactionDetail

Properties

Name Type Description Notes
is_sell int Whether the current user is the seller. `1`: yes; `0`: no. [optional]
txid int Order ID [optional]
orderid int Order ID [optional]
timest int Order creation timestamp [optional]
last_pay_time int Payment deadline [optional]
remain_pay_time int Seconds left to pay; `<= 0` means overdue. [optional]
currency_type string Cryptocurrency symbol. [optional]
want_type 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]
reason_id 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]
reason_desc string Cancel reason description. [optional]
cancel_time string Cancellation time [optional]
in_appeal int Whether a dispute is active. `1`: yes; `0`: no. [optional]
dispute_time int Earliest timestamp when a dispute may be opened. [optional]
cancelable int Whether cancellation is allowed. `1`: yes; `0`: no. [optional]
hide_payment int Whether payment methods are hidden. `1`: hidden; `0`: visible. [optional]
trade_tips string Trading terms [optional]
show_bank 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]
bank_holder_realname string Bank cardholder name [optional]
show_ali string Whether to show Alipay details. `1`: show; `0`: hide. [optional]
aliname string Alipay account name [optional]
is_alicode int Whether an Alipay QR exists. `1`: yes; `0`: no. [optional]
show_wechat string Whether to show WeChat details. `1`: show; `0`: hide. [optional]
wename string WeChat account name [optional]
show_others string Whether to show other payment methods. `1`: show; `0`: hide. [optional]
pay_others \GateApi\Model\P2pTransactionDetailPayOthers[] Other payment methods [optional]
sel_paytype string Selected payment type for this order, e.g. `bank`, `alipay`, `wechat`, `paypal`, `swift`, `wu`. [optional]
its_uid string Counterparty crypto UID. [optional]
its_nickname string Counterparty nickname [optional]
its_realname string Counterparty real name or verified display name. [optional]
have_traded int Whether you traded with the counterparty before. `1`: yes; `0`: no. [optional]
appeal_allow_cancel int Whether the dispute can be withdrawn. `1`: allowed; `0`: not allowed. [optional]
appeal_verdict_has_open string Dispute outcome or in-dispute notice text. [optional]
im_unread int Unread chat message count. [optional]
payment_voucher_url string[] Payment voucher [optional]
timest_paid int Timestamp when the buyer confirmed payment. [optional]
own_realname string Current user's real name or verified display name. [optional]
order_type int Order type: `1` standard; `2` partner; `3` flash swap; `4` Web3. [optional]
is_show_receive int Whether to show confirm-receipt during dispute. `1`: show; `0`: hide. [optional]
show_seller_contact_info bool Whether to display seller contact information [optional]
supported_pay_types string[] Supported payment method types for the order, e.g. `bank`, `alipay`, `wechat`, `paypal`, `swift`, `wu`. [optional]

[Back to Model list] [Back to API list] [Back to README]