0.0.3 to 0.1.0

0.0.3 to 0.1.0:

  • Added type (USER_FUNDS, MASSPAY_CARD), card_type (VISA, MASTERCARD, AMEX, DISCOVER), last_4 property to GET /wallet/{user_token} response
  • Added status ERROR for payouts that had an error processing
  • Added MASSPAY_CARD to delivery_type in GET /country/{country_code}
  • Added GET /wallet/{wallet_token}/card/ method to retrieve full MassPay card information
  • Added PUT /wallet/{wallet_token}/card/ method to update MassPay card status and/or pin number
  • Added an optional user_token parameter to GET /country/{country_code}. When provided, the results of the catalog would be tailored to the user.
  • Added type parameter to GET /user/{user_token}/history to allow to filter transactions with a particular type.
  • Changed start_date and end_date format in GET /user/{user_token}/history to be YYYY-MM-DD
  • Added wallet_token parameter to GET /user/{user_token}/history to allow to filter transactions with a particular wallet token.
  • Added source_token, destination_token and delivery_type properties to TxnHistoryResp
  • Added GET /user-agreements method to retrieve available user agreements for MassPay's card program and other services.
  • Added info to type in TxnHistoryResp
  • Updated all endpoints to include prefix (i.e usr, wlt, card_txn, etc) for token to make it easier to detect mismatching.
  • Added estimated availability of funds to GET /country/{country_code}
  • Added mobile_number to creation of users in POST /user, getting of users at GET /user/{user_token} and updating of users at PUT /user/{user_token}