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
Field | Description | Format | Required |
---|---|---|---|
currencies | balance currencies (ISO 4217 Alphabetic Code) | list | true |
Field | Description | Format |
---|---|---|
request_id | request identifier (it will be the same if the same request is repeated) | uuid string |
current_status | profile verification status | text [verified / not_verified] |
currencies | balance currencies sent in the request | list |
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
currencies | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"request_id":"890f2517-b787-40bd-8972-8019b20b9033","current_status":"verified","currencies":["GBP","USD"]}