Multi API Version 2.10.0
What's Changed
-
Removal of owner field when creating a managed accountManaged 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. or managed cardManaged 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.. The instrument is always created for the user logged in.
POST/managedcards//createPOST/managedaccounts//create
-
New error code
INSTRUMENT_DESTROYEDreturned when attempting to freeze/unfreeze a deleted cardPOST/managed_cards/{id}/unfreezePOST/managed_cards/{id}/freeze
What's Changed
POST /managedaccounts//create
Request:
Changed content type : application/json
New optional properties:
owner
- Deleted property
owner(object)
POST /managed_cards/{id}/unfreeze
Return Type:
Changed response : 409 Conflict
Conflict
-
Changed content type :
application/json-
Changed property
errorCode(string)Added enum value:
INSTRUMENT_DESTROYED
-
POST /managedcards//create
Request:
Changed content type : application/json
New optional properties:
owner
- Deleted property
owner(object)
POST /managed_cards/{id}/freeze
Return Type:
Changed response : 409 Conflict
Conflict
-
Changed content type :
application/json-
Changed property
errorCode(string)Added enum value:
INSTRUMENT_DESTROYED
-