# Accounts ## Simulate incoming wire transfer using account id - [POST /accounts/{account_id}/deposit](https://api.weavr.io/products/simulator/openapi/accounts/accounts_account_id_deposit.md): This tool is a quick and easy way to put funds on a Managed Account (previously called ‘deposit’), that you may need for testing elsewhere. Provide account id and transaction amount and the transaction will be processed through the system. This method skips some of the steps when processing IWTs. To test this fully, please use the accounts_deposit endpoint. ## Simulate an incoming wire transfer using IBAN - [POST /accounts/deposit](https://api.weavr.io/products/simulator/openapi/accounts/accounts_deposit.md): This tool is used to simulate incoming wire transfers (IWT) into managed accounts. IWTs are processed in line with the configuration of your application. For EUR and USD IWTs provide the destinationIbanDetails of your Managed Account, for GBP IWTs provide destinationFasterPaymentDetails or destinationIbanDetails of your Managed Account. Sender Details can also be added that is used to identify whether the IWT originated from a Linked Account (if configured) or a third party.