Simulate a Bank Transfer to a Wallet

POST {{baseUrl}}/v1/issuing/bankaccounts/bankaccounttransfertobankaccount

imulate a deposit to a virtual account number that was issued to a wallet. This method is relevant only for testing in the sandbox. The currency of the transfer must be supported by the specific virtual account. This method triggers the Deposit Completed webhook.

Request Body

{"currency"=>"<string>", "issued_bank_account"=>"<string>", "amount"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;data&quot;:{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;merchant_reference_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;ewallet&quot;:&quot;\u003cstring\u003e&quot;,&quot;bank_account&quot;:{},&quot;metadata&quot;:{},&quot;status&quot;:&quot;\u003cstring\u003e&quot;,&quot;description&quot;:&quot;\u003cstring\u003e&quot;,&quot;funding_instructions&quot;:{},&quot;currency&quot;:&quot;\u003cstring\u003e&quot;,&quot;transactions&quot;:[{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;ewallet&quot;:&quot;\u003cstring\u003e&quot;,&quot;account_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;account_id_type&quot;:&quot;\u003cstring\u003e&quot;,&quot;amount&quot;:&quot;\u003cnumber\u003e&quot;,&quot;currency&quot;:&quot;\u003cstring\u003e&quot;,&quot;created_at&quot;:&quot;\u003cnumber\u003e&quot;,&quot;receiving_currency&quot;:&quot;\u003cboolean\u003e&quot;},{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;ewallet&quot;:&quot;\u003cstring\u003e&quot;,&quot;account_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;account_id_type&quot;:&quot;\u003cstring\u003e&quot;,&quot;amount&quot;:&quot;\u003cnumber\u003e&quot;,&quot;currency&quot;:&quot;\u003cstring\u003e&quot;,&quot;created_at&quot;:&quot;\u003cnumber\u003e&quot;,&quot;receiving_currency&quot;:&quot;\u003cboolean\u003e&quot;}],&quot;requested_currency&quot;:&quot;\u003cstring\u003e&quot;,&quot;original_currency&quot;:&quot;\u003cstring\u003e&quot;,&quot;original_amount&quot;:&quot;\u003cstring\u003e&quot;,&quot;fx_rate&quot;:&quot;\u003cstring\u003e&quot;},&quot;status&quot;:{&quot;error_code&quot;:&quot;\u003cstring\u003e&quot;,&quot;message&quot;:&quot;\u003cstring\u003e&quot;,&quot;operation_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;response_code&quot;:&quot;\u003cstring\u003e&quot;,&quot;status&quot;:&quot;\u003cstring\u003e&quot;}}