Skip to main content

Version 2.11.1

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


Version 2.10.2

· 7 min read
Adrian Mizzi

What's Changed

  • Changes to invite corporate user and consume invite

    • When creating a new corporate user, the invite email is not sent automatically. This must now be triggered separately.
      • POST /corporates/{id}/users/_/create
    • A new API
      • POST /corporates/{id}/invites/{invite_id}/send
    • When inviting a corporate user, this new consume invite operation now returns the auth token for the user to avoid having to login again
      • POST /auth/invites/{invite_id}/consume
  • Addition of new error codes as detailed below

  • Minor changes to responses as detailed below


Version 2.10.0

· One min read
Adrian Mizzi

What's Changed

  • Removal of owner field when creating a managed account or managed card. The instrument is always created for the user logged in.

    • POST /managedcards//create
    • POST /managedaccounts//create
  • New error code INSTRUMENT_DESTROYED returned when attempting to freeze/unfreeze a deleted card

    • POST /managed_cards/{id}/unfreeze
    • POST /managed_cards/{id}/freeze

Version 2.9.4

· 7 min read
Adrian Mizzi

What's Changed

  • Replacement of field companyRegistrationDate with incorporatedOn in

    • POST /corporates/_/create
    • POST /corporates/{id}/get
    • POST /corporates/{id}/update
  • Update in error codes for kyc/start. KYC_UNAVAILABLE to replace KYC_ALREADY_APPROVED and KYC_PENDING_REVIEW

  • Addition of new fields for Consumer

    • Occupation
    • Source of Funds
  • Addition of new fields for Managed Card

    • Billing Address (for AVS verification)