Last updated 15 days ago
Returns Virtual Account deposit information
The unique identifier of the customer
The unique identifier of the virtual account
Token for authentication
GET /v0/customers/{customer_id}/virtual-account/{virtual_account_id} HTTP/1.1 Host: api.alignlabs.dev Authorization: text Accept: */*
Successful virtual account retrieval
{ "id": "123e4567-e89b-12d3-a456-426614174000", "status": "active", "destination_token": "usdc", "destination_network": "polygon", "destination_address": "text", "deposit_instructions": { "payment_rails": [ "swift" ], "currency": "eur", "bank_name": "text", "bank_address": "text", "account_holder_name": "text", "iban": { "bic": "text", "iban_number": "text" } } }