Please try searching something.
Releases 2026
Release 2.21. - 17.06.2026
Added
-
New endpoint
GET/v2/api/clientsThis request allows users to retrieve clients’ details filtered by specific parameters. This endpoint will replace v1 endpoint Get clients list, which will be deprecated starting with 2.22 release. -
New endpoint
GET/v2/api/trustlist/{ppan}This request allows users to retrieve the current list of trusted merchants for a specific card. -
New endpoint
POST/v2/api/trustlist/{ppan}This request allows users to add a specific merchant to trusted merchants list for a specific card. -
New endpoint
POST/v2/api/trustlist/{ppan}/removeThis request allows users to remove a specific merchant from the trusted merchants list for a specific card.
Deprecated Endpoints
The following v1 endpoints have been marked as Deprecated in Swagger and should no longer be used:
-
GET/v1/api/cards/{ppan}Get card information -
GET/v1/api/clients/{clientId}Search client by ID
Release 2.20. - 06.05.2026
Added
-
New endpoint
GET/v2/api/cards/{ppan}This request allows users to get card information with available balance. This endpoint will replace existing v1 Get Card Information, which will be deprecated starting from 2.21. release. -
New endpoint
GET/v2/api/clients/{clientID}The request allows users to receive clients data by using a specific client ID number. This endpoint will replace existing v1 Search client by ID, which will be deprecated starting from 2.21. release. -
Improved Swagger documentation for the Order Card and Create Card V2 endpoints to clearly indicate which field data is not stored in the database.
Deprecated Endpoint
The following endpoint has been marked as Deprecated in Swagger and should no longer be used:
POST/v1/api/cards/card-data1Get sensitive card information 1
Release 2.19. - 25.03.2026
Added
-
New endpoint
GET/v2/api/cards/{ppan}/card-data7This request allows users to retrieve sensitive card information, such as the PIN code for a specific PPAN in encrypted format. This endpoint will replace the existing Get Sensitive Information 1 endpoint, which will be deprecated starting from 2.20. release. -
New endpoint
GET/v2/api/accounts/{cardAccount}The request allows users to retrieve detailed information about a specific client's account, including its current balance, status and currency. -
New endpoint
POST/v2/api/accounts/{cardAccount}/stateThe request allows users to manage the transition of the card account from an active state to permanent closure.
Release 2.18. - 11.02.2026
Added
-
New endpoint
POST/v2/api/cards/{ppan}/duplicateThe request allows users to duplicate a virtual card to create a physical card while retaining the same card details for eligible card products. -
New endpoint
GET/v2/api/limits/{ppan}/usedThe request allows users to get used values for the corresponding limit on the card.
Jump to
- Release 2.21. - 17.06.2026
- Release 2.20. - 06.05.2026
- Release 2.19. - 25.03.2026
- Release 2.18. - 11.02.2026