0. Verification

POST {{host}}/v3/profiles/{{profile-id}}/verification-status/multi-currency-account?currencies=GBP,USD

It creates a verification check which will tell you if the given profile is verified up to the level required to open a balance and create account details.

The recommendation is to call this API first before trying to open a balance or create account details.

Query params

FieldDescriptionFormatRequired
currenciesbalance currencies (ISO 4217 Alphabetic Code)listtrue
FieldDescriptionFormat
request_idrequest identifier (it will be the same if the same request is repeated)uuid string
current_statusprofile verification statustext [verified / not_verified]
currenciesbalance currencies sent in the requestlist

Request Params

KeyDatatypeRequiredDescription
currenciesstring

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{"request_id":"890f2517-b787-40bd-8972-8019b20b9033","current_status":"verified","currencies":["GBP","USD"]}