Event Type: merchant_withdraw
merchant_id
[* String]: Merchant Account IDwithdraw
[* Object Withdraw]: Merchant Incomeamount
[Object Amount]: Withdraw 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)
method
[String]: Withdraw Method, enumeration- card
- ewallet
- entity
card
[Object Card]: Withdraw Cardcard_bin
[* String]: Card Binlast_four_digits
[* String]: Last Four Digits of the Card Numbercard_number_length
[* Integer]: Card Number Lengthholder_name
[Object Name]: Cardholder Namefirst_name
[String]: First Namemiddle_name
[String]: Middle Namelast_name
[String]: Last Namenickname
[String]: Nickname
debit_or_credit
[String]: Card Type, enumeration- debit
- credit
issuer_region
[String]: Issuer Region, 2-letter country code according to ISO 3166expiration_date
[String]: Expiration Date, format: YYYY-MM, example: 1998-01
ewallet_id
[String]: Withdraw Ewallet IDentity_account
[String]: Entity Accountentity_account_name
[String]: Entity Account Name
balance_amount
[Object Amount]: Balancecurrency
[* 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",
"card_number_length": 16,
"holder_name": {
"first_name": "Pierre",
"middle_name": "",
"last_name": "Laurent",
"nickname": "Snochy"
},
"debit_or_credit": "credit",
"issuer_region": "CN",
"expiration_date": "1998-01-01"
}
},
"balance_amount": {
"currency": "USD",
"amount_local": 6.8,
"amount_usd": 1,
"amount_cny": 6.8
}
}