0.1.0 to 0.1.1

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 to POST /user and GET /user/{user_token}
  • Added active to GET /wallet/{user_token} response to indicate whether a wallet is still active and available for transactions
  • Added client_paying_fees to GET /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 be wallet_token in GET /country/{country_code} for more accurate results
  • Added timezone property to GET /user/{user_token}