Skip to main content
Weavr Simulator
Accounts

Simulate incoming wire transfer using account id

POST/accounts/{account_id}/deposit

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.

Request

Path parameters

Header parameters

Request body

*
application/json
{}
DepositRequestByAccountIdDepositRequestByAccountId · object · 10 fields

Responses

200OK

Success

Body
application/json
{}
DepositResponse0DepositResponse0 · object · 1 field
Response example
{  "code": "COMPLETED"}