Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Input your API key (e.g. your public key) as a Bearer token to access this API.

Body

reference
string | null

The unique reference for the VAN account creation

amount
number<double>

The amount to be associated with the VAN account

accountType
string | null

The type of account to be created (e.g., reserved, checkout)

accountName
string | null

The name of the account holder for the VAN account

bankCode
string | null

The code of the bank where the VAN account will be created

firstName
string | null

The first name of the account holder for the VAN account

lastName
string | null

The last name of the account holder for the VAN account

customerEmail
string | null

The email address of the account holder for the VAN account

expiryInMinutes
integer<int32>

The expiry time in minutes for the VAN account

Response

200

OK