0.0.3 to 0.1.0
almost 3 years ago by Chris Rechtsteiner
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 inGET /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 toGET /country/{country_code}
. When provided, the results of the catalog would be tailored to the user. - Added
type
parameter toGET /user/{user_token}/history
to allow to filter transactions with a particular type. - Changed
start_date
andend_date
format inGET /user/{user_token}/history
to be YYYY-MM-DD - Added
wallet_token
parameter toGET /user/{user_token}/history
to allow to filter transactions with a particular wallet token. - Added
source_token
,destination_token
anddelivery_type
properties toTxnHistoryResp
- Added
GET /user-agreements
method to retrieve available user agreements for MassPay's card program and other services. - Added
info
totype
inTxnHistoryResp
- 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 toGET /country/{country_code}
- Added
mobile_number
to creation of users inPOST /user
, getting of users atGET /user/{user_token}
and updating of users atPUT /user/{user_token}