Skip to main content

8 posts tagged with "changelog"

View All Tags

· One min read
  • Changed Company Balance model to Wallet model. Deprecated the /company/balance route.

· One min read
  • Added cardholder info to the "get all cards" route.
  • Multi operations with cards: a) Change the status of cards in the list. b) Change the card user by list.
  • Changed response data in "Get Card Limits" route; removed secret data.
  • Route changes: a) Changed api/v1/cards/cards/limits to api/v1/cards/card/limits. b) Changed api/v1/cards/cards/all to api/v1/cards/all. c) Changed api/v1/cards/cards/detail/sensitive to api/v1/cards/card/detail/sensitive.
  • Updated response data in Create and Update card route; added user data.

· One min read
  • Added BIN data for cards and clients.
  • Added a route for card details with mask data.
  • Added transaction type to transaction data.