API - Changes new attribute called ‘attempts’ to the ‘get_account_status’ endpoint
Dear developers,
We’ll be adding a new attribute called ‘attempts’ to the ‘get_account_status’ endpoint during the week starting 12 July 2021. It will be part of the ‘authentication’ object.
Each attempt contains the following data:
- id
- service
- timestamp
- status
- country_code
Example:
{ "echo_req": { "get_account_status": 1 }, "get_account_status": { "authentication": { "attempts": { "count": 0, "history": [ ], "latest": {} }, "document": { "status": "none" }, "identity": { "services": { "idv": { "last_rejected": [ ], "reported_properties": {}, "status": "none", "submissions_left": 0 }, "manual": { "status": "none" }, "onfido": { "country_code": "BRA", "documents_supported": [ "Driving Licence", "National Identity Card (RG Card)", "Passport" ], "is_country_supported": 1, "last_rejected": [ ], "reported_properties": {}, "status": "none", "submissions_left": 3 } }, "status": "none" }, "needs_verification": [ ] }, "currency_config": { "USD": { "is_deposit_suspended": 0, "is_withdrawal_suspended": 0 } }, "prompt_client_to_authenticate": 0, "risk_classification": "low", "status": [ "financial_information_not_complete", "trading_experience_not_complete", "trading_password_required" ]
Tagged: