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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"data":{"id":"\u003cstring\u003e","merchant_reference_id":"\u003cstring\u003e","ewallet":"\u003cstring\u003e","bank_account":{},"metadata":{},"status":"\u003cstring\u003e","description":"\u003cstring\u003e","funding_instructions":{},"currency":"\u003cstring\u003e","transactions":[{"id":"\u003cstring\u003e","ewallet":"\u003cstring\u003e","account_id":"\u003cstring\u003e","account_id_type":"\u003cstring\u003e","amount":"\u003cnumber\u003e","currency":"\u003cstring\u003e","created_at":"\u003cnumber\u003e","receiving_currency":"\u003cboolean\u003e"},{"id":"\u003cstring\u003e","ewallet":"\u003cstring\u003e","account_id":"\u003cstring\u003e","account_id_type":"\u003cstring\u003e","amount":"\u003cnumber\u003e","currency":"\u003cstring\u003e","created_at":"\u003cnumber\u003e","receiving_currency":"\u003cboolean\u003e"}],"requested_currency":"\u003cstring\u003e","original_currency":"\u003cstring\u003e","original_amount":"\u003cstring\u003e","fx_rate":"\u003cstring\u003e"},"status":{"error_code":"\u003cstring\u003e","message":"\u003cstring\u003e","operation_id":"\u003cstring\u003e","response_code":"\u003cstring\u003e","status":"\u003cstring\u003e"}}