Skip to main content

Version 2.6.2

· One min read

What's Changed

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

    • POST /managed_cards/_/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

What's Changed

POST /managed_accounts/get
Request:

Changed content type : application/json

  • Added property hasPending (boolean)

    Filter managed accounts which have a pending balance.

POST /managed_cards/get
Request:

Changed content type : application/json

  • Added property hasPending (boolean)

    Filter managed cards which have a pending balance.

POST /managed_cards/_/create
Request:

Changed content type : application/json

New required properties:

  • nameOnCard