This section contains brief descriptions of the changes included in a product update.
v.2.0.16 - 2024.12.17
Updated: The article on the Registration Process has been updated. Now includes details about the integration of the Terms and Conditions and Sign Terms and Conditions endpoints, which are required for users in the production environment and optional in the sandbox environment.
v.2.0.15 - 2024.12.06
Updated: The parameters for the Card-holder Service section have been updated. Please note the changes carefully.
Unchanged: The card ordering flow remains the same.
v.2.0.14 - 2024.11.29
Updated: The response fields for the Get Subscriptions endpoint have been updated.
Updated: The body parameters for the Start Subscription endpoint have been updated.
Updated: The body parameters for the Webhook endpoint have been updated.
Updated: The response fields for the Cancel Subscription endpoint have been updated.
Video instructions will be added to guides alongside descriptions, making the documentation more interactive and user-friendly. ๐
v.2.0.9 - 2024.11.14
Added a new article: Ordering a Visa Card, providing a comprehensive guide for the card ordering process, including step-by-step instructions and API details.
v.2.0.8 - 2024.11.13
The Acquiring section has been updated with detailed descriptions of parameters and endpoints.
v.2.0.7 - 2024.11.11
Added the Operations section to the documentation, providing detailed descriptions of available operations.
Added a new article on Account Funding and Transfers, explaining the processes for account funding and transfers between different account types.
v.2.0.6 - 2024.11.05
Added the PayIn operations section in Transactions Operations.
Added detailed description for IBAN Top-Up process, explaining the usage of exchange and transfer methods for topping up IBAN accounts, along with the role of the BANK_ACCOUNT_VIRTUAL account type in this process.
Added detailed description for the accountType parameter, specifying possible values (CHECKING, CARD_PREPAID, BANK_ACCOUNT_VIRTUAL) and their use cases.
v.2.0.5 - 2024.10.29
Update in the Wallet Section:
The endpoint GET /wallet/v2/address has been removed.
Required parameters have been highlighted for a clearer understanding of request requirements.
Registration Flow Update. The registration flow has been modified. Now, the initial request must be made without the emailConfirmCode parameter, which triggers the system to send a confirmation code to the user's email. In the second request, the emailConfirmCode parameter must always be set to 12345 to complete the email verification and finalize the account creation process, regardless of the actual code sent to the user.
v.2.0.1 - 2024.10.09
The Send one time password endpoint is deprecated. Use Multi-Factor Authentication (MFA) instead of the legacy OTP.
Switch to SumSub for KYC: All mentions of the KYC process now reflect the transition to SumSub.
As of December 23, we are using SumSub for the KYC process.
What You Need to Do
If you are using the KYC endpoint in your integrations, ensure you update it to the new endpoint (/v5/kyc/start).
Review the updated documentation for additional details.
v.1.0.47 - 2024.12.06
A new status SUPPORT has been added to the status endpoint. This status indicates that the client has been permanently blocked from submitting documents due to a final rejection (e.g., suspicion of fraud) or exceeding the allowed number of verifications (5 verifications in production). The client can no longer submit new documents once this status is assigned.
A Restriction for KYC_1 Users has been added to the Update Customer Profile endpoint: users with KYC_1 cannot update the fields firstName and lastName.
The citizenshipCountry parameter has been removed from the Update Customer Profile endpoint.
First Name: The maximum length for the first name field has been set to 20 characters.
Last Name: The maximum length for the last name field has been set to 20 characters.
Postal Code (Index): The maximum length for the postal code has been set to 10 characters.
City: The maximum length for the city field has been set to 20 characters.
Address 1: The maximum length for Address 1 has been set to 50 characters.
Phone Number Validation:
The phone number in the shipping address must now match the format of the destination country. This includes the correct country code and follows the local phone number format.
These updates enhance address field validation and help ensure smoother processing of shipping details.