Multi API Version 2.6.2
What's Changed
-
BREAKING CHANGE:
nameOnCardparameter is now mandatory when creating a cardPOST/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/getPOST/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