Skip to main content
POST
Create VASP

Headers

submitter-id
string

Body

application/json
vaspName
string
required

The name of the VASP

Example:

"ZODIA Vasp"

travelRuleMethod
enum<string>
required

This value shows the supported travel rule.

Available options:
MANUAL,
TRUST,
ZODIA,
UNHOSTED
vaspCountry
string

The country of the VASP

Example:

"UK"

description
string

The description of the VASP

Example:

"This VASP will be used by Zodia clients in UK"

restrictedCompany
string[]

This will contain the list of companies allowed to use the VASP. If the value is empty or null, The VASP will be accessible to all companies under the tenants.

hasMultipleAddress
boolean

This shows if a VASP can have multiple address

tenants
string[]

This will contain the list of tenants where the VASP will be available.

Response

CREATED