Skip to main content

48 posts tagged with "Multi-v2"

View All Tags

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

Version 2.11.2

· 4 min read
Adrian Mizzi

What's Changed

  • Changes to kyb/start and kyc/start responses as new field reference introduced and other fields marked as deprecated

    • POST /corporates/{id}/kyb/start
    • POST /consumers/{id}/kyc/start
  • Spend Control: Removal of unset method, and changes to set method to overwrite the configuration with new payload.

    • POST /managed_cards/{id}/auth_rule/set
  • Addition of tag to filter to:

    • POST /transfers/get
    • POST /send/get

Version 2.11.1

· 8 min read
Adrian Mizzi

What's Changed

  • Physical Cards: With this release we are introducing support to upgrade virtual cards to physical cards. Physical cards can be either traditional plastic cards, but also wearables.

    • POST /managed_cards/{id}/physical/upgrade
    • POST /managed_cards/{id}/physical/activate
    • POST /managed_cards/{id}/physical/pin/unblock
    • POST /managed_cards/{id}/physical/pin/get
    • POST /managed_cards/{id}/physical/pin/set
    • POST /managed_cards/{id}/physical/report_lost
    • POST /managed_cards/{id}/physical/report_stolen
    • POST /managed_cards/{id}/physical/replace_damaged
  • Spend Control: This release also introduces the ability to configure purchase authorisation rules at both application level (from Settings area), as well as individual card level (via APIs).

    • POST /managed_cards/{id}/auth_rule/get
    • POST /managed_cards/{id}/auth_rule/set
    • POST /managed_cards/{id}/auth_rule/unset

Version 2.10.3

· 5 min read
Adrian Mizzi

What's Changed

  • Previously deprecated API calls have now been removed

    • POST /auth/lost_password/start
    • POST /auth/lost_password/validate
    • POST /auth/lost_password/resume
  • Added validation on country code format (ISO 3166 alpha-2) and comments

  • Field sizes for some API calls have been shortened to be in line with our service providers