Skip to main content

Multi API 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

What's Changed

POST /managed_accounts/get
Request:

Changed content type : application/json

  • Added property hasPending (boolean)

    Filter managed accountsManaged Account An account held at a financial institution that can be created and managed through the Weavr platform. Each account has a balance where customers can hold funds. Optionally, an IBAN can be assigned to enable wire transfers to bank accounts outside of Weavr. which have a pending balance.

POST /managed_cards/get
Request:

Changed content type : application/json

  • Added property hasPending (boolean)

    Filter managed cardsManaged Card A payment card (virtual or physical) that can be created and managed through the Weavr platform. Cards can operate in prepaid mode (with their own balance) or debit mode (linked to a managed account). All cards must be assigned to a card assignee who is an Authorised User. which have a pending balance.

POST /managedcards//create
Request:

Changed content type : application/json

New required properties:

  • nameOnCard