Skip to main content

Version 2.11.8

· 3 min read
Maria Stellini

What's New

  • The kyc object returned as part of the following API calls has been deprecated and instead a new API call /consumers/\{id\}/kyc/get has been added added to return the kyc specific information

    • POST /consumers/{id}/get
    • POST /consumers/{id}/update
    • POST /consumers/_/create
  • The kyb object returned as part of the following API calls has been deprecated and instead a new API call /corporates/\{id\}/kyb/get has been added to return the kyb specific information

    • POST /corporates/{id}/get
    • POST /corporates/{id}/update
    • POST /corporates/_/create

What's Changed

  • The property basicCompanyChecksVerified has been deprecated from the kyb object. This information is already being provided in the fullCompanyChecksVerified property

    • POST /corporates/{id}/get
    • POST /corporates/{id}/update
    • POST /corporates/_/create
    • POST /corporates/{id}/kyb/get
  • The properties pep, sanctioned and enhancedDueDiligence has been deprecated from the kyb object

    • POST /consumers/{id}/get
    • POST /consumers/{id}/update
    • POST /consumers/_/create
    • POST /consumers/{id}/kyc/get
  • A new property credentialId will be returned in case of a conflict response

    • POST /auth/login_with_password`
  • A new property nationality has been added.

    • POST /consumers/{id}/get
    • POST /consumers/{id}/update
    • POST /consumers/_/create

Version 2.11.7

· One min read
Maria Stellini

What's Changed

  • Change to /physical/pin/set request.
    • If the provided PIN does not have a valid format, this new error code will be returned in the response.

Version 2.11.5

· One min read
Maria Stellini

What's Changed

  • Change to /physical/upgrade request.
    • When upgrading a virtual card to a physical card, the deliveryAddress field needs to always be specified.

Version 2.11.4

· One min read
Maria Stellini

What's Changed

  • Change to kyc/startresponse with field redirectUrl marked as optional
    • POST /consumers/{id}/kyc/start

Version 2.11.3

· One min read
Adrian Mizzi

What's New

  • Corporate users can now be activated and deactivated
    • POST /corporates/{id}/users/{user_id}/deactivate
    • POST /corporates/{id}/users/{user_id}/activate