cURL
curl --request GET \ --url https://api.venlyfinance.com/api/v1/accounts/{accountId}/virtual-bank-accounts/{virtualBankAccountId} \ --header 'Authorization: Bearer <token>'
{ "success": true, "result": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "accountId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "bankAccountType": "EUR_SEPA", "name": "<string>", "status": "ACTIVE", "currency": "EUR", "targetCryptocurrency": "USDC", "iban": "DE89370400440532013000", "bic": "DEUTDEDB", "accountNumber": "<string>", "routingNumber": "<string>", "bankName": "<string>", "beneficiaryName": "<string>", "referenceCode": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Unique virtual bank account identifier
Virtual bank account details
Indicates whether the request was successful
Virtual bank account for receiving payments. The fields returned depend on the bankAccountType. EUR_SEPA accounts return iban/bic, while USD accounts (future) return accountNumber/routingNumber.
Show child attributes