Releases 2022¶
Release 2.1 - 19.12.2022 ¶
Changed
- API endpoint
POST /v1/api/cards/orderupdate: Increased Design ID validation length up to 10 symbols. Allows to register card order with different Design ID that should be used in Mastercard payment card tokenization.
Added
- API endpoint:
POST /v1/api/cards/order-gift-card. Allows to order many gift cards in one card order. Subject to DAPI user role restrictions. - API endpoint:
GET /v1/api/accounts/{cardAccount}/transactions-queue. The request allows users to receive list of current card account transactions which are enqueued for processing.
Release 2.0 - 09.06.2022 ¶
Changed
- API endpoint
POST /v1/api/cards/orderhas a new parameter range_id under CardOrder section CardPreferences as an optional field. It allows DAPI user to order card under card product with a specific BIN range if the card product is configured with different BIN ranges.
Fixed
- Fixed current card status logic for expired cards. If the card hasn’t been blocked and the card has expired DAPI user will get blocked card with
SYSTEM_BLOCK
Release 1.39 - 07.02.2022 ¶
Changed
- The endpoint
PATCH /v1/api/cards/{ppan}/delivery-addressallows updating also the shipment method. Phone number is still not possible to update using this endpoint.