Data Type: Withdraw
Parameter | Type | Description | Required/Optional | Notes |
---|---|---|---|---|
amount | Amount | Withdraw Amount | optional (strongly recommended) | |
method | String | Withdraw Method | optional (recommended) | enumeration: card ewallet entity |
card | Card | Withdraw Card | optional (recommended) | |
ewallet_id | String | Withdraw Ewallet ID | optional (recommended) | |
entity_account | String | Entity Account | optional (recommended) | |
entity_account_name | String | Entity Account Name | optional (recommended) |
{
"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"
}
}