Please try searching something.
Releases 2025
Release 2.16. - 08.10.2025
Changed
-
Extended PPAN support to accept values ranging from 13 to 19 digits, in accordance with the BIN range length defined by the International Card Schemes.
-
Updated the
card.holder.nameOnCard
field validation in thePOST/v2/api/cards
endpoint to allow the "." (period) character as a valid symbol.
Added
-
New endpoint
PUT/v2/api/clients/{clientId}/email
. Request allows users to update the client’s email address. -
New endpoint
POST/v2/api/click-to-pay/{ppan}
. Request allows users to add a card to Click to Pay. -
New endpoint
DELETE/v2/api/click-to-pay/{ppan}
. Request allows users to delete data saved in Click to Pay. -
New endpoint
PATCH/v2/api/click-to-pay/{ppan}
. Request allows users to change data saved in Click to Pay. -
New endpoint
GET/v2/api/click-to-pay/{clientId}
. Request allows users to get data saved in Click to Pay.
Release 2.15. - 04.08.2025
Added
-
New endpoint
POST/v2/api/cards/batch
Batch create card. This request allows to create cards in bulk with the same input data and without order saving. -
New filter parameter
userDefinedField12
inGET/v1/api/cards
Search cards. This new filter allows to get a list of cards based on the selecteduserDefinedField12
that was used in Batch create card or Create card requests.
Release 2.14. - 16.07.2025
Changed
New format of the orderID in UUID format in existing endpoints:
POST/v1/api/cards/order
Order cardGET/v1/api/orders
Order status
Release 2.13. - 26.02.2025
Added
-
New endpoint
POST/v2/api/cards
Create card V2. This request allows to create a new private or business card without order saving and returns PPAN, card account and client ID in response. -
New endpoint
GET/v2/api/cards/{ppan}/card-data6
Get sensitive card information 6. This request allows to receive PIN in encrypted format for a third-party data service provider using OTP secret in request which is received from the card issuer as a permission to fetch sensitive data for a particular PPAN.
Jump to
- Release 2.16. - 08.10.2025
- Release 2.15. - 04.08.2025
- Release 2.14. - 16.07.2025
- Release 2.13. - 26.02.2025