0.1.0 to 0.1.1
almost 3 years ago by Chris Rechtsteiner
0.1.0
to 0.1.1
:
- Added card_type (UNIONPAY) to
GET /wallet/{user_token}
response - Adjusted user creation to not require address information. Payouts cannot be initiated unless address information is populated however
- Added
business_name
toPOST /user
andGET /user/{user_token}
- Added
active
toGET /wallet/{user_token}
response to indicate whether a wallet is still active and available for transactions - Added
client_paying_fees
toGET /wallet/{user_token}
response to indicate whether fees for payouts paid by this wallet are collected from the client or the user - Modified
user_token
to bewallet_token
inGET /country/{country_code}
for more accurate results - Added
timezone
property toGET /user/{user_token}