API Reference
API Reference

Object


FieldTypeDesc
idstringDatabase primary key ID (Snowflake ID, string format)
out_trans_idstringPayment flow ID
trade_idstringOrder ID / Trade ID
merchant_idstringMerchant ID
payment_methodstringPayment method
payment_channelstringPayment channel
statusstringPayment status
amountstringPayment amount, truncated to two decimal places
currencystringCurrency
channel_trade_idstringChannel transaction ID
order_trans_idstringOrder transaction ID (globally unique, represents one payment attempt)
channel_payment_methodChannelPaymentMethodPayment method information
created_atstringCreation time
channel_ret_codestringChannel return code
channel_ret_msgstringChannel return message

ChannelPaymentMethod

FieldTypeDesc
typestringType, fixed value "card"
cardCardInfoCard information

CardInfo

FieldTypeDesc
brandstringCard brand
countrystringIssuing country
last4stringLast 4 digits of card number
fundingstringCard type (credit/debit)