Event Type: merchant_income
merchant_id
[* String]: Merchant Account IDmerchant_income
[* Object MerchantIncome]: Merchant Incomeincome_account
[* String]: Income Accountincome_amount
[* Object Amount]: Income Amountcurrency
[* String]: Local Currency Type, 3-letter code according to ISO 4217amount_local
[* Double]: Amount ( Local Currency )amount_usd
[Double]: Amount ( USD ), The USD amount is converted from the original amount by the exchange rate, (required when not access to China Server)amount_cny
[Double]: Amount ( CNY ), The CNY amount is converted from the original amount by the exchange rate, (required when accessing a China Server)
income_source
[String]: Income Source
{
"merchant_id": "NFK00937",
"merchant_income": {
"income_account": "873264379473",
"income_amount": {
"currency": "USD",
"amount_local": 6.8,
"amount_usd": 1,
"amount_cny": 6.8
},
"income_source": "https://td/shop/0012"
}
}