Skip to main content

48 posts tagged with "Multi-v2"

View All Tags

Version 2.4.0

· 2 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

· 5 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

Version 2.3.0

· 6 min read
Adrian Mizzi

Fixes and Changes

  • Email Verification and Forgot Password base URL now correctly uses the URL configured in the Innovator Portal configuration screen.
  • Addition of email address in email verification URL
  • Removed count field in request and added responseCount in response
  • Changed field name from companyRegistrationTimestamp to companyRegistrationDate for Corporate

API Changes

Other minor changes in some APIs.

  • Changed field companyRegistrationTimestamp to companyRegistrationDate in

    • POST /corporates/{id}/get
    • POST /corporates/{id}/update
    • POST /corporates/_/create
  • Removed count parameter in get requests, and added responseCount in response:

    • POST /corporates/{id}/users/get
    • POST /managed_accounts/get
    • POST /managed_accounts/{id}/statement/get
    • POST /managed_cards/get
    • POST /managed_cards/{id}/statement/get
    • POST /transfers/get
    • POST /send/get
  • Addition of new error code INSTRUMENT_NOT_FOUND in

    • POST /managed_accounts/{id}/freeze
    • POST /managed_accounts/{id}/unfreeze
    • POST /managed_accounts/{id}/update
    • POST /managed_accounts/{id}/destroy
    • POST /managedaccounts//create
    • POST /managed_cards/{id}/freeze
    • POST /managed_cards/{id}/unfreeze
    • POST /managed_cards/{id}/update
    • POST /managed_cards/{id}/destroy

Version 2.2.0

· 3 min read
Adrian Mizzi

What's Changed

  • Added error code in response SOURCE_NOT_FOUND and DESTINATION_NOT_FOUND
    • POST /transfers/get
    • POST /transfers/{id}/get
    • POST /transfers/_/execute
    • POST /send/get
    • POST /send/{id}/get
    • POST /send/_/execute
  • Updated naming in Send (some parts previously referred to as Transfer)
    • POST /send/get

Version 2.1.0

· One min read
Adrian Mizzi

What's Deprecated

  • POST ​/consumers​/{id}​/kyc​/get

What's Changed

  • Addition of API documentation
  • Removal of recently introduced consumeOperationErrorCode field in
    • POST /consumers/{id}/mobile/send_verification_code
    • POST /corporates/{id}/users/mobile/send_verification_code
    • POST /consumers/{id}/kyc/start
    • POST ​/transfers​/_​/execute
    • POST /send/_/execute
  • Addition of INSUFFICIENT_FUNDS to errorCode field
    • POST /consumers/{id}/mobile/send_verification_code
    • POST /corporates/{id}/users/mobile/send_verification_code
    • POST /consumers/{id}/kyc/start
    • POST ​/transfers​/_​/execute
    • POST /send/_/execute
  • New KYC status information returned in
    • POST /consumers/{id}/get