Skip to main content

Card Transaction

idstringrequired
p_business_idstringnullable
p_user_idstringnullable
cardstringrequired
statusstringrequired

Authorized | Declined | Settled

typestringrequired

Sales | Refund | Withdrawal

transaction_currencystringrequired

货币:如HKD

transaction_amountstringrequired

交易金额

local_currencystringrequired
local_amountstringrequired

扣款金额

final_local_amountstringrequired

实际扣款

calculated_feestringrequired

费(金额)

merchant_idstringrequired
merchant_countrystringrequired
merchant_citystringrequired
merchant_namestringrequired
p_created_atstringrequired
Card Transaction
{
"id": "string",
"p_business_id": "string",
"p_user_id": "string",
"card": "string",
"status": "string",
"type": "string",
"transaction_currency": "string",
"transaction_amount": "string",
"local_currency": "string",
"local_amount": "string",
"final_local_amount": "string",
"calculated_fee": "string",
"merchant_id": "string",
"merchant_country": "string",
"merchant_city": "string",
"merchant_name": "string",
"p_created_at": "string"
}