MerchantIncome

Event Type: merchant_income

  • merchant_id[* String]: Merchant Account ID
  • merchant_income[* Object MerchantIncome]: Merchant Income
    • income_account[* String]: Income Account
    • income_amount[* Object Amount]: Income Amount
      • currency[* String]: Local Currency Type, 3-letter code according to ISO 4217
      • amount_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"
    }
}