Skip to main content

Version 2.5.1

· 5 min read
Adrian Mizzi

What's Changed

  • Change in field name defaultCurrency to baseCurrency in Corporate and Consumer Identities
  • Changed allowedLimit to remainingLimit type to Currency Amount. Currency is the same as baseCurrency
  • Added enhancedCompanyChecksVerified to Corporate Identity
  • Added enhancedDueDiligence to Consumer Identity
  • Reverted a change in a previous release and re-introduced mandatory email and mobile number to Consumer Identity

Version 2.5.0

· 2 min read
Adrian Mizzi

What's Changed

  • Addition of an optional default currency for consumers and corporates. If not provided, the identity default currency will be set to GBP. The default currency is used to calculate account usage limits.

    • POST /corporates/_/create
    • POST /corporates/{id}/get
    • POST /consumers/_/create
    • POST /consumers/{id}/get
    • POST /consumers/{id}/update
  • Re-introduction of email and mobile number as optional parameters when creating a consumer.

    • POST /consumers/_/create

Version 2.4.4

· 2 min read
Adrian Mizzi

What's Changed

  • Changes to Consumer APIs - email address and mobile number are only updated after verification is successful. This ensures that a validated email address (or mobile number) is not replaced with an invalid one.

    • Removal of email address and mobile number parameters from /consumers/_/create
    • Removal of email address and mobile number parameters from /consumers/{id}/update
    • Email and mobile number parameters are now optional in response of /consumers/{id}/get
  • Changes to Consumer APIs - name and surname cannot be updated if the Consumer Identity is already verified.

    • New error code CONSUMER_VERIFIED with /consumers/{id}/update

Version 2.4.0

· One min read
Adrian Mizzi

What's New

  • POST /managed_accounts/{id}/remove
  • POST /managed_cards/{id}/remove

What's Deprecated

  • POST /managed_accounts/{id}/destroy
  • POST /managed_cards/{id}/destroy

What's Changed

  • POST /passwords/validate
    • Now takes the identity profile id (instead of identity id) to validate passwords for new users

Version 2.3.5

· 4 min read
Adrian Mizzi

Changes

  • Changes in KYB and KYC enum codes in APIs
    • POST /corporates/{id}/get
    • POST /corporates/_/create
    • POST /consumers/{id}/kyc/get
    • POST /consumers/{id}/get
    • POST /consumers/{id}/update
    • POST /consumers/_/create