Skip to main content

48 posts tagged with "Multi-v2"

View All Tags

Version 2.8.0

· 3 min read
Adrian Mizzi

What's Changed

  • Username (credential code) is being phased out. Login can now be done using just the email address. Both username and email address will be supported for some time, to allow for a transition.

  • When creating Corporate Users, some of the parameters are now optional (no longer mandatory)

    • companyPosition
    • mobileCountryCode
    • mobileNumber
    • title
    • username
  • Added new status PENDING_REVIEW for Corporate Identity KYB


Version 2.7.1

· One min read
Adrian Mizzi

What's Changed

  • Removal of KYB fields directorsVerified and UBOsVerified in response
    • POST /corporates/{id}/get
    • POST /corporates/{id}/update
    • POST /corporates/_/create

Version 2.7.0

· 3 min read
Adrian Mizzi

What's New

  • As part of charging capability (innovator charges to cardholder) we are introducing custom fees

    • POST /corporates/{id}/charge_fee
    • POST /consumers/{id}/charge_fee
  • Introduction of kyb/start for starting Corporate KYB process

    • POST /corporates/{id}/kyb/start
  • Introduction of withdrawal capability from managed_accounts

    • POST /managed_accounts/withdraw/get
    • POST /managed_accounts/{id}/withdraw/{withdraw_id}/get
    • POST /managedaccounts/{id}/withdraw//create
    • POST /managed_accounts/{id}/withdraw/get

What's Changed

  • Previously deprecated destroy have now been removed

    • POST /managed_accounts/{id}/destroy
    • POST /managed_cards/{id}/destroy
  • Lost password end points have moved from auth to passwords. auth is still available, but deprecated

    • POST /passwords/lost_password/validate
    • POST /passwords/lost_password/start
    • POST /passwords/lost_password/resume
    • POST /auth/lost_password/validate
    • POST /auth/lost_password/start
    • POST /auth/lost_password/resume
  • New error code returned in case KYC is attempted for a Consumer who is already approved

    • POST /consumers/{id}/kyc/start
  • Removal of secretType from APIs

    • POST /corporates/_/create
    • POST /consumers/_/create
    • POST /corporates/{id}/users/{user_id}/get
    • POST /corporates/{id}/users/{user_id}/update
    • POST /corporates/{id}/users/_/create
    • POST /corporates/{id}/users/get

Version 2.6.4

· 2 min read
Adrian Mizzi

What's Changed

  • Error codes INSTRUMENT_NOT_FOUND and CONSUMER_NOT_FOUND replaced with response status 404

Version 2.6.2

· One min read
Adrian Mizzi

What's Changed

  • BREAKING CHANGE: nameOnCard parameter is now mandatory when creating a card

    • POST /managedcards//create
  • Ability to search for accounts and cards which have a pending balance. A pending balance occurs when an Identity is not verified so incoming funds have to be held in pending until the Identity is verified

    • POST /managed_accounts/get
    • POST /managed_cards/get