Managed accounts
Managed Accounts are a type of financial instrument offered by Weavr.
They hold funds for their owner, and can be upgraded to IBANs so as to receive and send funds to instruments outside of the Weavr Platform, via Wire Transfers.
Managed accounts can also be used as source and destination instruments in the transfer and send transactions.
A managed account holds funds for a Corporate or Consumer. It can receive and send funds within Weavr through transfers and sends, and it can be assigned an IBAN for incoming and outgoing wire transfers.
Use these endpoints to create and retrieve accounts, inspect balances, update account details, manage their lifecycle, and assign or retrieve IBAN information. The account profile selected at creation controls its currency and capabilities.
Read the managed accounts overview for account types, funding, and IBANs.
Operations
/managed_accountsCreate an accountPOST/managed_accountsGet an accountGET/managed_accounts/{id}Update an accountPATCH/managed_accounts/{id}Add an IBAN to an accountPOST/managed_accounts/{id}/ibanGet an account IBANGET/managed_accounts/{id}/ibanBlock an accountPOST/managed_accounts/{id}/blockUnblock an accountPOST/managed_accounts/{id}/unblockGet an account statementGET/deprecated/managed_accounts/{id}/statementGet an account statementGET/managed_accounts/{id}/statementList account transactionsGET/managed_accounts/{id}/transactionsGet an account transactionGET/managed_accounts/{id}/transactions/{transactionId}Remove an accountPOST/managed_accounts/{id}/remove