Skip to main content
GET
Retrieve one virtual account

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Hevn-Account
string | null

The client account to act for, as a cl_… id. Omit it to act as yourself.

Example:

"cl_9f2c1ab84d7e4f1fa3c65b0e7d9a2c41"

x-api-key
string | null

Path Parameters

rail
string
required

Opaque rail id

Example:

"wire_named"

Response

Successful Response

rail
string
required

Stable HEVN identifier for this receiving payment method.

currency
string
required

ISO 4217 fiat currency code received through this payment method.

method
enum<string>
required

Payment network or method represented by this rail.

Available options:
sepa,
swift,
ach,
uaefts,
fedwire,
rtp,
fednow,
pix,
spei,
pse,
breb,
transfers_3_0,
ukfps,
npp,
nip,
bdt_local,
bdt_ewallet,
bob_local,
brl_local,
cad_eft,
clp_local,
cny_alipay,
cny_wechatpay,
cop_local,
crc_local,
dkk_local,
dop_local,
dop_ewallet,
egp_local,
gtq_local,
gtq_ewallet,
hkd_fps,
hnl_local,
idr_local,
idr_ewallet,
ils_local,
inr_local,
inr_upi,
jmd_local,
jpy_local,
krw_local,
myr_local,
nok_local,
php_local,
php_ewallet,
pkr_raast,
pkr_ewallet,
pln_local,
sar_local,
sle_local,
thb_local,
try_fast,
tzs_local,
ugx_local,
vnd_local,
xof_local,
zmw_local
opened
boolean
required

Whether receiving details have been provisioned for this payment method.

feeBps
integer
required

Variable fee in basis points; 100 basis points equals 1 percent.

supportedAccounts
enum<string>[]
required

Settlement tokens accepted by this payment method.

Available options:
USDC,
EURC
status
enum<string> | null

Current virtual-account lifecycle status.

Available options:
preparing,
active,
suspended,
closed
destinationAccount
enum<string> | null

Digital asset used for settlement.

Available options:
USDC,
EURC
minimumDeposit
string | null

Minimum amount accepted through this method.

Example:

"500.00"

id
string | null

Opened virtual-account identifier.

Pattern: ^(?:bnk_)?[A-Za-z0-9._:\-]{1,216}$
Example:

"bnk_9f2c1ab84d7e4f1fa3c65b0e7d9a2c41"

requisites
RailRequisitesView · object | null

Receiving details, present after the virtual account becomes active.