Event Type: merchant_withdraw
merchant_id[* String]: Merchant Account IDwithdraw[* Object Withdraw]: Merchant Income
amount[Object Amount]: Withdraw Amount
currency[* 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)method[String]: Withdraw Method, enumeration
card[Object Card]: Withdraw Card
card_bin[* String]: Card Binlast_four_digits[* String]: Last Four Digits of the Card Numbercard_number_length[* Integer]: Card Number Lengthholder_name[Object Name]: Cardholder Name
first_name[String]: First Namemiddle_name[String]: Middle Namelast_name[String]: Last Namenickname[String]: Nicknamedebit_or_credit[String]: Card Type, enumeration
issuer_region[String]: Issuer Region, 2-letter country code according to ISO 3166expiration_date[String]: Expiration Date, format: YYYY-MM, example: 1998-01ewallet_id[String]: Withdraw Ewallet IDentity_account[String]: Entity Accountentity_account_name[String]: Entity Account Namebalance_amount[Object Amount]: Balance
currency[* 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){
"merchant_id": "NFK00937",
"withdraw": {
"amount": {
"currency": "USD",
"amount_local": 6.8,
"amount_usd": 1,
"amount_cny": 6.8
},
"method": "card",
"card": {
"card_bin": "622207",
"last_four_digits": "1234"