Submit the answers to the questions regarding the Anti-Money Laundering Directive (AMLD5).
The user has to provide one of the answer options for each question. For a list of the questions see the GET /api/v1/user/verify/amld5 endpoint.
Authorizations
Section titled “Authorizations ”Request Body required
Section titled “Request Body required ”object
A key to identify a question.
Example
employmentStatusAn answer to the question the key is referencing.
Example
InvestingExample
[ { "key": "mainSourceOfIncome", "answer": "Salary" }, { "key": "annualNetIncome", "answer": "From 10.000 to 30.000" }, { "key": "employmentStatus", "answer": "Employed" }]Responses
Section titled “ Responses ”AMLD5 answers submitted successfully.
object
First name of the user.
Example
JohnLast name of the user.
Example
DoeRegion of the user.
Example
nl-nlPhone number of the user.
Registration date of the user.
Example
2019-01-01T14:13:55ZThe date and time the user account was activated.
Example
2019-01-02T12:43:25Zobject
object
object
The fiat amount.
Example
3000The fiat currency code.
Example
EURobject
The fiat amount.
Example
3000The fiat currency code.
Example
EURThe interval of the trade limit.
Example
P1Dobject
object
The fiat amount.
Example
3000The fiat currency code.
Example
EURobject
The fiat amount.
Example
3000The fiat currency code.
Example
EURThe interval of the trade limit.
Example
P1DDeprecated: Use enabledAccounts instead. Enabled IBAN accounts of the user.
object
Enabled wallet addresses of the user.
object
The currency.
Example
BTCThe address.
Example
3FZbgi29cpjq2GjdwV8eyHuJJnkLtktZc5The destination tag which should be used to send the coins. This depends on the coin type and can be a string or an integer. For XRP it is an integer, for other coins it is a string.
Example
{ "default": "ABC1234", "XRP": 12341}A descriptive name.
Example
My BTC wallet 1The id.
Example
189632Enabled accounts of the user.
object
The account type.
Example
ibanHuman-readable label for the account (e.g. “My bank account”).
Example
My bank accountAccount identifier such as IBAN or wallet address.
Example
NL00BANK0123456789Indicates whether the account has been verified.
Example
trueIndicates whether the account limit has been raised.
object
The validation status.
Example
blockedDescription of the validation status.
Example
Identification process did not succeed.object
Status of the AMLD5 verification.
Example
verifiedStatus of the email address verification.
Example
verifiedStatus of the identity verification.
Example
pendingStatus of the acceptance of the privacy agreement.
Example
failedobject
The document type.
Example
PassportThe side of the document.
Example
FrontThe status of the document.
Example
missingStatus of the residential address verification.
Example
presentobject
The verification level UUID.
Example
a1b2c3d4-0003-4000-8000-000000000003The verification level identifier.
Example
heroobject
The fiat amount.
Example
3000The fiat currency code.
Example
EURobject
The fiat amount.
Example
3000The fiat currency code.
Example
EURA list of possible errors for this endpoint.
object
Example
{ "errors": { "ER100": { "code": "ER100", "message": "Missing or malformed AMLD5 answers.", "solution": "Provide well-formed AMLD5 answers with correct keys." }, "ER101": { "code": "ER101", "message": "Invalid AMLD5 answer provided.", "solution": "Provide valid, supported answers for all questions." }, "ER800": { "code": "ER800", "message": "Authorization token is invalid.", "solution": "Provide a valid authorization token." }, "ER801": { "code": "ER801", "message": "Authorization token has expired.", "solution": "Request a new authorization token." }, "ER802": { "code": "ER802", "message": "Authorization token not found.", "solution": "Provide an authorization token." }, "ER803": { "code": "ER803", "message": "Multiple authorization methods used.", "solution": "Use exactly one authorization method." }, "ER805": { "code": "ER805", "message": "API key is invalid.", "solution": "Provide a valid API key." }, "ER806": { "code": "ER806", "message": "API key not found.", "solution": "Provide an API key." }, "ER999": { "code": "ER999", "message": "A general error has occurred. Please contact our support team.", "solution": "Contact our support team." } }}