{"items":[{"type":"link","label":"Atto Developer Documentation","link":"/content/apis","routeSlug":"/content/apis","content":{"contentType":"overview","meta":{"name":"Atto Developer Documentation"},"children":[{"nodeType":"container","panels":[{"title":"Download OpenAPI description","titleTranslationKey":"download.description.title","children":[{"kind":"download","label":"index.json","url":"/_bundle/content/apis/index.json?download"},{"kind":"download","label":"index.yaml","url":"/_bundle/content/apis/index.yaml?download"}]},{"title":"Overview","titleTranslationKey":"info.title","children":[{"kind":"externallink","title":"URL","titleTranslationKey":"info.contact.url","label":"https://www.atto.co/about/contact","url":"https://www.atto.co/about/contact"},{"kind":"email","title":"API Support","email":"support@atto.co","label":"support@atto.co","withCopyButton":true,"copyContent":"support@atto.co"},{"kind":"externallink","title":"License","titleTranslationKey":"info.license","label":"All Rights Reserved © The IDCO. Ltd","url":"https://www.atto.co/policies"},{"kind":"externallink","label":"Terms of Service","labelTranslationKey":"info.termsOfService","url":"https://www.atto.co/policies/terms-of-use"}]},{"title":"Languages","titleTranslationKey":"languages.title","children":[{"kind":"languages","options":[{"key":"curl","title":"curl","lang":"curl"},{"key":"javascript","title":"JavaScript","lang":"JavaScript"},{"key":"node","title":"Node.js","lang":"Node.js"},{"key":"python","title":"Python","lang":"Python"},{"key":"java","title":"Java","lang":"Java"},{"key":"csharp","title":"C#","lang":"C#"},{"key":"php","title":"PHP","lang":"PHP"},{"key":"go","title":"Go","lang":"Go"},{"key":"ruby","title":"Ruby","lang":"Ruby"},{"key":"r","title":"R","lang":"R"},{"key":"payload","title":"Payload","lang":"Payload"}]}]},{"title":"Servers","titleTranslationKey":"servers.title","children":[{"kind":"servers","servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"mode":"default"}]}],"children":[{"nodeType":"overview-section-wrapper","children":[{"nodeType":"header","level":1,"label":"Atto Developer Documentation (all)","showPageActions":true}],"sectionId":"/content/apis"}]}]}},{"type":"separator","label":"Authorization API","content":null},{"type":"group","label":"Get Token","link":"/content/apis/get-token","routeSlug":"/content/apis/get-token","items":[{"type":"link","label":"Overview ","link":"/content/apis/get-token/authentication-overview","routeSlug":"/content/apis/get-token/authentication-overview","content":{"contentType":"item","itemVariant":"markdown","meta":{"name":"Overview "},"children":[{"nodeType":"container","children":[{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"heading","attributes":{"level":3,"id":"get-token/authentication-overview"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Overview "},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"To access our APIs you need to pass your "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"client_id"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" and "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"client_secret"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", along with the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"scope"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" that you are requesting, to our authentication service. If that all goes according to plan then an "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"access_token"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" will be returned to you, which is valid for one hour."},"children":[]}]}]}]}],"panels":[]}]}},{"type":"link","label":"Integration ","link":"/content/apis/get-token/authentication-integration","routeSlug":"/content/apis/get-token/authentication-integration","content":{"contentType":"item","itemVariant":"markdown","meta":{"name":"Integration "},"children":[{"nodeType":"container","children":[{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"heading","attributes":{"level":3,"id":"get-token/authentication-integration"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Integration "},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A request with the following payload to our endpoint should return an access token for use in subsequent calls in any of our Data API endpoints."},"children":[]}]}]},{"$$mdtype":"Node","type":"table","attributes":{},"children":[{"$$mdtype":"Node","type":"thead","attributes":{},"children":[{"$$mdtype":"Node","type":"tr","attributes":{},"children":[{"$$mdtype":"Node","type":"th","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Key"},"children":[]}]}]},{"$$mdtype":"Node","type":"th","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Value"},"children":[]}]}]}]}]},{"$$mdtype":"Node","type":"tbody","attributes":{},"children":[{"$$mdtype":"Node","type":"tr","attributes":{},"children":[{"$$mdtype":"Node","type":"td","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"grant_type"},"children":[]}]}]},{"$$mdtype":"Node","type":"td","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"client_credentials"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"tr","attributes":{},"children":[{"$$mdtype":"Node","type":"td","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"client_id"},"children":[]}]}]},{"$$mdtype":"Node","type":"td","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"client_id"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" that we supplied to you"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"tr","attributes":{},"children":[{"$$mdtype":"Node","type":"td","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"client_secret"},"children":[]}]}]},{"$$mdtype":"Node","type":"td","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"client_secret"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" that we supplied to you"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"tr","attributes":{},"children":[{"$$mdtype":"Node","type":"td","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"scope"},"children":[]}]}]},{"$$mdtype":"Node","type":"td","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The scope value for the API that you need access to"},"children":[]}]}]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Please find below the scopes values for our APIs, these values need to be specified when requesting a token:"},"children":[]}]}]},{"$$mdtype":"Node","type":"table","attributes":{},"children":[{"$$mdtype":"Node","type":"thead","attributes":{},"children":[{"$$mdtype":"Node","type":"tr","attributes":{},"children":[{"$$mdtype":"Node","type":"th","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"API"},"children":[]}]}]},{"$$mdtype":"Node","type":"th","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Scope"},"children":[]}]}]}]}]},{"$$mdtype":"Node","type":"tbody","attributes":{},"children":[{"$$mdtype":"Node","type":"tr","attributes":{},"children":[{"$$mdtype":"Node","type":"td","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Consent Service"},"children":[]}]}]},{"$$mdtype":"Node","type":"td","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"api:consent"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"tr","attributes":{},"children":[{"$$mdtype":"Node","type":"td","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Data API"},"children":[]}]}]},{"$$mdtype":"Node","type":"td","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"api:data"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"tr","attributes":{},"children":[{"$$mdtype":"Node","type":"td","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Stored Data API"},"children":[]}]}]},{"$$mdtype":"Node","type":"td","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"api:stored_data"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"tr","attributes":{},"children":[{"$$mdtype":"Node","type":"td","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Advanced Insights API"},"children":[]}]}]},{"$$mdtype":"Node","type":"td","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"api:advanced_insights"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"tr","attributes":{},"children":[{"$$mdtype":"Node","type":"td","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Connect Invitation API"},"children":[]}]}]},{"$$mdtype":"Node","type":"td","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"api:connect_invitation"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"tr","attributes":{},"children":[{"$$mdtype":"Node","type":"td","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Credit Information API"},"children":[]}]}]},{"$$mdtype":"Node","type":"td","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"api:cis"},"children":[]}]}]}]}]}]},{"$$mdtype":"Node","type":"tag","tag":"admonition","attributes":{"type":"info"},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Please note that the request should have a content-type of "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"code","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"application/x-www-form-urlencoded"},"children":[]}]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Assuming the authentication was successful, you should receive a "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://httpstatuses.com/200"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"200 OK"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" response."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The important fields in the authentication response are:"},"children":[]}]}]},{"$$mdtype":"Node","type":"table","attributes":{},"children":[{"$$mdtype":"Node","type":"thead","attributes":{},"children":[{"$$mdtype":"Node","type":"tr","attributes":{},"children":[{"$$mdtype":"Node","type":"th","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Field"},"children":[]}]}]},{"$$mdtype":"Node","type":"th","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Description"},"children":[]}]}]}]}]},{"$$mdtype":"Node","type":"tbody","attributes":{},"children":[{"$$mdtype":"Node","type":"tr","attributes":{},"children":[{"$$mdtype":"Node","type":"td","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"expires_in"},"children":[]}]}]},{"$$mdtype":"Node","type":"td","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The number of seconds before the token expires (defaults to 3600 seconds)"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"tr","attributes":{},"children":[{"$$mdtype":"Node","type":"td","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"token_type"},"children":[]}]}]},{"$$mdtype":"Node","type":"td","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Bearer"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"tr","attributes":{},"children":[{"$$mdtype":"Node","type":"td","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"access_token"},"children":[]}]}]},{"$$mdtype":"Node","type":"td","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The token you will use in subsequent requests"},"children":[]}]}]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"If you expect to make repeated and/or delayed calls using this "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"access_token"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", you should pay attention to  the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"expires_in"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" field and request a new token if you have exceeded the expiration time."},"children":[]}]}]}]}],"panels":[]}]}},{"type":"link","label":"Using the access token ","link":"/content/apis/get-token/authentication-access-token","routeSlug":"/content/apis/get-token/authentication-access-token","content":{"contentType":"item","itemVariant":"markdown","meta":{"name":"Using the access token "},"children":[{"nodeType":"container","children":[{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"heading","attributes":{"level":3,"id":"get-token/authentication-access-token"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Using the access token "},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Once you have the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"access_token"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", you'll assign it to the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Authorization"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" header with a prefix of "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Bearer"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":". More information can be found "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://oauth.net/2/bearer-tokens/"},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"here"},"children":[]}]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}]}],"panels":[]}]}},{"label":"Request a token for the provided scope and grant type (only client_credentials supported)","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/content/apis/get-token/gettoken","routeSlug":"/content/apis/get-token/gettoken","metadata":{"seo":{"title":"Request a token for the provided scope and grant type (only client_credentials supported)","description":"Returns a token. Only client_credentials grant type is supported."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"GetToken","name":"Request a token for the provided scope and grant type (only client_credentials supported)","isWebhook":false,"pointer":"/paths/~1v1~1oauth2~1token/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Request a token for the provided scope and grant type (only client_credentials supported)","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Returns a token. Only client_credentials grant type is supported."},"children":[]}]}]}]},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","mediaTypes":["application/x-www-form-urlencoded"],"mediaTypeSchemas":{"application/x-www-form-urlencoded":{"schemaId":"schema_71"}},"schemaId":"schema_71","pointer":"/paths/~1v1~1oauth2~1token/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/v1/oauth2/token","servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[],"requestBody":{"application/x-www-form-urlencoded":{"schemaId":"schema_71"}},"responseCodes":["200","400","401","500"],"pointer":"/v1/oauth2/token","href":"get-token/gettoken","openApiOperationId":"GetToken","summary":"Request a token for the provided scope and grant type (only client_credentials supported)","securityGroups":[{},{}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"schemaId":"schema_71","mediaTypes":["application/x-www-form-urlencoded"],"mediaTypeSchemas":{"application/x-www-form-urlencoded":{"schemaId":"schema_71"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Returns a token.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Authorization.Service.Models.Response.TokenResult"}},"schemaId":"components/schemas/DirectID.Authorization.Service.Models.Response.TokenResult"},{"code":"400","description":"Invalid or missing parameters.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error"},{"code":"401","description":"Client is not authorized.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error"},{"code":"500","description":"Unable to get token due to an unexpected failure","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error"}],"pointer":"/paths/~1v1~1oauth2~1token/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DirectID.Authorization.Service.Models.Response.TokenResult","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Authorization.Service.Models.Response.TokenResult"}}},{"code":"400","schemaId":"components/schemas/DirectID.Models.Errors.Error","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error"}}},{"code":"401","schemaId":"components/schemas/DirectID.Models.Errors.Error","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error"}}},{"code":"500","schemaId":"components/schemas/DirectID.Models.Errors.Error","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/get-token/gettoken"}],"panels":[]}]},"httpPath":"/v1/oauth2/token"}],"content":{"contentType":"group","meta":{"name":"Get Token"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get Token","showPageActions":true}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/v1/oauth2/token","summary":"Request a token for the provided scope and grant type (only client_credentials supported)","prefix":{"name":"post","color":"post"},"badges":[],"link":"/get-token/gettoken","deprecated":false}]}]}]}]}},{"type":"separator","label":"Connect Invitation API","content":null},{"type":"group","label":"Connect Invitation","link":"/content/apis/connect-invitation","routeSlug":"/content/apis/connect-invitation","items":[{"type":"link","label":"Overview ","link":"/content/apis/connect-invitation/connect-invitation-overview","routeSlug":"/content/apis/connect-invitation/connect-invitation-overview","content":{"contentType":"item","itemVariant":"markdown","meta":{"name":"Overview "},"children":[{"nodeType":"container","children":[{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"heading","attributes":{"level":3,"id":"connect-invitation/connect-invitation-overview"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Overview "},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Connect Invitation API offers the capability to effortlessly send Connect invitations to your users. It is underpinned by Atto's outbound email solution which supports dynamic components that provide flexible email content and customisation. The email subject, sender address and message will be configured in the email template for you by our support team."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Get immediate feedback about email delivery using our "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"/content/docs/guides/platform-integration/notifications#v2-webhooks"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"v2 webhooks"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", which will inform you if the invitation email's state has been "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Sent"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Received"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Opened"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Clicked"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", or "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Failed"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":". This provides additional tracking possibilities to build more sophisticated workflows based on time period and see if the customer has actioned a Connect Invitation email during the configured period."},"children":[]}]}]}]}],"panels":[]}]}},{"type":"link","label":"Authorization ","link":"/content/apis/connect-invitation/connect-invitation-authorization","routeSlug":"/content/apis/connect-invitation/connect-invitation-authorization","content":{"contentType":"item","itemVariant":"markdown","meta":{"name":"Authorization "},"children":[{"nodeType":"container","children":[{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"heading","attributes":{"level":3,"id":"connect-invitation/connect-invitation-authorization"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Authorization "},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"This API requires a bearer token using the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"api:connect_invitation"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" scope."},"children":[]}]}]}]}],"panels":[]}]}},{"label":"Gets a single email invitation","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/content/apis/connect-invitation/getemailinvitation","routeSlug":"/content/apis/connect-invitation/getemailinvitation","metadata":{"seo":{"title":"Gets a single email invitation","description":"Returns an email invitation with the supplied invitationId, if it exists."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"GetEmailInvitation","name":"Gets a single email invitation","isWebhook":false,"pointer":"/paths/~1connect-invitations~1v1~1{invitationId}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Gets a single email invitation","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns an email invitation with the supplied invitationId, if it exists."},{"nodeType":"security","requirements":[{"schemes":[{"name":"Bearer","scopes":["api:connect_invitation"],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"JWT Authorization header using the Bearer scheme."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Enter 'Bearer' [space] and then your token in the text input below."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Example: \"Bearer token123\""},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"invitationId","in":"path","schemaId":"schema_72","required":true}],"pointer":"/paths/~1connect-invitations~1v1~1{invitationId}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/connect-invitations/v1/{invitationId}","servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"parameters":{"path":[{"name":"invitationId","in":"path","required":true,"schemaId":"schema_72"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"Bearer","type":"http","scheme":"bearer"}],"scopes":["api:connect_invitation"]}],"responseCodes":["200","401","403","404","500"],"pointer":"/connect-invitations/v1/{invitationId}","href":"connect-invitation/getemailinvitation","openApiOperationId":"GetEmailInvitation","summary":"Gets a single email invitation"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successful email invitation retrieval","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/EmailInvitationActivityResponse1"}},"schemaId":"components/schemas/EmailInvitationActivityResponse1"},{"code":"401","description":"The authorization header was invalid or not found"},{"code":"403","description":"The application is not authorized to access Connect Invitation API"},{"code":"404","description":"Invitation not found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},{"code":"500","description":"A server error has occurred","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}],"pointer":"/paths/~1connect-invitations~1v1~1{invitationId}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/EmailInvitationActivityResponse1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/EmailInvitationActivityResponse1"}}},{"code":"401"},{"code":"403"},{"code":"404","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}},{"code":"500","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/connect-invitation/getemailinvitation"}],"panels":[]}]},"httpPath":"/connect-invitations/v1/{invitationId}"},{"label":"Sends an email invitation","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/content/apis/connect-invitation/sendemailinvitation","routeSlug":"/content/apis/connect-invitation/sendemailinvitation","metadata":{"seo":{"title":"Sends an email invitation","description":"Returns Invitation ID of the sent invitation"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"SendEmailInvitation","name":"Sends an email invitation","isWebhook":false,"pointer":"/paths/~1connect-invitations~1v1/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Sends an email invitation","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns Invitation ID of the sent invitation"},{"nodeType":"security","requirements":[{"schemes":[{"name":"Bearer","scopes":["api:connect_invitation"],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"JWT Authorization header using the Bearer scheme."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Enter 'Bearer' [space] and then your token in the text input below."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Example: \"Bearer token123\""},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","mediaTypes":["application/json-patch+json","application/json","text/json","application/*+json"],"mediaTypeSchemas":{"application/json-patch+json":{"schemaId":"components/schemas/ConnectInvitationRequest"},"application/json":{"schemaId":"components/schemas/ConnectInvitationRequest"},"text/json":{"schemaId":"components/schemas/ConnectInvitationRequest"},"application/*+json":{"schemaId":"components/schemas/ConnectInvitationRequest"}},"schemaId":"components/schemas/ConnectInvitationRequest","pointer":"/paths/~1connect-invitations~1v1/post/requestBody","description":"Request details including recipient name, email, etc"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/connect-invitations/v1","servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"Bearer","type":"http","scheme":"bearer"}],"scopes":["api:connect_invitation"]}],"requestBody":{"application/json-patch+json":{"schemaId":"components/schemas/ConnectInvitationRequest"},"application/json":{"schemaId":"components/schemas/ConnectInvitationRequest"},"text/json":{"schemaId":"components/schemas/ConnectInvitationRequest"},"application/*+json":{"schemaId":"components/schemas/ConnectInvitationRequest"}},"responseCodes":["202","400","401","403","404","500"],"pointer":"/connect-invitations/v1","href":"connect-invitation/sendemailinvitation","openApiOperationId":"SendEmailInvitation","summary":"Sends an email invitation"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"schemaId":"components/schemas/ConnectInvitationRequest","mediaTypes":["application/json-patch+json","application/json","text/json","application/*+json"],"mediaTypeSchemas":{"application/json-patch+json":{"schemaId":"components/schemas/ConnectInvitationRequest"},"application/json":{"schemaId":"components/schemas/ConnectInvitationRequest"},"text/json":{"schemaId":"components/schemas/ConnectInvitationRequest"},"application/*+json":{"schemaId":"components/schemas/ConnectInvitationRequest"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"202","description":"Email Invitation request sent","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ConnectInvitationResponse1"}},"schemaId":"components/schemas/ConnectInvitationResponse1","headers":{"Location":{"schema":{"type":"string"}}},"headerSchemaId":"schema_73"},{"code":"400","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bad Request result can be of:"},"children":[]}]}]},{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"*"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Incorrect templateId"},"children":[]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Incorrect applicationId"},"children":[]}]}]}]}],"mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},{"code":"401","description":"The authorization header was invalid or not found"},{"code":"403","description":"The application is not authorized to access Connect Invitation API"},{"code":"404","description":"Not Found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},{"code":"500","description":"A server error has occurred","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}],"pointer":"/paths/~1connect-invitations~1v1/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"202","schemaId":"components/schemas/ConnectInvitationResponse1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ConnectInvitationResponse1"}}},{"code":"400","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}},{"code":"401"},{"code":"403"},{"code":"404","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}},{"code":"500","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/connect-invitation/sendemailinvitation"}],"panels":[]}]},"httpPath":"/connect-invitations/v1"}],"content":{"contentType":"group","meta":{"name":"Connect Invitation"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Connect Invitation","showPageActions":true}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/connect-invitations/v1/{invitationId}","summary":"Gets a single email invitation","prefix":{"name":"get","color":"get"},"badges":[],"link":"/connect-invitation/getemailinvitation","deprecated":false},{"title":"/connect-invitations/v1","summary":"Sends an email invitation","prefix":{"name":"post","color":"post"},"badges":[],"link":"/connect-invitation/sendemailinvitation","deprecated":false}]}]}]}]}},{"type":"separator","label":"Consent API","content":null},{"type":"group","label":"Get Consents","link":"/content/apis/get-consents","routeSlug":"/content/apis/get-consents","items":[{"type":"link","label":"Overview ","link":"/content/apis/get-consents/consent-overview","routeSlug":"/content/apis/get-consents/consent-overview","content":{"contentType":"item","itemVariant":"markdown","meta":{"name":"Overview "},"children":[{"nodeType":"container","children":[{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"heading","attributes":{"level":3,"id":"get-consents/consent-overview"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Overview "},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"This allows you to retrieve details for consents such as expiry date, status, provider, permissions and any other detail about the consent that has been stored."},"children":[]}]}]}]}],"panels":[]}]}},{"type":"link","label":"Authorization ","link":"/content/apis/get-consents/consent-authorization","routeSlug":"/content/apis/get-consents/consent-authorization","content":{"contentType":"item","itemVariant":"markdown","meta":{"name":"Authorization "},"children":[{"nodeType":"container","children":[{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"heading","attributes":{"level":3,"id":"get-consents/consent-authorization"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Authorization "},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"This API requires a bearer token using the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"api:consent"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" scope"},"children":[]}]}]}]}],"panels":[]}]}},{"label":"Retrieve list of consents.","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/content/apis/get-consents/getconsentsv2","routeSlug":"/content/apis/get-consents/getconsentsv2","metadata":{"seo":{"title":"Retrieve list of consents.","description":"Returns a list of consents that can be filtered with a number of optional parameters and ordered descending by status updated datetime value"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"GetConsentsV2","name":"Retrieve list of consents.","isWebhook":false,"pointer":"/paths/~1consents~1v2/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Retrieve list of consents.","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns a list of consents that can be filtered with a number of optional parameters and ordered descending by status updated datetime value"},{"nodeType":"security","requirements":[{"schemes":[{"name":"Bearer","scopes":["api:consent"],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"JWT Authorization header using the Bearer scheme."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Enter 'Bearer' [space] and then your token in the text input below."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Example: \"Bearer token123\""},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"configurationName","in":"query","schemaId":"schema_72","description":"Optional filter to get consents only for a particular configuration name for the client."},{"name":"consentStatus","in":"query","schemaId":"schema_74","description":"Optional filter to get consents with a particular status."},{"name":"providerId","in":"query","schemaId":"schema_75","description":"Optional filter to get consents only for a particular provider id."},{"name":"customerReference","in":"query","schemaId":"schema_72","description":"Optional filter to get consents that match the customer reference exactly."},{"name":"userId","in":"query","schemaId":"schema_72","description":"Optional filter to get consents associated with userId"},{"name":"dataSourceType","in":"query","schemaId":"schema_76","description":"Optional filter to get consents of a particular type (OpenBanking vs. CreditInformation)."},{"name":"from","in":"query","schemaId":"schema_77","description":"Optional filter to get consents which have been created/updated after the from date."},{"name":"to","in":"query","schemaId":"schema_77","description":"Optional filter to get consents which have been created/updated before the to date."},{"name":"offset","in":"query","schemaId":"schema_78","description":"Number of consents to skip."},{"name":"limit","in":"query","schemaId":"schema_78","description":"Maximum number of consents in the response."}],"pointer":"/paths/~1consents~1v2/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/consents/v2","servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"parameters":{"path":[],"query":[{"name":"configurationName","in":"query","schemaId":"schema_72"},{"name":"consentStatus","in":"query","schemaId":"components/schemas/DirectID.Consent.Service.Models.ConsentStatus"},{"name":"providerId","in":"query","schemaId":"schema_75"},{"name":"customerReference","in":"query","schemaId":"schema_72"},{"name":"userId","in":"query","schemaId":"schema_72"},{"name":"dataSourceType","in":"query","schemaId":"components/schemas/DirectID.Consent.Service.Models.DataSourceType"},{"name":"from","in":"query","schemaId":"schema_77"},{"name":"to","in":"query","schemaId":"schema_77"},{"name":"offset","in":"query","schemaId":"schema_78"},{"name":"limit","in":"query","schemaId":"schema_78"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"Bearer","type":"http","scheme":"bearer"}],"scopes":["api:consent"]}],"responseCodes":["200","400","401","500"],"pointer":"/consents/v2","href":"get-consents/getconsentsv2","openApiOperationId":"GetConsentsV2","summary":"Retrieve list of consents."},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Returns the list of consents.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79","exampleIds":["paths/~1consents~1v2/get/responses/200/content/application~1json/example"]}},"schemaId":"schema_79","exampleIds":["paths/~1consents~1v2/get/responses/200/content/application~1json/example"]},{"code":"400","description":"Invalid input parameters were provided.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},{"code":"401","description":"Client is not authorized."},{"code":"500","description":"Unable to get consents due to an unexpected failure.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}],"pointer":"/paths/~1consents~1v2/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_79","exampleIds":["paths/~1consents~1v2/get/responses/200/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79","exampleIds":["paths/~1consents~1v2/get/responses/200/content/application~1json/example"]}}},{"code":"400","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}},{"code":"401"},{"code":"500","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/get-consents/getconsentsv2"}],"panels":[]}]},"httpPath":"/consents/v2"},{"label":"Retrieve a consent by consent ID.","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/content/apis/get-consents/getconsent","routeSlug":"/content/apis/get-consents/getconsent","metadata":{"seo":{"title":"Retrieve a consent by consent ID.","description":"Returns a single consent which details information regarding the connection"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"GetConsent","name":"Retrieve a consent by consent ID.","isWebhook":false,"pointer":"/paths/~1consents~1v1~1{consentId}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Retrieve a consent by consent ID.","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns a single consent which details information regarding the connection"},{"nodeType":"security","requirements":[{"schemes":[{"name":"Bearer","scopes":["api:consent"],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"JWT Authorization header using the Bearer scheme."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Enter 'Bearer' [space] and then your token in the text input below."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Example: \"Bearer token123\""},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"consentId","in":"path","schemaId":"schema_72","description":"The consent ID to fetch the consent details for. This should be a uuid.","required":true}],"pointer":"/paths/~1consents~1v1~1{consentId}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/consents/v1/{consentId}","servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"parameters":{"path":[{"name":"consentId","in":"path","required":true,"schemaId":"schema_72"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"Bearer","type":"http","scheme":"bearer"}],"scopes":["api:consent"]}],"responseCodes":["200","400","401","403","404","500"],"pointer":"/consents/v1/{consentId}","href":"get-consents/getconsent","openApiOperationId":"GetConsent","summary":"Retrieve a consent by consent ID."},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Returns the consent details.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Consent.Consent","exampleIds":["paths/~1consents~1v1~1{consentId}/get/responses/200/content/application~1json/example"]}},"schemaId":"components/schemas/DirectID.Models.Consent.Consent","exampleIds":["paths/~1consents~1v1~1{consentId}/get/responses/200/content/application~1json/example"]},{"code":"400","description":"Invalid consent ID was provided.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},{"code":"401","description":"Client is not authorized."},{"code":"403","description":"Authorized client does not have access to the provided consent ID."},{"code":"404","description":"Consent ID was not found.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},{"code":"500","description":"Unable to get consent details due to an unexpected failure","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}],"pointer":"/paths/~1consents~1v1~1{consentId}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DirectID.Models.Consent.Consent","exampleIds":["paths/~1consents~1v1~1{consentId}/get/responses/200/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Consent.Consent","exampleIds":["paths/~1consents~1v1~1{consentId}/get/responses/200/content/application~1json/example"]}}},{"code":"400","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}},{"code":"401"},{"code":"403"},{"code":"404","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}},{"code":"500","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/get-consents/getconsent"}],"panels":[]}]},"httpPath":"/consents/v1/{consentId}"},{"label":"Retrieve list of consents.","deprecated":true,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/content/apis/get-consents/paths/~1consents~1v1/get","routeSlug":"/content/apis/get-consents/paths/~1consents~1v1/get","metadata":{"seo":{"title":"Retrieve list of consents.","description":"Retrieve list of consents."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"name":"Retrieve list of consents.","deprecated":true,"isWebhook":false,"pointer":"/paths/~1consents~1v1/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Retrieve list of consents.","isWebhook":false,"deprecated":true,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"Bearer","scopes":["api:consent"],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"JWT Authorization header using the Bearer scheme."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Enter 'Bearer' [space] and then your token in the text input below."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Example: \"Bearer token123\""},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"consentStatus","in":"query","schemaId":"schema_72","description":"Optional filter to get consents with a particular status."},{"name":"configurationName","in":"query","schemaId":"schema_72","description":"Optional filter to get consents only for a particular configuration name for the client."},{"name":"providerId","in":"query","schemaId":"schema_75","description":"Optional filter to get consents only for a particular provider id."},{"name":"customerReference","in":"query","schemaId":"schema_72","description":"Optional filter to get consents that match the customer reference exactly."},{"name":"userId","in":"query","schemaId":"schema_72","description":"Optional filter to get consents associated with userId"},{"name":"from","in":"query","schemaId":"schema_77","description":"Optional filter to get consents which have been created/updated after the from date."},{"name":"to","in":"query","schemaId":"schema_77","description":"Optional filter to get consents which have been created/updated before the to date."},{"name":"offset","in":"query","schemaId":"schema_78","description":"Number of consents to skip."},{"name":"limit","in":"query","schemaId":"schema_78","description":"Maximum number of consents in the response."}],"pointer":"/paths/~1consents~1v1/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/consents/v1","servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"parameters":{"path":[],"query":[{"name":"consentStatus","in":"query","schemaId":"schema_72"},{"name":"configurationName","in":"query","schemaId":"schema_72"},{"name":"providerId","in":"query","schemaId":"schema_75"},{"name":"customerReference","in":"query","schemaId":"schema_72"},{"name":"userId","in":"query","schemaId":"schema_72"},{"name":"from","in":"query","schemaId":"schema_77"},{"name":"to","in":"query","schemaId":"schema_77"},{"name":"offset","in":"query","schemaId":"schema_78"},{"name":"limit","in":"query","schemaId":"schema_78"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"Bearer","type":"http","scheme":"bearer"}],"scopes":["api:consent"]}],"responseCodes":["200","400","401","500"],"pointer":"/consents/v1","href":"get-consents/paths/~1consents~1v1/get","summary":"Retrieve list of consents."},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Returns the list of consents.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_80"}},"schemaId":"schema_80"},{"code":"400","description":"Invalid input parameters were provided.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},{"code":"401","description":"Client is not authorized."},{"code":"500","description":"Unable to get consents due to an unexpected failure.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}],"pointer":"/paths/~1consents~1v1/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_80","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_80"}}},{"code":"400","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}},{"code":"401"},{"code":"500","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/get-consents/paths/~1consents~1v1/get"}],"panels":[]}]},"httpPath":"/consents/v1"}],"content":{"contentType":"group","meta":{"name":"Get Consents"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get Consents","showPageActions":true}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/consents/v2","summary":"Retrieve list of consents.","prefix":{"name":"get","color":"get"},"badges":[],"link":"/get-consents/getconsentsv2","deprecated":false},{"title":"/consents/v1/{consentId}","summary":"Retrieve a consent by consent ID.","prefix":{"name":"get","color":"get"},"badges":[],"link":"/get-consents/getconsent","deprecated":false},{"title":"/consents/v1","summary":"Retrieve list of consents.","prefix":{"name":"get","color":"http-deprecated"},"badges":[],"link":"/get-consents/paths/~1consents~1v1/get","deprecated":true}]}]}]}]}},{"type":"group","label":"Revoke Consent","link":"/content/apis/revoke-consent","routeSlug":"/content/apis/revoke-consent","items":[{"type":"link","label":"Overview ","link":"/content/apis/revoke-consent/consent-revoke-overview","routeSlug":"/content/apis/revoke-consent/consent-revoke-overview","content":{"contentType":"item","itemVariant":"markdown","meta":{"name":"Overview "},"children":[{"nodeType":"container","children":[{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"heading","attributes":{"level":3,"id":"revoke-consent/consent-revoke-overview"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Overview "},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"This allows you to revoke an active consent. Please note that this will not remove any stored data for the consent."},"children":[]}]}]}]}],"panels":[]}]}},{"type":"link","label":"Authorization ","link":"/content/apis/revoke-consent/consent-revoke-authorization","routeSlug":"/content/apis/revoke-consent/consent-revoke-authorization","content":{"contentType":"item","itemVariant":"markdown","meta":{"name":"Authorization "},"children":[{"nodeType":"container","children":[{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"heading","attributes":{"level":3,"id":"revoke-consent/consent-revoke-authorization"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Authorization "},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"This API requires a bearer token using the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"api:consent"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" scope"},"children":[]}]}]}]}],"panels":[]}]}},{"label":"Revoke a consent.","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/content/apis/revoke-consent/revokeconsent","routeSlug":"/content/apis/revoke-consent/revokeconsent","metadata":{"seo":{"title":"Revoke a consent.","description":"Revokes a consent stopping further interaction without reauthenticating or reconfirming"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"RevokeConsent","name":"Revoke a consent.","isWebhook":false,"pointer":"/paths/~1consents~1v1~1{consentId}~1revoke/post","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Revoke a consent.","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Revokes a consent stopping further interaction without reauthenticating or reconfirming"},{"nodeType":"security","requirements":[{"schemes":[{"name":"Bearer","scopes":["api:consent"],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"JWT Authorization header using the Bearer scheme."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Enter 'Bearer' [space] and then your token in the text input below."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Example: \"Bearer token123\""},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"consentId","in":"path","schemaId":"schema_72","description":"The consent ID for the consent to revoke.","required":true}],"pointer":"/paths/~1consents~1v1~1{consentId}~1revoke/post/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/consents/v1/{consentId}/revoke","servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"parameters":{"path":[{"name":"consentId","in":"path","required":true,"schemaId":"schema_72"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"Bearer","type":"http","scheme":"bearer"}],"scopes":["api:consent"]}],"responseCodes":["204","400","401","403","404","422","500"],"pointer":"/consents/v1/{consentId}/revoke","href":"revoke-consent/revokeconsent","openApiOperationId":"RevokeConsent","summary":"Revoke a consent."},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"204","description":"Revoked the consent."},{"code":"400","description":"Consent isn't active.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},{"code":"401","description":"Client is not authorized."},{"code":"403","description":"Authorized client does not have access to the provided consent ID."},{"code":"404","description":"Consent ID was not found.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},{"code":"422","description":"Unprocessable Content","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},{"code":"500","description":"Unable to revoke consent due to an unexpected failure.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}],"pointer":"/paths/~1consents~1v1~1{consentId}~1revoke/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"204"},{"code":"400","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}},{"code":"401"},{"code":"403"},{"code":"404","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}},{"code":"422","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}},{"code":"500","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/revoke-consent/revokeconsent"}],"panels":[]}]},"httpPath":"/consents/v1/{consentId}/revoke"}],"content":{"contentType":"group","meta":{"name":"Revoke Consent"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Revoke Consent","showPageActions":true}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/consents/v1/{consentId}/revoke","summary":"Revoke a consent.","prefix":{"name":"post","color":"post"},"badges":[],"link":"/revoke-consent/revokeconsent","deprecated":false}]}]}]}]}},{"type":"separator","label":"Stored Data API","content":null},{"type":"group","label":"Bank Data (stored)","link":"/content/apis/bank-data-(stored)","routeSlug":"/content/apis/bank-data-(stored)","items":[{"type":"link","label":"Overview ","link":"/content/apis/bank-data-(stored)/insights-overview","routeSlug":"/content/apis/bank-data-(stored)/insights-overview","content":{"contentType":"item","itemVariant":"markdown","meta":{"name":"Overview "},"children":[{"nodeType":"container","children":[{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"heading","attributes":{"level":3,"id":"bank-data-(stored)/insights-overview"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Overview "},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"This set of APIs provides the same functionality as the Data API but the data is stored with Atto."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"There is an an "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"#tag/Bank-Data-(stored)/refreshuserdataasync"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"endpoint"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" that refreshes that data as well."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"This set of APIs can be enabled by "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://www.atto.co/about/contact"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"contacting support"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}]}],"panels":[]}]}},{"type":"link","label":"Authorization ","link":"/content/apis/bank-data-(stored)/insights-authorization","routeSlug":"/content/apis/bank-data-(stored)/insights-authorization","content":{"contentType":"item","itemVariant":"markdown","meta":{"name":"Authorization "},"children":[{"nodeType":"container","children":[{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"heading","attributes":{"level":3,"id":"bank-data-(stored)/insights-authorization"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Authorization "},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"This API requires a bearer token using the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"api:stored_data"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" scope"},"children":[]}]}]}]}],"panels":[]}]}},{"label":"Deletes all the stored data associated with the consent","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/content/apis/bank-data-(stored)/deleteconsentdataasync","routeSlug":"/content/apis/bank-data-(stored)/deleteconsentdataasync","metadata":{"seo":{"title":"Deletes all the stored data associated with the consent","description":"Deletes all the stored data associated with the consent"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"DeleteConsentDataAsync","name":"Deletes all the stored data associated with the consent","isWebhook":false,"pointer":"/paths/~1stored-data~1v1~1consents~1{consentId}/delete","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Deletes all the stored data associated with the consent","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Deletes all the stored data associated with the consent"},{"nodeType":"security","requirements":[{"schemes":[{"name":"Bearer","scopes":["api:stored_data"],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"JWT Authorization header using the Bearer scheme."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Enter 'Bearer' [space] and then your token in the text input below."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Example: \"Bearer token123\""},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"consentId","in":"path","schemaId":"schema_72","description":"Unique reference for the consent","required":true}],"pointer":"/paths/~1stored-data~1v1~1consents~1{consentId}/delete/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"DELETE","path":"/stored-data/v1/consents/{consentId}","servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"parameters":{"path":[{"name":"consentId","in":"path","required":true,"schemaId":"schema_72"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"Bearer","type":"http","scheme":"bearer"}],"scopes":["api:stored_data"]}],"responseCodes":["204","401","404","409","500"],"pointer":"/stored-data/v1/consents/{consentId}","href":"bank-data-(stored)/deleteconsentdataasync","openApiOperationId":"DeleteConsentDataAsync","summary":"Deletes all the stored data associated with the consent"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"204","description":"Successfully deleted the stored data"},{"code":"401","description":"The authorization header was invalid or not found"},{"code":"404","description":"No connected user found for consent","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},{"code":"409","description":"A refresh is in progress for this consent","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},{"code":"500","description":"A server error has occurred","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}],"pointer":"/paths/~1stored-data~1v1~1consents~1{consentId}/delete/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"204"},{"code":"401"},{"code":"404","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}},{"code":"409","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}},{"code":"500","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/bank-data-(stored)/deleteconsentdataasync"}],"panels":[]}]},"httpPath":"/stored-data/v1/consents/{consentId}"},{"label":"Returns a list of accounts for a consent.","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/content/apis/bank-data-(stored)/getaccountsasync","routeSlug":"/content/apis/bank-data-(stored)/getaccountsasync","metadata":{"seo":{"title":"Returns a list of accounts for a consent.","description":"Returns a list of accounts that contains the relevant account information"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"GetAccountsAsync","name":"Returns a list of accounts for a consent.","isWebhook":false,"pointer":"/paths/~1stored-data~1v1~1consents~1{consentId}~1accounts/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Returns a list of accounts for a consent.","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns a list of accounts that contains the relevant account information"},{"nodeType":"security","requirements":[{"schemes":[{"name":"Bearer","scopes":["api:stored_data"],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"JWT Authorization header using the Bearer scheme."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Enter 'Bearer' [space] and then your token in the text input below."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Example: \"Bearer token123\""},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"consentId","in":"path","schemaId":"schema_72","description":"Unique reference for the user consent","required":true}],"pointer":"/paths/~1stored-data~1v1~1consents~1{consentId}~1accounts/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/stored-data/v1/consents/{consentId}/accounts","servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"parameters":{"path":[{"name":"consentId","in":"path","required":true,"schemaId":"schema_72"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"Bearer","type":"http","scheme":"bearer"}],"scopes":["api:stored_data"]}],"responseCodes":["200","401","404","500"],"pointer":"/stored-data/v1/consents/{consentId}/accounts","href":"bank-data-(stored)/getaccountsasync","openApiOperationId":"GetAccountsAsync","summary":"Returns a list of accounts for a consent."},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"List of accounts","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_81","exampleIds":["paths/~1stored-data~1v1~1consents~1{consentId}~1accounts/get/responses/200/content/application~1json/example"]}},"schemaId":"schema_81","exampleIds":["paths/~1stored-data~1v1~1consents~1{consentId}~1accounts/get/responses/200/content/application~1json/example"]},{"code":"401","description":"The authorization header was invalid or not found"},{"code":"404","description":"Consent id was not found"},{"code":"500","description":"A server error has occurred","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}],"pointer":"/paths/~1stored-data~1v1~1consents~1{consentId}~1accounts/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_81","exampleIds":["paths/~1stored-data~1v1~1consents~1{consentId}~1accounts/get/responses/200/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_81","exampleIds":["paths/~1stored-data~1v1~1consents~1{consentId}~1accounts/get/responses/200/content/application~1json/example"]}}},{"code":"401"},{"code":"404"},{"code":"500","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/bank-data-(stored)/getaccountsasync"}],"panels":[]}]},"httpPath":"/stored-data/v1/consents/{consentId}/accounts"},{"label":"Returns the end of day balances for an account for a given consent.","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/content/apis/bank-data-(stored)/getendofdaybalancesasync","routeSlug":"/content/apis/bank-data-(stored)/getendofdaybalancesasync","metadata":{"seo":{"title":"Returns the end of day balances for an account for a given consent.","description":"Returns the end of day balances for an account for a given consent."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"GetEndOfDayBalancesAsync","name":"Returns the end of day balances for an account for a given consent.","isWebhook":false,"pointer":"/paths/~1stored-data~1v1~1consents~1{consentId}~1accounts~1{accountId}~1end-of-day-balances/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Returns the end of day balances for an account for a given consent.","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns the end of day balances for an account for a given consent."},{"nodeType":"security","requirements":[{"schemes":[{"name":"Bearer","scopes":["api:stored_data"],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"JWT Authorization header using the Bearer scheme."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Enter 'Bearer' [space] and then your token in the text input below."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Example: \"Bearer token123\""},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"consentId","in":"path","schemaId":"schema_72","description":"Unique reference for the user consent","required":true},{"name":"accountId","in":"path","schemaId":"schema_72","description":"Unique identifier for the account from the provider","required":true}],"pointer":"/paths/~1stored-data~1v1~1consents~1{consentId}~1accounts~1{accountId}~1end-of-day-balances/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"from","in":"query","schemaId":"schema_77","description":"The start date of the period to fetch the balances  (Recommended format: yyyy-MM-dd)"},{"name":"to","in":"query","schemaId":"schema_77","description":"The end date of the period to fetch the balances  (Recommended format: yyyy-MM-dd)"}],"pointer":"/paths/~1stored-data~1v1~1consents~1{consentId}~1accounts~1{accountId}~1end-of-day-balances/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/stored-data/v1/consents/{consentId}/accounts/{accountId}/end-of-day-balances","servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"parameters":{"path":[{"name":"consentId","in":"path","required":true,"schemaId":"schema_72"},{"name":"accountId","in":"path","required":true,"schemaId":"schema_72"}],"query":[{"name":"from","in":"query","schemaId":"schema_77"},{"name":"to","in":"query","schemaId":"schema_77"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"Bearer","type":"http","scheme":"bearer"}],"scopes":["api:stored_data"]}],"responseCodes":["200","400","401","404","500"],"pointer":"/stored-data/v1/consents/{consentId}/accounts/{accountId}/end-of-day-balances","href":"bank-data-(stored)/getendofdaybalancesasync","openApiOperationId":"GetEndOfDayBalancesAsync","summary":"Returns the end of day balances for an account for a given consent."},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"End of day Balances for the provided account","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Insights.Service.Models.BankData.EndOfDayBalances","exampleIds":["paths/~1stored-data~1v1~1consents~1{consentId}~1accounts~1{accountId}~1end-of-day-balances/get/responses/200/content/application~1json/example"]}},"schemaId":"components/schemas/DirectID.Insights.Service.Models.BankData.EndOfDayBalances","exampleIds":["paths/~1stored-data~1v1~1consents~1{consentId}~1accounts~1{accountId}~1end-of-day-balances/get/responses/200/content/application~1json/example"]},{"code":"400","description":"One of the query parameters is invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},{"code":"401","description":"The authorization header was invalid or not found"},{"code":"404","description":"The consent id or account id was not found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},{"code":"500","description":"A server error has occurred","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}],"pointer":"/paths/~1stored-data~1v1~1consents~1{consentId}~1accounts~1{accountId}~1end-of-day-balances/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DirectID.Insights.Service.Models.BankData.EndOfDayBalances","exampleIds":["paths/~1stored-data~1v1~1consents~1{consentId}~1accounts~1{accountId}~1end-of-day-balances/get/responses/200/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Insights.Service.Models.BankData.EndOfDayBalances","exampleIds":["paths/~1stored-data~1v1~1consents~1{consentId}~1accounts~1{accountId}~1end-of-day-balances/get/responses/200/content/application~1json/example"]}}},{"code":"400","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}},{"code":"401"},{"code":"404","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}},{"code":"500","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/bank-data-(stored)/getendofdaybalancesasync"}],"panels":[]}]},"httpPath":"/stored-data/v1/consents/{consentId}/accounts/{accountId}/end-of-day-balances"},{"label":"Returns a list of transactions for an account for a consent.","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/content/apis/bank-data-(stored)/gettransactionsasync","routeSlug":"/content/apis/bank-data-(stored)/gettransactionsasync","metadata":{"seo":{"title":"Returns a list of transactions for an account for a consent.","description":"Returns a list of transactions for an account for a consent."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"GetTransactionsAsync","name":"Returns a list of transactions for an account for a consent.","isWebhook":false,"pointer":"/paths/~1stored-data~1v1~1consents~1{consentId}~1accounts~1{accountId}~1transactions/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Returns a list of transactions for an account for a consent.","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns a list of transactions for an account for a consent."},{"nodeType":"security","requirements":[{"schemes":[{"name":"Bearer","scopes":["api:stored_data"],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"JWT Authorization header using the Bearer scheme."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Enter 'Bearer' [space] and then your token in the text input below."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Example: \"Bearer token123\""},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"consentId","in":"path","schemaId":"schema_72","description":"Unique reference for the consent","required":true},{"name":"accountId","in":"path","schemaId":"schema_72","description":"Unique identifier for the account at the institution","required":true}],"pointer":"/paths/~1stored-data~1v1~1consents~1{consentId}~1accounts~1{accountId}~1transactions/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"searchTerm","in":"query","schemaId":"schema_72","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Term to search in all searchable transaction fields [Description, TransactionCategory.Category, TransactionClassification.Classification, CounterPartyName]."},"children":[]}]}]}]},{"name":"sortField","in":"query","schemaId":"schema_82","description":"Sort by field"},{"name":"sortDesc","in":"query","schemaId":"schema_83","description":"Sorting direction \"true\" is descending, \"false\" is ascending. Default is \"true\"."},{"name":"indicator","in":"query","schemaId":"schema_84","description":"Filter by transaction CreditDebitIndicator."},{"name":"category","in":"query","schemaId":"schema_85","description":"Filter by category."},{"name":"classification","in":"query","schemaId":"schema_85","description":"Filter by classification."},{"name":"from","in":"query","schemaId":"schema_77","description":"Filter from date (Recommended format: yyyy-MM-dd)"},{"name":"to","in":"query","schemaId":"schema_77","description":"Filter to date (Recommended format: yyyy-MM-dd)"},{"name":"offset","in":"query","schemaId":"schema_86","description":"Pagination offset."},{"name":"limit","in":"query","schemaId":"schema_86","description":"Pagination limit. Default value is 25."}],"pointer":"/paths/~1stored-data~1v1~1consents~1{consentId}~1accounts~1{accountId}~1transactions/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/stored-data/v1/consents/{consentId}/accounts/{accountId}/transactions","servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"parameters":{"path":[{"name":"consentId","in":"path","required":true,"schemaId":"schema_72"},{"name":"accountId","in":"path","required":true,"schemaId":"schema_72"}],"query":[{"name":"searchTerm","in":"query","schemaId":"schema_72"},{"name":"sortField","in":"query","schemaId":"components/schemas/DirectID.Insights.Service.Models.SortField"},{"name":"sortDesc","in":"query","schemaId":"schema_83"},{"name":"indicator","in":"query","schemaId":"components/schemas/DirectID.Data.API.Models.Provider.CreditDebitIndicator"},{"name":"category","in":"query","schemaId":"schema_85","style":"form","explode":true},{"name":"classification","in":"query","schemaId":"schema_85","style":"form","explode":true},{"name":"from","in":"query","schemaId":"schema_77"},{"name":"to","in":"query","schemaId":"schema_77"},{"name":"offset","in":"query","schemaId":"schema_86"},{"name":"limit","in":"query","schemaId":"schema_86"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"Bearer","type":"http","scheme":"bearer"}],"scopes":["api:stored_data"]}],"responseCodes":["200","400","401","404","500"],"pointer":"/stored-data/v1/consents/{consentId}/accounts/{accountId}/transactions","href":"bank-data-(stored)/gettransactionsasync","openApiOperationId":"GetTransactionsAsync","summary":"Returns a list of transactions for an account for a consent."},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Paged response of transactions","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Insights.Service.Models.Paging.PaginatedResponse.DirectID.Insights.Service.Models.BankData.Transaction","exampleIds":["paths/~1stored-data~1v1~1consents~1{consentId}~1accounts~1{accountId}~1transactions/get/responses/200/content/application~1json/example"]}},"schemaId":"components/schemas/DirectID.Insights.Service.Models.Paging.PaginatedResponse.DirectID.Insights.Service.Models.BankData.Transaction","exampleIds":["paths/~1stored-data~1v1~1consents~1{consentId}~1accounts~1{accountId}~1transactions/get/responses/200/content/application~1json/example"]},{"code":"400","description":"At least one query parameter is invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},{"code":"401","description":"The authorization header was invalid or not found"},{"code":"404","description":"No consent or accounts were found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},{"code":"500","description":"A server error has occurred","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}],"pointer":"/paths/~1stored-data~1v1~1consents~1{consentId}~1accounts~1{accountId}~1transactions/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DirectID.Insights.Service.Models.Paging.PaginatedResponse.DirectID.Insights.Service.Models.BankData.Transaction","exampleIds":["paths/~1stored-data~1v1~1consents~1{consentId}~1accounts~1{accountId}~1transactions/get/responses/200/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Insights.Service.Models.Paging.PaginatedResponse.DirectID.Insights.Service.Models.BankData.Transaction","exampleIds":["paths/~1stored-data~1v1~1consents~1{consentId}~1accounts~1{accountId}~1transactions/get/responses/200/content/application~1json/example"]}}},{"code":"400","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}},{"code":"401"},{"code":"404","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}},{"code":"500","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/bank-data-(stored)/gettransactionsasync"}],"panels":[]}]},"httpPath":"/stored-data/v1/consents/{consentId}/accounts/{accountId}/transactions"},{"label":"Returns provider details for a consent.","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/content/apis/bank-data-(stored)/getproviderdataasync","routeSlug":"/content/apis/bank-data-(stored)/getproviderdataasync","metadata":{"seo":{"title":"Returns provider details for a consent.","description":"Returns details of the connection with bank name and relevant connection dates"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"GetProviderDataAsync","name":"Returns provider details for a consent.","isWebhook":false,"pointer":"/paths/~1stored-data~1v1~1consents~1{consentId}~1provider-details/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Returns provider details for a consent.","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns details of the connection with bank name and relevant connection dates"},{"nodeType":"security","requirements":[{"schemes":[{"name":"Bearer","scopes":["api:stored_data"],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"JWT Authorization header using the Bearer scheme."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Enter 'Bearer' [space] and then your token in the text input below."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Example: \"Bearer token123\""},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"consentId","in":"path","schemaId":"schema_72","description":"Unique reference for the user consent","required":true}],"pointer":"/paths/~1stored-data~1v1~1consents~1{consentId}~1provider-details/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/stored-data/v1/consents/{consentId}/provider-details","servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"parameters":{"path":[{"name":"consentId","in":"path","required":true,"schemaId":"schema_72"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"Bearer","type":"http","scheme":"bearer"}],"scopes":["api:stored_data"]}],"responseCodes":["200","401","404","500"],"pointer":"/stored-data/v1/consents/{consentId}/provider-details","href":"bank-data-(stored)/getproviderdataasync","openApiOperationId":"GetProviderDataAsync","summary":"Returns provider details for a consent."},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Provider details for the consent","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Insights.Service.Models.BankData.ProviderDetails","exampleIds":["paths/~1stored-data~1v1~1consents~1{consentId}~1provider-details/get/responses/200/content/application~1json/example"]}},"schemaId":"components/schemas/DirectID.Insights.Service.Models.BankData.ProviderDetails","exampleIds":["paths/~1stored-data~1v1~1consents~1{consentId}~1provider-details/get/responses/200/content/application~1json/example"]},{"code":"401","description":"The authorization header was invalid or not found"},{"code":"404","description":"Consent id was not found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},{"code":"500","description":"A server error has occurred","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}],"pointer":"/paths/~1stored-data~1v1~1consents~1{consentId}~1provider-details/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DirectID.Insights.Service.Models.BankData.ProviderDetails","exampleIds":["paths/~1stored-data~1v1~1consents~1{consentId}~1provider-details/get/responses/200/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Insights.Service.Models.BankData.ProviderDetails","exampleIds":["paths/~1stored-data~1v1~1consents~1{consentId}~1provider-details/get/responses/200/content/application~1json/example"]}}},{"code":"401"},{"code":"404","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}},{"code":"500","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/bank-data-(stored)/getproviderdataasync"}],"panels":[]}]},"httpPath":"/stored-data/v1/consents/{consentId}/provider-details"},{"label":"Refreshes data for a consent.","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/content/apis/bank-data-(stored)/refreshuserdataasync","routeSlug":"/content/apis/bank-data-(stored)/refreshuserdataasync","metadata":{"seo":{"title":"Refreshes data for a consent.","description":"Refreshes the underlying connection for the banking data with the provider, then performs enrichment"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"RefreshUserDataAsync","name":"Refreshes data for a consent.","isWebhook":false,"pointer":"/paths/~1stored-data~1v1~1consents~1{consentId}~1refresh/post","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Refreshes data for a consent.","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Refreshes the underlying connection for the banking data with the provider, then performs enrichment"},{"nodeType":"security","requirements":[{"schemes":[{"name":"Bearer","scopes":["api:stored_data"],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"JWT Authorization header using the Bearer scheme."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Enter 'Bearer' [space] and then your token in the text input below."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Example: \"Bearer token123\""},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"consentId","in":"path","schemaId":"schema_72","description":"Unique reference for the consent","required":true}],"pointer":"/paths/~1stored-data~1v1~1consents~1{consentId}~1refresh/post/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/stored-data/v1/consents/{consentId}/refresh","servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"parameters":{"path":[{"name":"consentId","in":"path","required":true,"schemaId":"schema_72"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"Bearer","type":"http","scheme":"bearer"}],"scopes":["api:stored_data"]}],"responseCodes":["200","401","403","404","409","500","502"],"pointer":"/stored-data/v1/consents/{consentId}/refresh","href":"bank-data-(stored)/refreshuserdataasync","openApiOperationId":"RefreshUserDataAsync","summary":"Refreshes data for a consent."},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully completed data refresh"},{"code":"401","description":"The authorization header was invalid or not found"},{"code":"403","description":"The consent or account access has been revoked","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},{"code":"404","description":"No consent or accounts were found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},{"code":"409","description":"A refresh is already in progress for this consent","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},{"code":"500","description":"A server error has occurred","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},{"code":"502","description":"The provider is temporarily unavailable or rate limit has been reached, try again in a few minutes","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}],"pointer":"/paths/~1stored-data~1v1~1consents~1{consentId}~1refresh/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200"},{"code":"401"},{"code":"403","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}},{"code":"404","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}},{"code":"409","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}},{"code":"500","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}},{"code":"502","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/bank-data-(stored)/refreshuserdataasync"}],"panels":[]}]},"httpPath":"/stored-data/v1/consents/{consentId}/refresh"},{"label":"Deletes all the stored data associated with the user","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/content/apis/bank-data-(stored)/deleteuserdataasync","routeSlug":"/content/apis/bank-data-(stored)/deleteuserdataasync","metadata":{"seo":{"title":"Deletes all the stored data associated with the user","description":"Deletes all the stored data associated with the user"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"DeleteUserDataAsync","name":"Deletes all the stored data associated with the user","isWebhook":false,"pointer":"/paths/~1stored-data~1v1~1users~1{userId}/delete","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Deletes all the stored data associated with the user","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Deletes all the stored data associated with the user"},{"nodeType":"security","requirements":[{"schemes":[{"name":"Bearer","scopes":["api:stored_data"],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"JWT Authorization header using the Bearer scheme."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Enter 'Bearer' [space] and then your token in the text input below."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Example: \"Bearer token123\""},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"userId","in":"path","schemaId":"schema_87","description":"Unique reference for the user","required":true}],"pointer":"/paths/~1stored-data~1v1~1users~1{userId}/delete/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"DELETE","path":"/stored-data/v1/users/{userId}","servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"parameters":{"path":[{"name":"userId","in":"path","required":true,"schemaId":"schema_87"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"Bearer","type":"http","scheme":"bearer"}],"scopes":["api:stored_data"]}],"responseCodes":["204","401","404","409","500"],"pointer":"/stored-data/v1/users/{userId}","href":"bank-data-(stored)/deleteuserdataasync","openApiOperationId":"DeleteUserDataAsync","summary":"Deletes all the stored data associated with the user"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"204","description":"Successfully deleted the stored data"},{"code":"401","description":"The authorization header was invalid or not found"},{"code":"404","description":"No connected user found for user","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},{"code":"409","description":"A refresh is in progress for a consent associated with the user","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},{"code":"500","description":"A server error has occurred","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}],"pointer":"/paths/~1stored-data~1v1~1users~1{userId}/delete/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"204"},{"code":"401"},{"code":"404","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}},{"code":"409","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}},{"code":"500","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/bank-data-(stored)/deleteuserdataasync"}],"panels":[]}]},"httpPath":"/stored-data/v1/users/{userId}"},{"label":"Returns balances for an account for a consent.","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/content/apis/bank-data-(stored)/getbalancesv2async","routeSlug":"/content/apis/bank-data-(stored)/getbalancesv2async","metadata":{"seo":{"title":"Returns balances for an account for a consent.","description":"Returns balances for an account for a consent which contains credit lines"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"GetBalancesV2Async","name":"Returns balances for an account for a consent.","isWebhook":false,"pointer":"/paths/~1stored-data~1v2~1consents~1{consentId}~1accounts~1{accountId}~1balances/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Returns balances for an account for a consent.","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns balances for an account for a consent which contains credit lines"},{"nodeType":"security","requirements":[{"schemes":[{"name":"Bearer","scopes":["api:stored_data"],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"JWT Authorization header using the Bearer scheme."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Enter 'Bearer' [space] and then your token in the text input below."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Example: \"Bearer token123\""},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"consentId","in":"path","schemaId":"schema_72","description":"Unique reference for the user consent","required":true},{"name":"accountId","in":"path","schemaId":"schema_72","description":"Unique identifier for the account at the institution","required":true}],"pointer":"/paths/~1stored-data~1v2~1consents~1{consentId}~1accounts~1{accountId}~1balances/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/stored-data/v2/consents/{consentId}/accounts/{accountId}/balances","servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"parameters":{"path":[{"name":"consentId","in":"path","required":true,"schemaId":"schema_72"},{"name":"accountId","in":"path","required":true,"schemaId":"schema_72"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"Bearer","type":"http","scheme":"bearer"}],"scopes":["api:stored_data"]}],"responseCodes":["200","401","404","500"],"pointer":"/stored-data/v2/consents/{consentId}/accounts/{accountId}/balances","href":"bank-data-(stored)/getbalancesv2async","openApiOperationId":"GetBalancesV2Async","summary":"Returns balances for an account for a consent."},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Balances for the provided account","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Insights.Service.Models.BankData.Balances","exampleIds":["paths/~1stored-data~1v2~1consents~1{consentId}~1accounts~1{accountId}~1balances/get/responses/200/content/application~1json/example"]}},"schemaId":"components/schemas/DirectID.Insights.Service.Models.BankData.Balances","exampleIds":["paths/~1stored-data~1v2~1consents~1{consentId}~1accounts~1{accountId}~1balances/get/responses/200/content/application~1json/example"]},{"code":"401","description":"The authorization header was invalid or not found"},{"code":"404","description":"No consent or accounts were found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},{"code":"500","description":"A server error has occurred","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}],"pointer":"/paths/~1stored-data~1v2~1consents~1{consentId}~1accounts~1{accountId}~1balances/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DirectID.Insights.Service.Models.BankData.Balances","exampleIds":["paths/~1stored-data~1v2~1consents~1{consentId}~1accounts~1{accountId}~1balances/get/responses/200/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Insights.Service.Models.BankData.Balances","exampleIds":["paths/~1stored-data~1v2~1consents~1{consentId}~1accounts~1{accountId}~1balances/get/responses/200/content/application~1json/example"]}}},{"code":"401"},{"code":"404","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}},{"code":"500","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/bank-data-(stored)/getbalancesv2async"}],"panels":[]}]},"httpPath":"/stored-data/v2/consents/{consentId}/accounts/{accountId}/balances"},{"label":"Returns balances for an account for a consent.","deprecated":true,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/content/apis/bank-data-(stored)/getbalancesasync","routeSlug":"/content/apis/bank-data-(stored)/getbalancesasync","metadata":{"seo":{"title":"Returns balances for an account for a consent.","description":"Returns balances for an account for a consent which contains credit lines"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"GetBalancesAsync","name":"Returns balances for an account for a consent.","deprecated":true,"isWebhook":false,"pointer":"/paths/~1stored-data~1v1~1consents~1{consentId}~1accounts~1{accountId}~1balances/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Returns balances for an account for a consent.","isWebhook":false,"deprecated":true,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns balances for an account for a consent which contains credit lines"},{"nodeType":"security","requirements":[{"schemes":[{"name":"Bearer","scopes":["api:stored_data"],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"JWT Authorization header using the Bearer scheme."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Enter 'Bearer' [space] and then your token in the text input below."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Example: \"Bearer token123\""},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"consentId","in":"path","schemaId":"schema_72","description":"Unique reference for the user consent","required":true},{"name":"accountId","in":"path","schemaId":"schema_72","description":"Unique identifier for the account at the institution","required":true}],"pointer":"/paths/~1stored-data~1v1~1consents~1{consentId}~1accounts~1{accountId}~1balances/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/stored-data/v1/consents/{consentId}/accounts/{accountId}/balances","servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"parameters":{"path":[{"name":"consentId","in":"path","required":true,"schemaId":"schema_72"},{"name":"accountId","in":"path","required":true,"schemaId":"schema_72"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"Bearer","type":"http","scheme":"bearer"}],"scopes":["api:stored_data"]}],"responseCodes":["200","401","404","500"],"pointer":"/stored-data/v1/consents/{consentId}/accounts/{accountId}/balances","href":"bank-data-(stored)/getbalancesasync","openApiOperationId":"GetBalancesAsync","summary":"Returns balances for an account for a consent."},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Balances for the provided account","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Insights.Service.Models.BankData.Balances","exampleIds":["paths/~1stored-data~1v1~1consents~1{consentId}~1accounts~1{accountId}~1balances/get/responses/200/content/application~1json/example"]}},"schemaId":"components/schemas/DirectID.Insights.Service.Models.BankData.Balances","exampleIds":["paths/~1stored-data~1v1~1consents~1{consentId}~1accounts~1{accountId}~1balances/get/responses/200/content/application~1json/example"]},{"code":"401","description":"The authorization header was invalid or not found"},{"code":"404","description":"No consent or accounts were found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},{"code":"500","description":"A server error has occurred","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}],"pointer":"/paths/~1stored-data~1v1~1consents~1{consentId}~1accounts~1{accountId}~1balances/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DirectID.Insights.Service.Models.BankData.Balances","exampleIds":["paths/~1stored-data~1v1~1consents~1{consentId}~1accounts~1{accountId}~1balances/get/responses/200/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Insights.Service.Models.BankData.Balances","exampleIds":["paths/~1stored-data~1v1~1consents~1{consentId}~1accounts~1{accountId}~1balances/get/responses/200/content/application~1json/example"]}}},{"code":"401"},{"code":"404","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}},{"code":"500","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/bank-data-(stored)/getbalancesasync"}],"panels":[]}]},"httpPath":"/stored-data/v1/consents/{consentId}/accounts/{accountId}/balances"}],"content":{"contentType":"group","meta":{"name":"Bank Data (stored)"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Bank Data (stored)","showPageActions":true}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/stored-data/v1/consents/{consentId}","summary":"Deletes all the stored data associated with the consent","prefix":{"name":"delete","color":"delete"},"badges":[],"link":"/bank-data-(stored)/deleteconsentdataasync","deprecated":false},{"title":"/stored-data/v1/consents/{consentId}/accounts","summary":"Returns a list of accounts for a consent.","prefix":{"name":"get","color":"get"},"badges":[],"link":"/bank-data-(stored)/getaccountsasync","deprecated":false},{"title":"/stored-data/v1/consents/{consentId}/accounts/{accountId}/end-of-day-balances","summary":"Returns the end of day balances for an account for a given consent.","prefix":{"name":"get","color":"get"},"badges":[],"link":"/bank-data-(stored)/getendofdaybalancesasync","deprecated":false},{"title":"/stored-data/v1/consents/{consentId}/accounts/{accountId}/transactions","summary":"Returns a list of transactions for an account for a consent.","prefix":{"name":"get","color":"get"},"badges":[],"link":"/bank-data-(stored)/gettransactionsasync","deprecated":false},{"title":"/stored-data/v1/consents/{consentId}/provider-details","summary":"Returns provider details for a consent.","prefix":{"name":"get","color":"get"},"badges":[],"link":"/bank-data-(stored)/getproviderdataasync","deprecated":false},{"title":"/stored-data/v1/consents/{consentId}/refresh","summary":"Refreshes data for a consent.","prefix":{"name":"post","color":"post"},"badges":[],"link":"/bank-data-(stored)/refreshuserdataasync","deprecated":false},{"title":"/stored-data/v1/users/{userId}","summary":"Deletes all the stored data associated with the user","prefix":{"name":"delete","color":"delete"},"badges":[],"link":"/bank-data-(stored)/deleteuserdataasync","deprecated":false},{"title":"/stored-data/v2/consents/{consentId}/accounts/{accountId}/balances","summary":"Returns balances for an account for a consent.","prefix":{"name":"get","color":"get"},"badges":[],"link":"/bank-data-(stored)/getbalancesv2async","deprecated":false},{"title":"/stored-data/v1/consents/{consentId}/accounts/{accountId}/balances","summary":"Returns balances for an account for a consent.","prefix":{"name":"get","color":"http-deprecated"},"badges":[],"link":"/bank-data-(stored)/getbalancesasync","deprecated":true}]}]}]}]}},{"type":"group","label":"Income Verification (stored)","link":"/content/apis/income-verification-(stored)","routeSlug":"/content/apis/income-verification-(stored)","items":[{"type":"link","label":"Overview ","link":"/content/apis/income-verification-(stored)/stored-income-verification-overview","routeSlug":"/content/apis/income-verification-(stored)/stored-income-verification-overview","content":{"contentType":"item","itemVariant":"markdown","meta":{"name":"Overview "},"children":[{"nodeType":"container","children":[{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"heading","attributes":{"level":3,"id":"income-verification-(stored)/stored-income-verification-overview"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Overview "},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"This set of APIs provides the same functionality as the Income Verification endpoint but use the data and calculation that is stored instead of fetching it from the banks."},"children":[]}]}]}]}],"panels":[]}]}},{"type":"link","label":"Authorization ","link":"/content/apis/income-verification-(stored)/stored-income-verification-authorization","routeSlug":"/content/apis/income-verification-(stored)/stored-income-verification-authorization","content":{"contentType":"item","itemVariant":"markdown","meta":{"name":"Authorization "},"children":[{"nodeType":"container","children":[{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"heading","attributes":{"level":3,"id":"income-verification-(stored)/stored-income-verification-authorization"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Authorization "},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"This API requires a bearer token using the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"api:stored_data"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" scope"},"children":[]}]}]}]}],"panels":[]}]}},{"label":"Gets the income verifications for the accounts shared for a consent.","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/content/apis/income-verification-(stored)/getincomeverification","routeSlug":"/content/apis/income-verification-(stored)/getincomeverification","metadata":{"seo":{"title":"Gets the income verifications for the accounts shared for a consent.","description":"Gets the income verifications for the accounts shared for a consent including income sources"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"GetIncomeVerification","name":"Gets the income verifications for the accounts shared for a consent.","isWebhook":false,"pointer":"/paths/~1stored-data~1v1~1consents~1{consentId}~1income-verifications/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Gets the income verifications for the accounts shared for a consent.","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Gets the income verifications for the accounts shared for a consent including income sources"},{"nodeType":"security","requirements":[{"schemes":[{"name":"Bearer","scopes":["api:stored_data"],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"JWT Authorization header using the Bearer scheme."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Enter 'Bearer' [space] and then your token in the text input below."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Example: \"Bearer token123\""},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"consentId","in":"path","schemaId":"schema_72","description":"The consent ID to fetch the income verifications results for","required":true}],"pointer":"/paths/~1stored-data~1v1~1consents~1{consentId}~1income-verifications/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"accountId","in":"query","schemaId":"schema_72","description":"The account ID to fetch the income verification for.\nIf not specified, all accounts associated with this session are returned"},{"name":"includeFlags","in":"query","schemaId":"schema_88","description":"Includes the flags used to calculate the confidence score"},{"name":"excludeBenefits","in":"query","schemaId":"schema_88","description":"Excludes the benefits from the income streams"}],"pointer":"/paths/~1stored-data~1v1~1consents~1{consentId}~1income-verifications/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/stored-data/v1/consents/{consentId}/income-verifications","servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"parameters":{"path":[{"name":"consentId","in":"path","required":true,"schemaId":"schema_72"}],"query":[{"name":"accountId","in":"query","schemaId":"schema_72"},{"name":"includeFlags","in":"query","schemaId":"schema_88"},{"name":"excludeBenefits","in":"query","schemaId":"schema_88"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"Bearer","type":"http","scheme":"bearer"}],"scopes":["api:stored_data"]}],"responseCodes":["200","400","401","404","500"],"pointer":"/stored-data/v1/consents/{consentId}/income-verifications","href":"income-verification-(stored)/getincomeverification","openApiOperationId":"GetIncomeVerification","summary":"Gets the income verifications for the accounts shared for a consent."},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Income Verification results for the accounts linked to this consent","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_89","exampleIds":["paths/~1stored-data~1v1~1consents~1{consentId}~1income-verifications/get/responses/200/content/application~1json/example"]}},"schemaId":"schema_89","exampleIds":["paths/~1stored-data~1v1~1consents~1{consentId}~1income-verifications/get/responses/200/content/application~1json/example"]},{"code":"400","description":"At least one query parameter is invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},{"code":"401","description":"The authorization header was invalid or not found"},{"code":"404","description":"Account id was not found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},{"code":"500","description":"A server error has occurred","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}],"pointer":"/paths/~1stored-data~1v1~1consents~1{consentId}~1income-verifications/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_89","exampleIds":["paths/~1stored-data~1v1~1consents~1{consentId}~1income-verifications/get/responses/200/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_89","exampleIds":["paths/~1stored-data~1v1~1consents~1{consentId}~1income-verifications/get/responses/200/content/application~1json/example"]}}},{"code":"400","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}},{"code":"401"},{"code":"404","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}},{"code":"500","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/income-verification-(stored)/getincomeverification"}],"panels":[]}]},"httpPath":"/stored-data/v1/consents/{consentId}/income-verifications"}],"content":{"contentType":"group","meta":{"name":"Income Verification (stored)"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Income Verification (stored)","showPageActions":true}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/stored-data/v1/consents/{consentId}/income-verifications","summary":"Gets the income verifications for the accounts shared for a consent.","prefix":{"name":"get","color":"get"},"badges":[],"link":"/income-verification-(stored)/getincomeverification","deprecated":false}]}]}]}]}},{"type":"group","label":"Payment Account Confirmation","link":"/content/apis/payment-account-confirmation","routeSlug":"/content/apis/payment-account-confirmation","items":[{"type":"link","label":"Overview ","link":"/content/apis/payment-account-confirmation/payment-confirmation-overview","routeSlug":"/content/apis/payment-account-confirmation/payment-confirmation-overview","content":{"contentType":"item","itemVariant":"markdown","meta":{"name":"Overview "},"children":[{"nodeType":"container","children":[{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"heading","attributes":{"level":3,"id":"payment-account-confirmation/payment-confirmation-overview"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Overview "},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The Payment Confirmation stage allows a user to select an account which they would like to receive payments into. It is an optional stage in Atto Connect."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"This endpoint allows the customer to retrieve the information that has been submitted by the user."},"children":[]}]}]}]}],"panels":[]}]}},{"type":"link","label":"Authorization ","link":"/content/apis/payment-account-confirmation/payment-confirmation-authorization","routeSlug":"/content/apis/payment-account-confirmation/payment-confirmation-authorization","content":{"contentType":"item","itemVariant":"markdown","meta":{"name":"Authorization "},"children":[{"nodeType":"container","children":[{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"heading","attributes":{"level":3,"id":"payment-account-confirmation/payment-confirmation-authorization"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Authorization "},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"This API requires a bearer token using the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"api:stored_data"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" scope"},"children":[]}]}]}]}],"panels":[]}]}},{"label":"Retrieves user entered payment account confirmation","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/content/apis/payment-account-confirmation/paths/~1stored-data~1v1~1consents~1{consentid}~1payment-account-confirmation/get","routeSlug":"/content/apis/payment-account-confirmation/paths/~1stored-data~1v1~1consents~1{consentid}~1payment-account-confirmation/get","metadata":{"seo":{"title":"Retrieves user entered payment account confirmation","description":"Retrieves user entered payment account confirmation"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"name":"Retrieves user entered payment account confirmation","isWebhook":false,"pointer":"/paths/~1stored-data~1v1~1consents~1{consentId}~1payment-account-confirmation/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Retrieves user entered payment account confirmation","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"Bearer","scopes":["api:stored_data"],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"JWT Authorization header using the Bearer scheme."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Enter 'Bearer' [space] and then your token in the text input below."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Example: \"Bearer token123\""},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"consentId","in":"path","schemaId":"schema_72","description":"The consent Id to fetch the payment account confirmation","required":true}],"pointer":"/paths/~1stored-data~1v1~1consents~1{consentId}~1payment-account-confirmation/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/stored-data/v1/consents/{consentId}/payment-account-confirmation","servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"parameters":{"path":[{"name":"consentId","in":"path","required":true,"schemaId":"schema_72"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"Bearer","type":"http","scheme":"bearer"}],"scopes":["api:stored_data"]}],"responseCodes":["200","401","404","500"],"pointer":"/stored-data/v1/consents/{consentId}/payment-account-confirmation","href":"payment-account-confirmation/paths/~1stored-data~1v1~1consents~1{consentid}~1payment-account-confirmation/get","summary":"Retrieves user entered payment account confirmation"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Payment account confirmation data was successfully retrieved","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Insights.Service.Models.PaymentConfirmation.PaymentAccountConfirmation"}},"schemaId":"components/schemas/DirectID.Insights.Service.Models.PaymentConfirmation.PaymentAccountConfirmation"},{"code":"401","description":"The authorization header was invalid or not found"},{"code":"404","description":"Payment account confirmation not found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},{"code":"500","description":"A server error has occurred","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}],"pointer":"/paths/~1stored-data~1v1~1consents~1{consentId}~1payment-account-confirmation/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DirectID.Insights.Service.Models.PaymentConfirmation.PaymentAccountConfirmation","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Insights.Service.Models.PaymentConfirmation.PaymentAccountConfirmation"}}},{"code":"401"},{"code":"404","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}},{"code":"500","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/payment-account-confirmation/paths/~1stored-data~1v1~1consents~1{consentid}~1payment-account-confirmation/get"}],"panels":[]}]},"httpPath":"/stored-data/v1/consents/{consentId}/payment-account-confirmation"}],"content":{"contentType":"group","meta":{"name":"Payment Account Confirmation"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Payment Account Confirmation","showPageActions":true}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/stored-data/v1/consents/{consentId}/payment-account-confirmation","summary":"Retrieves user entered payment account confirmation","prefix":{"name":"get","color":"get"},"badges":[],"link":"/payment-account-confirmation/paths/~1stored-data~1v1~1consents~1{consentid}~1payment-account-confirmation/get","deprecated":false}]}]}]}]}},{"type":"group","label":"Affordability (stored)","link":"/content/apis/affordability-(stored)","routeSlug":"/content/apis/affordability-(stored)","items":[{"type":"link","label":"Overview ","link":"/content/apis/affordability-(stored)/stored-affordability-overview","routeSlug":"/content/apis/affordability-(stored)/stored-affordability-overview","content":{"contentType":"item","itemVariant":"markdown","meta":{"name":"Overview "},"children":[{"nodeType":"container","children":[{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"heading","attributes":{"level":3,"id":"affordability-(stored)/stored-affordability-overview"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Overview "},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"This set of APIs provides the same functionality as the Affordability endpoint but use the data and calculation that is stored instead of fetching it from the banks. After a refresh for a consent has been completed the monthly affordabilities data is updated and the estimated figures returned by this endpoint are recalculated."},"children":[]}]}]}]}],"panels":[]}]}},{"type":"link","label":"Authorization ","link":"/content/apis/affordability-(stored)/stored-affordability-authorization","routeSlug":"/content/apis/affordability-(stored)/stored-affordability-authorization","content":{"contentType":"item","itemVariant":"markdown","meta":{"name":"Authorization "},"children":[{"nodeType":"container","children":[{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"heading","attributes":{"level":3,"id":"affordability-(stored)/stored-affordability-authorization"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Authorization "},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"This API requires a bearer token using the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"api:stored_data"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" scope"},"children":[]}]}]}]}],"panels":[]}]}},{"label":"Gets the affordability for the transactions shared for a consent.","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/content/apis/affordability-(stored)/getaffordability","routeSlug":"/content/apis/affordability-(stored)/getaffordability","metadata":{"seo":{"title":"Gets the affordability for the transactions shared for a consent.","description":"Returns the affordability of one or more accounts including monthly affordability and transactions"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"GetAffordability","name":"Gets the affordability for the transactions shared for a consent.","isWebhook":false,"pointer":"/paths/~1stored-data~1v1~1consents~1{consentId}~1affordability/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Gets the affordability for the transactions shared for a consent.","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns the affordability of one or more accounts including monthly affordability and transactions"},{"nodeType":"security","requirements":[{"schemes":[{"name":"Bearer","scopes":["api:stored_data"],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"JWT Authorization header using the Bearer scheme."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Enter 'Bearer' [space] and then your token in the text input below."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Example: \"Bearer token123\""},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"consentId","in":"path","schemaId":"schema_72","description":"The consent ID to fetch the affordability for","required":true}],"pointer":"/paths/~1stored-data~1v1~1consents~1{consentId}~1affordability/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"accountId","in":"query","schemaId":"schema_72","description":"The account ID to fetch the affordability for.\nIf not specified, all accounts associated with this session are returned"}],"pointer":"/paths/~1stored-data~1v1~1consents~1{consentId}~1affordability/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/stored-data/v1/consents/{consentId}/affordability","servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"parameters":{"path":[{"name":"consentId","in":"path","required":true,"schemaId":"schema_72"}],"query":[{"name":"accountId","in":"query","schemaId":"schema_72"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"Bearer","type":"http","scheme":"bearer"}],"scopes":["api:stored_data"]}],"responseCodes":["200","400","401","403","404","500"],"pointer":"/stored-data/v1/consents/{consentId}/affordability","href":"affordability-(stored)/getaffordability","openApiOperationId":"GetAffordability","summary":"Gets the affordability for the transactions shared for a consent."},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Affordability Calculations for the supplied transactions linked to this consent","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_90","exampleIds":["paths/~1stored-data~1v1~1consents~1{consentId}~1affordability/get/responses/200/content/application~1json/example"]}},"schemaId":"schema_90","exampleIds":["paths/~1stored-data~1v1~1consents~1{consentId}~1affordability/get/responses/200/content/application~1json/example"]},{"code":"400","description":"Invalid transactions provided","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},{"code":"401","description":"The authorization header was invalid or not found"},{"code":"403","description":"The application is not authorised to access affordability"},{"code":"404","description":"Not Found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},{"code":"500","description":"A server error has occurred","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}],"pointer":"/paths/~1stored-data~1v1~1consents~1{consentId}~1affordability/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_90","exampleIds":["paths/~1stored-data~1v1~1consents~1{consentId}~1affordability/get/responses/200/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_90","exampleIds":["paths/~1stored-data~1v1~1consents~1{consentId}~1affordability/get/responses/200/content/application~1json/example"]}}},{"code":"400","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}},{"code":"401"},{"code":"403"},{"code":"404","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}},{"code":"500","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/affordability-(stored)/getaffordability"}],"panels":[]}]},"httpPath":"/stored-data/v1/consents/{consentId}/affordability"}],"content":{"contentType":"group","meta":{"name":"Affordability (stored)"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Affordability (stored)","showPageActions":true}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/stored-data/v1/consents/{consentId}/affordability","summary":"Gets the affordability for the transactions shared for a consent.","prefix":{"name":"get","color":"get"},"badges":[],"link":"/affordability-(stored)/getaffordability","deprecated":false}]}]}]}]}},{"type":"separator","label":"Atto Score API (Beta)","content":null},{"type":"group","label":"Atto Score","link":"/content/apis/atto-score","routeSlug":"/content/apis/atto-score","items":[{"type":"link","label":"Integration ","link":"/content/apis/atto-score/atto-score-integration","routeSlug":"/content/apis/atto-score/atto-score-integration","content":{"contentType":"item","itemVariant":"markdown","meta":{"name":"Integration "},"children":[{"nodeType":"container","children":[{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"heading","attributes":{"level":3,"id":"atto-score/atto-score-integration"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Integration "},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"If you wish to receive the Atto score, you can do so using the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"GET /atto-score/v1/consents/{consentId}/accounts/{accountId}"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"endpoint."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"In response to your call, you will receive a JSON object containing the score."},"children":[]}]}]}]}],"panels":[]}]}},{"type":"link","label":"Authorization ","link":"/content/apis/atto-score/atto-score-authorization","routeSlug":"/content/apis/atto-score/atto-score-authorization","content":{"contentType":"item","itemVariant":"markdown","meta":{"name":"Authorization "},"children":[{"nodeType":"container","children":[{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"heading","attributes":{"level":3,"id":"atto-score/atto-score-authorization"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Authorization "},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"This API requires a bearer token using the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"api:advanced_insights"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" scope"},"children":[]}]}]}]}],"panels":[]}]}},{"type":"link","label":"Errors ","link":"/content/apis/atto-score/atto-score-errors","routeSlug":"/content/apis/atto-score/atto-score-errors","content":{"contentType":"item","itemVariant":"markdown","meta":{"name":"Errors "},"children":[{"nodeType":"container","children":[{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"heading","attributes":{"level":3,"id":"atto-score/atto-score-errors"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Errors "},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Accounts must pass validation before a score can be generated. If validation fails, then requests to "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"GET /atto-score/v1/consents/{consentId}/accounts/{accountId}"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" will produce a "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"422 Unprocessable Entity"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" response. Only the first validation failure encountered will be stored and returned on request."},"children":[]}]}]},{"$$mdtype":"Node","type":"fence","attributes":{"content":"{\n    \"code\": \"atto_score_not_generated\",\n    \"description\": \"Atto Score could not be generated.\",\n    \"details\": \"<see table below for all possible failure reasons>\",\n    \"correlationId\": \"string\"\n}\n\n","language":"javascript"},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"{\n    \"code\": \"atto_score_not_generated\",\n    \"description\": \"Atto Score could not be generated.\",\n    \"details\": \"<see table below for all possible failure reasons>\",\n    \"correlationId\": \"string\"\n}\n\n"},"children":[]}]},{"$$mdtype":"Node","type":"table","attributes":{},"children":[{"$$mdtype":"Node","type":"thead","attributes":{},"children":[{"$$mdtype":"Node","type":"tr","attributes":{},"children":[{"$$mdtype":"Node","type":"th","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Possible Failures"},"children":[]}]}]}]}]},{"$$mdtype":"Node","type":"tbody","attributes":{},"children":[{"$$mdtype":"Node","type":"tr","attributes":{},"children":[{"$$mdtype":"Node","type":"td","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"No transactions"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"tr","attributes":{},"children":[{"$$mdtype":"Node","type":"td","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Account is not a GBP account"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"tr","attributes":{},"children":[{"$$mdtype":"Node","type":"td","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Account is not a Personal account"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"tr","attributes":{},"children":[{"$$mdtype":"Node","type":"td","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Account is not a Current account"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"tr","attributes":{},"children":[{"$$mdtype":"Node","type":"td","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The minimum transaction period of 90 days was not met"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"tr","attributes":{},"children":[{"$$mdtype":"Node","type":"td","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The minimum transaction count of 50 was not met"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"tr","attributes":{},"children":[{"$$mdtype":"Node","type":"td","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Transactions without BookingDate"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"tr","attributes":{},"children":[{"$$mdtype":"Node","type":"td","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Account balances are null"},"children":[]}]}]}]}]}]}]}],"panels":[]}]}},{"label":"Get Atto Score","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/content/apis/atto-score/paths/~1atto-score~1v1~1consents~1{consentid}~1accounts~1{accountid}/get","routeSlug":"/content/apis/atto-score/paths/~1atto-score~1v1~1consents~1{consentid}~1accounts~1{accountid}/get","metadata":{"seo":{"title":"Get Atto Score","description":"Get Atto Score"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"name":"Get Atto Score","isWebhook":false,"pointer":"/paths/~1atto-score~1v1~1consents~1{consentId}~1accounts~1{accountId}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get Atto Score","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"Bearer","scopes":["api:advanced_insights"],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"JWT Authorization header using the Bearer scheme."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Enter 'Bearer' [space] and then your token in the text input below."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Example: \"Bearer token123\""},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"consentId","in":"path","schemaId":"schema_72","description":"The consent ID for which we want to fetch the atto-score","required":true},{"name":"accountId","in":"path","schemaId":"schema_72","description":"The account ID for which we want to fetch the atto-score","required":true}],"pointer":"/paths/~1atto-score~1v1~1consents~1{consentId}~1accounts~1{accountId}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/atto-score/v1/consents/{consentId}/accounts/{accountId}","servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"parameters":{"path":[{"name":"consentId","in":"path","required":true,"schemaId":"schema_72"},{"name":"accountId","in":"path","required":true,"schemaId":"schema_72"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"Bearer","type":"http","scheme":"bearer"}],"scopes":["api:advanced_insights"]}],"responseCodes":["200","400","401","403","404","422","500"],"pointer":"/atto-score/v1/consents/{consentId}/accounts/{accountId}","href":"atto-score/paths/~1atto-score~1v1~1consents~1{consentid}~1accounts~1{accountid}/get","summary":"Get Atto Score"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Atto Score result for the account specified","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Insights.Service.Models.AdvancedInsights.AttoScore.AttoScoreResponse"}},"schemaId":"components/schemas/DirectID.Insights.Service.Models.AdvancedInsights.AttoScore.AttoScoreResponse"},{"code":"400","description":"The Consent ID is invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},{"code":"401","description":"The authorization header was invalid or not found"},{"code":"403","description":"The application is not authorized to access atto-score","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},{"code":"404","description":"The atto-score data was not found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},{"code":"422","description":"Atto-score could not be generated","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},{"code":"500","description":"A server error has occurred","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}],"pointer":"/paths/~1atto-score~1v1~1consents~1{consentId}~1accounts~1{accountId}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DirectID.Insights.Service.Models.AdvancedInsights.AttoScore.AttoScoreResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Insights.Service.Models.AdvancedInsights.AttoScore.AttoScoreResponse"}}},{"code":"400","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}},{"code":"401"},{"code":"403","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}},{"code":"404","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}},{"code":"422","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}},{"code":"500","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/atto-score/paths/~1atto-score~1v1~1consents~1{consentid}~1accounts~1{accountid}/get"}],"panels":[]}]},"httpPath":"/atto-score/v1/consents/{consentId}/accounts/{accountId}"}],"content":{"contentType":"group","meta":{"name":"Atto Score"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Atto Score","showPageActions":true}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/atto-score/v1/consents/{consentId}/accounts/{accountId}","summary":"Get Atto Score","prefix":{"name":"get","color":"get"},"badges":[],"link":"/atto-score/paths/~1atto-score~1v1~1consents~1{consentid}~1accounts~1{accountid}/get","deprecated":false}]}]}]}]}},{"type":"separator","label":"Advanced Consumer Insights API","content":null},{"type":"group","label":"Consumer Financial Health","link":"/content/apis/consumer-financial-health","routeSlug":"/content/apis/consumer-financial-health","items":[{"type":"link","label":"Integration ","link":"/content/apis/consumer-financial-health/consumer-financial-health-integration","routeSlug":"/content/apis/consumer-financial-health/consumer-financial-health-integration","content":{"contentType":"item","itemVariant":"markdown","meta":{"name":"Integration "},"children":[{"nodeType":"container","children":[{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"heading","attributes":{"level":3,"id":"consumer-financial-health/consumer-financial-health-integration"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Integration "},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"If the individual has connected their account using Atto Connect, you can use the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"GET /advanced-insights/v1/consents/{consentId}/consumer-financial-health"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" endpoint to verify an individual's financial health."},"children":[]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"br","attrs":{}},"children":[]}]}],"panels":[]}]}},{"type":"link","label":"Authorization ","link":"/content/apis/consumer-financial-health/consumer-financial-health-authorization","routeSlug":"/content/apis/consumer-financial-health/consumer-financial-health-authorization","content":{"contentType":"item","itemVariant":"markdown","meta":{"name":"Authorization "},"children":[{"nodeType":"container","children":[{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"heading","attributes":{"level":3,"id":"consumer-financial-health/consumer-financial-health-authorization"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Authorization "},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"This API requires a bearer token using the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"api:advanced_insights"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" scope. Also bear in mind that this API works only when data storage is enabled"},"children":[]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"br","attrs":{}},"children":[]}]}],"panels":[]}]}},{"type":"link","label":"Details ","link":"/content/apis/consumer-financial-health/consumer-financial-health-details","routeSlug":"/content/apis/consumer-financial-health/consumer-financial-health-details","content":{"contentType":"item","itemVariant":"markdown","meta":{"name":"Details "},"children":[{"nodeType":"container","children":[{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"heading","attributes":{"level":3,"id":"consumer-financial-health/consumer-financial-health-details"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Details "},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"We are taking customers' current balance as a basis for the calculation. Current balance does not contain any "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Pending"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" transactions and drawn Overdraft amount. However our API response contains available balance amount, which will include "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Pending"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" transactions and drawn Overdraft amount if there are any."},"children":[]}]}]},{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"-"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"In case it is possible to get 365 days worth of data from the bank, then the service will return calculations for all available periods: "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"lastThirtyDays"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"lastSixtyDays"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"lastNinetyDays"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"lastOneEightyDays"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"lastThreeSixtyDays"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"If data period is less than 365 days (for example 90 days), then service will return calculations for "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"lastThirtyDays"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"lastSixtyDays"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" and "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"lastNinetyDays"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":". Calculations for all other periods will be equal to "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"lastNinetyDays"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"If the account has had no recent activity then some of the calculations will likely be zero. For example, if there have been no transactions within the past 30 days, then the Total Credit and Total Debit for the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"lastThirtyDays"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" would be zero. The remaining values will be calculated based on the account balance amount."},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"If data period is more than 365 days, then we will return all available periods up to "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"lastThreeSixtyDays"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"To capture the most recent developments and account trends it is recommended to analyze each calculation over all time periods."},"children":[]}]}]}]}]}]}],"panels":[]}]}},{"label":"Get Consumer Financial Health","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/content/apis/consumer-financial-health/getconsumerfinancialhealthasync","routeSlug":"/content/apis/consumer-financial-health/getconsumerfinancialhealthasync","metadata":{"seo":{"title":"Get Consumer Financial Health","description":"Get Consumer Financial Health"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"GetConsumerFinancialHealthAsync","name":"Get Consumer Financial Health","isWebhook":false,"pointer":"/paths/~1advanced-insights~1v1~1consents~1{consentId}~1consumer-financial-health/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get Consumer Financial Health","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Get Consumer Financial Health"},{"nodeType":"security","requirements":[{"schemes":[{"name":"Bearer","scopes":["api:advanced_insights"],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"JWT Authorization header using the Bearer scheme."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Enter 'Bearer' [space] and then your token in the text input below."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Example: \"Bearer token123\""},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"consentId","in":"path","schemaId":"schema_72","description":"The consent ID to fetch the Financial Health Results","required":true}],"pointer":"/paths/~1advanced-insights~1v1~1consents~1{consentId}~1consumer-financial-health/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/advanced-insights/v1/consents/{consentId}/consumer-financial-health","servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"parameters":{"path":[{"name":"consentId","in":"path","required":true,"schemaId":"schema_72"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"Bearer","type":"http","scheme":"bearer"}],"scopes":["api:advanced_insights"]}],"responseCodes":["200","401","403","404","500"],"pointer":"/advanced-insights/v1/consents/{consentId}/consumer-financial-health","href":"consumer-financial-health/getconsumerfinancialhealthasync","openApiOperationId":"GetConsumerFinancialHealthAsync","summary":"Get Consumer Financial Health"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Financial Health results for the accounts linked to this consent","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Insights.Service.Models.Paging.PaginatedResponse.DirectID.Insights.Service.Models.AdvancedInsights.ConsumerAccountFinancialHealth","exampleIds":["paths/~1advanced-insights~1v1~1consents~1{consentId}~1consumer-financial-health/get/responses/200/content/application~1json/example"]}},"schemaId":"components/schemas/DirectID.Insights.Service.Models.Paging.PaginatedResponse.DirectID.Insights.Service.Models.AdvancedInsights.ConsumerAccountFinancialHealth","exampleIds":["paths/~1advanced-insights~1v1~1consents~1{consentId}~1consumer-financial-health/get/responses/200/content/application~1json/example"]},{"code":"401","description":"The authorization header was invalid or not found"},{"code":"403","description":"The application is not authorized to access consumer financial health","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},{"code":"404","description":"ConsentId was not found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},{"code":"500","description":"A server error has occurred","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}],"pointer":"/paths/~1advanced-insights~1v1~1consents~1{consentId}~1consumer-financial-health/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DirectID.Insights.Service.Models.Paging.PaginatedResponse.DirectID.Insights.Service.Models.AdvancedInsights.ConsumerAccountFinancialHealth","exampleIds":["paths/~1advanced-insights~1v1~1consents~1{consentId}~1consumer-financial-health/get/responses/200/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Insights.Service.Models.Paging.PaginatedResponse.DirectID.Insights.Service.Models.AdvancedInsights.ConsumerAccountFinancialHealth","exampleIds":["paths/~1advanced-insights~1v1~1consents~1{consentId}~1consumer-financial-health/get/responses/200/content/application~1json/example"]}}},{"code":"401"},{"code":"403","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}},{"code":"404","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}},{"code":"500","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/consumer-financial-health/getconsumerfinancialhealthasync"}],"panels":[]}]},"httpPath":"/advanced-insights/v1/consents/{consentId}/consumer-financial-health"}],"content":{"contentType":"group","meta":{"name":"Consumer Financial Health"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Consumer Financial Health","showPageActions":true}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/advanced-insights/v1/consents/{consentId}/consumer-financial-health","summary":"Get Consumer Financial Health","prefix":{"name":"get","color":"get"},"badges":[],"link":"/consumer-financial-health/getconsumerfinancialhealthasync","deprecated":false}]}]}]}]}},{"type":"separator","label":"Advanced Business Insights API","content":null},{"type":"group","label":"Business Financial Health","link":"/content/apis/business-financial-health","routeSlug":"/content/apis/business-financial-health","items":[{"type":"link","label":"Integration ","link":"/content/apis/business-financial-health/business-financial-health-integration","routeSlug":"/content/apis/business-financial-health/business-financial-health-integration","content":{"contentType":"item","itemVariant":"markdown","meta":{"name":"Integration "},"children":[{"nodeType":"container","children":[{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"heading","attributes":{"level":3,"id":"business-financial-health/business-financial-health-integration"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Integration "},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"If the individual has connected their account using Atto Connect, you can use the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"GET /advanced-insights/v1/consents/{consentId}/business-financial-health"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" endpoint to verify a business' financial health."},"children":[]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"br","attrs":{}},"children":[]}]}],"panels":[]}]}},{"type":"link","label":"Authorization ","link":"/content/apis/business-financial-health/business-financial-health-authorization","routeSlug":"/content/apis/business-financial-health/business-financial-health-authorization","content":{"contentType":"item","itemVariant":"markdown","meta":{"name":"Authorization "},"children":[{"nodeType":"container","children":[{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"heading","attributes":{"level":3,"id":"business-financial-health/business-financial-health-authorization"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Authorization "},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"This API requires a bearer token using the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"api:advanced_insights"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" scope. Also bear in mind that this API works only when data storage is enabled"},"children":[]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"br","attrs":{}},"children":[]}]}],"panels":[]}]}},{"type":"link","label":"Details ","link":"/content/apis/business-financial-health/business-financial-health-details","routeSlug":"/content/apis/business-financial-health/business-financial-health-details","content":{"contentType":"item","itemVariant":"markdown","meta":{"name":"Details "},"children":[{"nodeType":"container","children":[{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"heading","attributes":{"level":3,"id":"business-financial-health/business-financial-health-details"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Details "},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"We are taking customers' current balance as a basis for the calculation. Current balance does not contain any "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Pending"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" transactions and drawn Overdraft amount. However our API response contains available balance amount, which will include "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Pending"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" transactions and drawn Overdraft amount if there are any."},"children":[]}]}]},{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"-"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"In case it is possible to get 365 days worth of data from the bank, then the service will return calculations for all available periods: "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"lastThirtyDays"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"lastSixtyDays"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"lastNinetyDays"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"lastOneEightyDays"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"lastThreeSixtyDays"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"If data period is less than 365 days (for example 90 days), then service will return calculations for "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"lastThirtyDays"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"lastSixtyDays"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" and "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"lastNinetyDays"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":". Calculations for all other periods will be equal to "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"lastNinetyDays"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"If the account has had no recent activity then some of the calculations will likely be zero. For example, if there have been no transactions within the past 30 days, then the Total Credit and Total Debit for the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"lastThirtyDays"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" would be zero. The remaining values will be calculated based on the account balance amount."},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"If data period is more than 365 days, then we will return all available periods up to "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"lastThreeSixtyDays"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"To capture the most recent developments and account trends it is recommended to analyze each calculation over all time periods."},"children":[]}]}]}]}]}]}],"panels":[]}]}},{"label":"Get Business Financial Health","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/content/apis/business-financial-health/getbusinessfinancialhealthasync","routeSlug":"/content/apis/business-financial-health/getbusinessfinancialhealthasync","metadata":{"seo":{"title":"Get Business Financial Health","description":"Get Business Financial Health"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"GetBusinessFinancialHealthAsync","name":"Get Business Financial Health","isWebhook":false,"pointer":"/paths/~1advanced-insights~1v1~1consents~1{consentId}~1business-financial-health/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get Business Financial Health","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Get Business Financial Health"},{"nodeType":"security","requirements":[{"schemes":[{"name":"Bearer","scopes":["api:advanced_insights"],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"JWT Authorization header using the Bearer scheme."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Enter 'Bearer' [space] and then your token in the text input below."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Example: \"Bearer token123\""},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"consentId","in":"path","schemaId":"schema_72","description":"The consent ID to fetch the Financial Health Results","required":true}],"pointer":"/paths/~1advanced-insights~1v1~1consents~1{consentId}~1business-financial-health/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/advanced-insights/v1/consents/{consentId}/business-financial-health","servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"parameters":{"path":[{"name":"consentId","in":"path","required":true,"schemaId":"schema_72"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"Bearer","type":"http","scheme":"bearer"}],"scopes":["api:advanced_insights"]}],"responseCodes":["200","401","403","404","500"],"pointer":"/advanced-insights/v1/consents/{consentId}/business-financial-health","href":"business-financial-health/getbusinessfinancialhealthasync","openApiOperationId":"GetBusinessFinancialHealthAsync","summary":"Get Business Financial Health"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Financial Health results for the accounts linked to this consent","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Insights.Service.Models.Paging.PaginatedResponse.DirectID.Insights.Service.Models.AdvancedInsights.BusinessAccountFinancialHealth","exampleIds":["paths/~1advanced-insights~1v1~1consents~1{consentId}~1business-financial-health/get/responses/200/content/application~1json/example"]}},"schemaId":"components/schemas/DirectID.Insights.Service.Models.Paging.PaginatedResponse.DirectID.Insights.Service.Models.AdvancedInsights.BusinessAccountFinancialHealth","exampleIds":["paths/~1advanced-insights~1v1~1consents~1{consentId}~1business-financial-health/get/responses/200/content/application~1json/example"]},{"code":"401","description":"The authorization header was invalid or not found"},{"code":"403","description":"The application is not authorized to access business financial health","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},{"code":"404","description":"ConsentId was not found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},{"code":"500","description":"A server error has occurred","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}],"pointer":"/paths/~1advanced-insights~1v1~1consents~1{consentId}~1business-financial-health/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DirectID.Insights.Service.Models.Paging.PaginatedResponse.DirectID.Insights.Service.Models.AdvancedInsights.BusinessAccountFinancialHealth","exampleIds":["paths/~1advanced-insights~1v1~1consents~1{consentId}~1business-financial-health/get/responses/200/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Insights.Service.Models.Paging.PaginatedResponse.DirectID.Insights.Service.Models.AdvancedInsights.BusinessAccountFinancialHealth","exampleIds":["paths/~1advanced-insights~1v1~1consents~1{consentId}~1business-financial-health/get/responses/200/content/application~1json/example"]}}},{"code":"401"},{"code":"403","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}},{"code":"404","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}},{"code":"500","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/business-financial-health/getbusinessfinancialhealthasync"}],"panels":[]}]},"httpPath":"/advanced-insights/v1/consents/{consentId}/business-financial-health"}],"content":{"contentType":"group","meta":{"name":"Business Financial Health"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Business Financial Health","showPageActions":true}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/advanced-insights/v1/consents/{consentId}/business-financial-health","summary":"Get Business Financial Health","prefix":{"name":"get","color":"get"},"badges":[],"link":"/business-financial-health/getbusinessfinancialhealthasync","deprecated":false}]}]}]}]}},{"type":"separator","label":"Insights Engine","content":null},{"type":"group","label":"Categorisation Engine","link":"/content/apis/categorisation-engine","routeSlug":"/content/apis/categorisation-engine","items":[{"type":"link","label":"Integration ","link":"/content/apis/categorisation-engine/categorisation-integration","routeSlug":"/content/apis/categorisation-engine/categorisation-integration","content":{"contentType":"item","itemVariant":"markdown","meta":{"name":"Integration "},"children":[{"nodeType":"container","children":[{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"heading","attributes":{"level":3,"id":"categorisation-engine/categorisation-integration"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Integration "},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"If you wish to categorise any transactions that you have, you can do so using the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"POST /insights-engine/v1/enrich-transactions"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" endpoint."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"This will be using the data supplied via the endpoint in the request. Please ensure that this product is enabled for your app by talking to support before using this endpoint."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"In response to your call, you will receive a JSON object containing the original transations with added classes and categories along with confidence score, and merchant name."},"children":[]}]}]}]}],"panels":[]}]}},{"type":"link","label":"Authorization ","link":"/content/apis/categorisation-engine/categorisation-authorization","routeSlug":"/content/apis/categorisation-engine/categorisation-authorization","content":{"contentType":"item","itemVariant":"markdown","meta":{"name":"Authorization "},"children":[{"nodeType":"container","children":[{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"heading","attributes":{"level":3,"id":"categorisation-engine/categorisation-authorization"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Authorization "},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"This API requires a bearer token using the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"api:data"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" scope"},"children":[]}]}]}]}],"panels":[]}]}},{"label":"Adds categorisation, classification and predicts a merchant name for transactions supplied.","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/content/apis/categorisation-engine/enrichtransactions","routeSlug":"/content/apis/categorisation-engine/enrichtransactions","metadata":{"seo":{"title":"Adds categorisation, classification and predicts a merchant name for transactions supplied.","description":"Adds categorisation, classification and predicts a merchant name for transactions supplied."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"EnrichTransactions","name":"Adds categorisation, classification and predicts a merchant name for transactions supplied.","isWebhook":false,"pointer":"/paths/~1insights-engine~1v1~1enrich-transactions/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Adds categorisation, classification and predicts a merchant name for transactions supplied.","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Adds categorisation, classification and predicts a merchant name for transactions supplied."},{"nodeType":"security","requirements":[{"schemes":[{"name":"Bearer","scopes":["api:data"],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"JWT Authorization header using the Bearer scheme."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Enter 'Bearer' [space] and then your token in the text input below."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Example: \"Bearer token123\""},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"useLegacyCategorisation","in":"query","schemaId":"schema_88","description":"Flag whether to use the latest or legacy categorisation service"},{"name":"confidenceFloor","in":"query","schemaId":"schema_91","description":"Value from 0.0 to 1.0 which will return transactions as uncategorised if the category confidence is below this value"}],"pointer":"/paths/~1insights-engine~1v1~1enrich-transactions/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","mediaTypes":["application/json-patch+json","application/json","text/json","application/*+json"],"mediaTypeSchemas":{"application/json-patch+json":{"schemaId":"components/schemas/DirectID.Data.API.Models.Categorisation.Request.CategorisationRequest"},"application/json":{"schemaId":"components/schemas/DirectID.Data.API.Models.Categorisation.Request.CategorisationRequest"},"text/json":{"schemaId":"components/schemas/DirectID.Data.API.Models.Categorisation.Request.CategorisationRequest"},"application/*+json":{"schemaId":"components/schemas/DirectID.Data.API.Models.Categorisation.Request.CategorisationRequest"}},"schemaId":"components/schemas/DirectID.Data.API.Models.Categorisation.Request.CategorisationRequest","pointer":"/paths/~1insights-engine~1v1~1enrich-transactions/post/requestBody","description":"Request body for categorisation"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/insights-engine/v1/enrich-transactions","servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"parameters":{"path":[],"query":[{"name":"useLegacyCategorisation","in":"query","schemaId":"schema_88"},{"name":"confidenceFloor","in":"query","schemaId":"schema_91"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"Bearer","type":"http","scheme":"bearer"}],"scopes":["api:data"]}],"requestBody":{"application/json-patch+json":{"schemaId":"components/schemas/DirectID.Data.API.Models.Categorisation.Request.CategorisationRequest"},"application/json":{"schemaId":"components/schemas/DirectID.Data.API.Models.Categorisation.Request.CategorisationRequest"},"text/json":{"schemaId":"components/schemas/DirectID.Data.API.Models.Categorisation.Request.CategorisationRequest"},"application/*+json":{"schemaId":"components/schemas/DirectID.Data.API.Models.Categorisation.Request.CategorisationRequest"}},"responseCodes":["200","400","401","403","500"],"pointer":"/insights-engine/v1/enrich-transactions","href":"categorisation-engine/enrichtransactions","openApiOperationId":"EnrichTransactions","summary":"Adds categorisation, classification and predicts a merchant name for transactions supplied."},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"schemaId":"components/schemas/DirectID.Data.API.Models.Categorisation.Request.CategorisationRequest","mediaTypes":["application/json-patch+json","application/json","text/json","application/*+json"],"mediaTypeSchemas":{"application/json-patch+json":{"schemaId":"components/schemas/DirectID.Data.API.Models.Categorisation.Request.CategorisationRequest"},"application/json":{"schemaId":"components/schemas/DirectID.Data.API.Models.Categorisation.Request.CategorisationRequest"},"text/json":{"schemaId":"components/schemas/DirectID.Data.API.Models.Categorisation.Request.CategorisationRequest"},"application/*+json":{"schemaId":"components/schemas/DirectID.Data.API.Models.Categorisation.Request.CategorisationRequest"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Categorisation result for the supplied transactions","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_92","exampleIds":["paths/~1insights-engine~1v1~1enrich-transactions/post/responses/200/content/application~1json/example"]}},"schemaId":"schema_92","exampleIds":["paths/~1insights-engine~1v1~1enrich-transactions/post/responses/200/content/application~1json/example"]},{"code":"400","description":"Invalid request data was provided","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},{"code":"401","description":"The authorization header was invalid or not found"},{"code":"403","description":"The application is not authorized to access categorisation","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},{"code":"500","description":"A server error has occurred","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}],"pointer":"/paths/~1insights-engine~1v1~1enrich-transactions/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_92","exampleIds":["paths/~1insights-engine~1v1~1enrich-transactions/post/responses/200/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_92","exampleIds":["paths/~1insights-engine~1v1~1enrich-transactions/post/responses/200/content/application~1json/example"]}}},{"code":"400","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}},{"code":"401"},{"code":"403","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}},{"code":"500","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/categorisation-engine/enrichtransactions"}],"panels":[]}]},"httpPath":"/insights-engine/v1/enrich-transactions"}],"content":{"contentType":"group","meta":{"name":"Categorisation Engine"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Categorisation Engine","showPageActions":true}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/insights-engine/v1/enrich-transactions","summary":"Adds categorisation, classification and predicts a merchant name for transactions supplied.","prefix":{"name":"post","color":"post"},"badges":[],"link":"/categorisation-engine/enrichtransactions","deprecated":false}]}]}]}]}},{"type":"group","label":"Income Verification Engine","link":"/content/apis/income-verification-engine","routeSlug":"/content/apis/income-verification-engine","items":[{"type":"link","label":"Integration ","link":"/content/apis/income-verification-engine/income-verification-engine-integration","routeSlug":"/content/apis/income-verification-engine/income-verification-engine-integration","content":{"contentType":"item","itemVariant":"markdown","meta":{"name":"Integration "},"children":[{"nodeType":"container","children":[{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"heading","attributes":{"level":3,"id":"income-verification-engine/income-verification-engine-integration"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Integration "},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"If you wish to verify an individual's income with your own transaction data, you can do so using the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"POST /insights-engine/v1/income-verification"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" endpoint."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"This will be using the data supplied via the endpoint in the request. Please ensure that this product is enabled for your app by talking to support before using this endpoint."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"There are two additional query parameters that can be specified when making a request:"},"children":[]}]}]},{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"*"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"excludeBenefits"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" that will omit transactions and income streams that were identified as benefits (UK only)"},"children":[]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"includeFlags"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" that will return an extended response containing all the flags used in calculating confidence score rather than just the confidence score itself."},"children":[]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"In response to your call, you will receive a JSON object containing relevant income streams along with confidence score and estimated salary for each one, as well as a total confidence score and estimated salary for all income streams combined."},"children":[]}]}]}]}],"panels":[]}]}},{"type":"link","label":"Authorization ","link":"/content/apis/income-verification-engine/income-verification-engine-authorization","routeSlug":"/content/apis/income-verification-engine/income-verification-engine-authorization","content":{"contentType":"item","itemVariant":"markdown","meta":{"name":"Authorization "},"children":[{"nodeType":"container","children":[{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"heading","attributes":{"level":3,"id":"income-verification-engine/income-verification-engine-authorization"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Authorization "},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"This API requires a bearer token using the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"api:data"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" scope"},"children":[]}]}]}]}],"panels":[]}]}},{"label":"Processes the income verifications for the accounts supplied.","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/content/apis/income-verification-engine/processincomeverification","routeSlug":"/content/apis/income-verification-engine/processincomeverification","metadata":{"seo":{"title":"Processes the income verifications for the accounts supplied.","description":"Processes the income verifications for the accounts supplied."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"ProcessIncomeVerification","name":"Processes the income verifications for the accounts supplied.","isWebhook":false,"pointer":"/paths/~1insights-engine~1v1~1income-verification/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Processes the income verifications for the accounts supplied.","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Processes the income verifications for the accounts supplied."},{"nodeType":"security","requirements":[{"schemes":[{"name":"Bearer","scopes":["api:data"],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"JWT Authorization header using the Bearer scheme."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Enter 'Bearer' [space] and then your token in the text input below."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Example: \"Bearer token123\""},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","mediaTypes":["application/json-patch+json","application/json","text/json","application/*+json"],"mediaTypeSchemas":{"application/json-patch+json":{"schemaId":"components/schemas/DirectID.Data.API.Models.IncomeVerification.Request.API.IncomeVerificationRequest"},"application/json":{"schemaId":"components/schemas/DirectID.Data.API.Models.IncomeVerification.Request.API.IncomeVerificationRequest"},"text/json":{"schemaId":"components/schemas/DirectID.Data.API.Models.IncomeVerification.Request.API.IncomeVerificationRequest"},"application/*+json":{"schemaId":"components/schemas/DirectID.Data.API.Models.IncomeVerification.Request.API.IncomeVerificationRequest"}},"schemaId":"components/schemas/DirectID.Data.API.Models.IncomeVerification.Request.API.IncomeVerificationRequest","pointer":"/paths/~1insights-engine~1v1~1income-verification/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/insights-engine/v1/income-verification","servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"Bearer","type":"http","scheme":"bearer"}],"scopes":["api:data"]}],"requestBody":{"application/json-patch+json":{"schemaId":"components/schemas/DirectID.Data.API.Models.IncomeVerification.Request.API.IncomeVerificationRequest"},"application/json":{"schemaId":"components/schemas/DirectID.Data.API.Models.IncomeVerification.Request.API.IncomeVerificationRequest"},"text/json":{"schemaId":"components/schemas/DirectID.Data.API.Models.IncomeVerification.Request.API.IncomeVerificationRequest"},"application/*+json":{"schemaId":"components/schemas/DirectID.Data.API.Models.IncomeVerification.Request.API.IncomeVerificationRequest"}},"responseCodes":["200","400","401","403","500"],"pointer":"/insights-engine/v1/income-verification","href":"income-verification-engine/processincomeverification","openApiOperationId":"ProcessIncomeVerification","summary":"Processes the income verifications for the accounts supplied."},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"schemaId":"components/schemas/DirectID.Data.API.Models.IncomeVerification.Request.API.IncomeVerificationRequest","mediaTypes":["application/json-patch+json","application/json","text/json","application/*+json"],"mediaTypeSchemas":{"application/json-patch+json":{"schemaId":"components/schemas/DirectID.Data.API.Models.IncomeVerification.Request.API.IncomeVerificationRequest"},"application/json":{"schemaId":"components/schemas/DirectID.Data.API.Models.IncomeVerification.Request.API.IncomeVerificationRequest"},"text/json":{"schemaId":"components/schemas/DirectID.Data.API.Models.IncomeVerification.Request.API.IncomeVerificationRequest"},"application/*+json":{"schemaId":"components/schemas/DirectID.Data.API.Models.IncomeVerification.Request.API.IncomeVerificationRequest"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Income Verification result for the supplied accounts","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_93","exampleIds":["paths/~1insights-engine~1v1~1income-verification/post/responses/200/content/application~1json/example"]}},"schemaId":"schema_93","exampleIds":["paths/~1insights-engine~1v1~1income-verification/post/responses/200/content/application~1json/example"]},{"code":"400","description":"Invalid request data was provided","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},{"code":"401","description":"The authorization header was invalid or not found"},{"code":"403","description":"The application is not authorized to access income verification","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},{"code":"500","description":"A server error has occurred","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}],"pointer":"/paths/~1insights-engine~1v1~1income-verification/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_93","exampleIds":["paths/~1insights-engine~1v1~1income-verification/post/responses/200/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_93","exampleIds":["paths/~1insights-engine~1v1~1income-verification/post/responses/200/content/application~1json/example"]}}},{"code":"400","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}},{"code":"401"},{"code":"403","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}},{"code":"500","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/income-verification-engine/processincomeverification"}],"panels":[]}]},"httpPath":"/insights-engine/v1/income-verification"}],"content":{"contentType":"group","meta":{"name":"Income Verification Engine"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Income Verification Engine","showPageActions":true}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/insights-engine/v1/income-verification","summary":"Processes the income verifications for the accounts supplied.","prefix":{"name":"post","color":"post"},"badges":[],"link":"/income-verification-engine/processincomeverification","deprecated":false}]}]}]}]}},{"type":"group","label":"Affordability Engine","link":"/content/apis/affordability-engine","routeSlug":"/content/apis/affordability-engine","items":[{"type":"link","label":"Integration ","link":"/content/apis/affordability-engine/affordability-engine-integration","routeSlug":"/content/apis/affordability-engine/affordability-engine-integration","content":{"contentType":"item","itemVariant":"markdown","meta":{"name":"Integration "},"children":[{"nodeType":"container","children":[{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"heading","attributes":{"level":3,"id":"affordability-engine/affordability-engine-integration"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Integration "},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"If you wish to calculate affordability with any transactions that you have, you can do so using the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"POST /insights-engine/v1/affordability"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" endpoint. This will be using the data supplied via the endpoint in the request. Please ensure that this product is enabled for your app by talking to support before using this endpoint."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"There are one additional request parameters that can be specified when making a request:"},"children":[]}]}]},{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"*"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"includeFlexibleCosts"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", when "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"true"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", returns transactions marked as flexible and will include those transactions in the affordability calculation. When this value is "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"false"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", it will still return the transactions marked as flexible but will omit those transactions from the affordability calculation. Please note that "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"flexibleCosts"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" and "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"estimatedFlexibleCosts"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" values will be still shown in case there have been transactions that are associated with flexible costs, but these values are not taken into account while calculating "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"estimatedAffordability"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":". Note, the default value for this parameter is "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"true"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"In response to your call, you will receive a JSON object containing each months affordability with an estimated total for the months supplied."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"There is a maximum transaction threshold of 5000 which will return an invalid request response if the number of transaction sent is greater than this."},"children":[]}]}]}]}],"panels":[]}]}},{"type":"link","label":"Authorization ","link":"/content/apis/affordability-engine/affordability-engine-authorization","routeSlug":"/content/apis/affordability-engine/affordability-engine-authorization","content":{"contentType":"item","itemVariant":"markdown","meta":{"name":"Authorization "},"children":[{"nodeType":"container","children":[{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"heading","attributes":{"level":3,"id":"affordability-engine/affordability-engine-authorization"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Authorization "},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"This API requires a bearer token using the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"api:data"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" scope"},"children":[]}]}]}]}],"panels":[]}]}},{"label":"Processes affordability for the transactions supplied.","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/content/apis/affordability-engine/processaffordability","routeSlug":"/content/apis/affordability-engine/processaffordability","metadata":{"seo":{"title":"Processes affordability for the transactions supplied.","description":"Processes affordability for the transactions supplied."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"ProcessAffordability","name":"Processes affordability for the transactions supplied.","isWebhook":false,"pointer":"/paths/~1insights-engine~1v1~1affordability/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Processes affordability for the transactions supplied.","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Processes affordability for the transactions supplied."},{"nodeType":"security","requirements":[{"schemes":[{"name":"Bearer","scopes":["api:data"],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"JWT Authorization header using the Bearer scheme."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Enter 'Bearer' [space] and then your token in the text input below."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Example: \"Bearer token123\""},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"useLegacyCategorisation","in":"query","schemaId":"schema_88","description":"Flag whether to use the latest or legacy categorisation service"},{"name":"confidenceFloor","in":"query","schemaId":"schema_91","description":"Value from 0.0 to 1.0 which will return transactions as uncategorised if the category confidence is below this value"}],"pointer":"/paths/~1insights-engine~1v1~1affordability/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","mediaTypes":["application/json-patch+json","application/json","text/json","application/*+json"],"mediaTypeSchemas":{"application/json-patch+json":{"schemaId":"components/schemas/DirectID.Data.API.Models.Affordability.Request.AffordabilityEngineRequest"},"application/json":{"schemaId":"components/schemas/DirectID.Data.API.Models.Affordability.Request.AffordabilityEngineRequest"},"text/json":{"schemaId":"components/schemas/DirectID.Data.API.Models.Affordability.Request.AffordabilityEngineRequest"},"application/*+json":{"schemaId":"components/schemas/DirectID.Data.API.Models.Affordability.Request.AffordabilityEngineRequest"}},"schemaId":"components/schemas/DirectID.Data.API.Models.Affordability.Request.AffordabilityEngineRequest","pointer":"/paths/~1insights-engine~1v1~1affordability/post/requestBody","description":"The BYOD affordability processing request"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/insights-engine/v1/affordability","servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"parameters":{"path":[],"query":[{"name":"useLegacyCategorisation","in":"query","schemaId":"schema_88"},{"name":"confidenceFloor","in":"query","schemaId":"schema_91"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"Bearer","type":"http","scheme":"bearer"}],"scopes":["api:data"]}],"requestBody":{"application/json-patch+json":{"schemaId":"components/schemas/DirectID.Data.API.Models.Affordability.Request.AffordabilityEngineRequest"},"application/json":{"schemaId":"components/schemas/DirectID.Data.API.Models.Affordability.Request.AffordabilityEngineRequest"},"text/json":{"schemaId":"components/schemas/DirectID.Data.API.Models.Affordability.Request.AffordabilityEngineRequest"},"application/*+json":{"schemaId":"components/schemas/DirectID.Data.API.Models.Affordability.Request.AffordabilityEngineRequest"}},"responseCodes":["200","400","401","403","500"],"pointer":"/insights-engine/v1/affordability","href":"affordability-engine/processaffordability","openApiOperationId":"ProcessAffordability","summary":"Processes affordability for the transactions supplied."},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"schemaId":"components/schemas/DirectID.Data.API.Models.Affordability.Request.AffordabilityEngineRequest","mediaTypes":["application/json-patch+json","application/json","text/json","application/*+json"],"mediaTypeSchemas":{"application/json-patch+json":{"schemaId":"components/schemas/DirectID.Data.API.Models.Affordability.Request.AffordabilityEngineRequest"},"application/json":{"schemaId":"components/schemas/DirectID.Data.API.Models.Affordability.Request.AffordabilityEngineRequest"},"text/json":{"schemaId":"components/schemas/DirectID.Data.API.Models.Affordability.Request.AffordabilityEngineRequest"},"application/*+json":{"schemaId":"components/schemas/DirectID.Data.API.Models.Affordability.Request.AffordabilityEngineRequest"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Affordability Calculations for the supplied transactions","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Data.API.Models.Affordability.Response.AffordabilityEngineResponse","exampleIds":["paths/~1insights-engine~1v1~1affordability/post/responses/200/content/application~1json/example"]}},"schemaId":"components/schemas/DirectID.Data.API.Models.Affordability.Response.AffordabilityEngineResponse","exampleIds":["paths/~1insights-engine~1v1~1affordability/post/responses/200/content/application~1json/example"]},{"code":"400","description":"Invalid transactions provided","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},{"code":"401","description":"The authorization header was invalid or not found"},{"code":"403","description":"The application is not authorised to access affordability","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},{"code":"500","description":"A server error has occurred","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}],"pointer":"/paths/~1insights-engine~1v1~1affordability/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DirectID.Data.API.Models.Affordability.Response.AffordabilityEngineResponse","exampleIds":["paths/~1insights-engine~1v1~1affordability/post/responses/200/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Data.API.Models.Affordability.Response.AffordabilityEngineResponse","exampleIds":["paths/~1insights-engine~1v1~1affordability/post/responses/200/content/application~1json/example"]}}},{"code":"400","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}},{"code":"401"},{"code":"403","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}},{"code":"500","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/affordability-engine/processaffordability"}],"panels":[]}]},"httpPath":"/insights-engine/v1/affordability"}],"content":{"contentType":"group","meta":{"name":"Affordability Engine"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Affordability Engine","showPageActions":true}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/insights-engine/v1/affordability","summary":"Processes affordability for the transactions supplied.","prefix":{"name":"post","color":"post"},"badges":[],"link":"/affordability-engine/processaffordability","deprecated":false}]}]}]}]}},{"type":"separator","label":"Reporting","content":null},{"type":"group","label":"Get Statement","link":"/content/apis/get-statement","routeSlug":"/content/apis/get-statement","items":[{"type":"link","label":"Integration ","link":"/content/apis/get-statement/atto-statement-integration","routeSlug":"/content/apis/get-statement/atto-statement-integration","content":{"contentType":"item","itemVariant":"markdown","meta":{"name":"Integration "},"children":[{"nodeType":"container","children":[{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"heading","attributes":{"level":3,"id":"get-statement/atto-statement-integration"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Integration "},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"If you wish to get the PDF statement of an account for a given consent, you can do so using the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"GET /stored-data/v1/consents/:consentId/accounts/:accountId/statement"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" endpoint."},"children":[]}]}]}]}],"panels":[]}]}},{"type":"link","label":"Authorization ","link":"/content/apis/get-statement/atto-statement-authorization","routeSlug":"/content/apis/get-statement/atto-statement-authorization","content":{"contentType":"item","itemVariant":"markdown","meta":{"name":"Authorization "},"children":[{"nodeType":"container","children":[{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"heading","attributes":{"level":3,"id":"get-statement/atto-statement-authorization"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Authorization "},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"This API requires a bearer token using the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"api:stored_data"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" scope."},"children":[]}]}]}]}],"panels":[]}]}},{"label":"Get PDF statement for the account","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/content/apis/get-statement/getstatementasync","routeSlug":"/content/apis/get-statement/getstatementasync","metadata":{"seo":{"title":"Get PDF statement for the account","description":"Get PDF statement for the account"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"GetStatementAsync","name":"Get PDF statement for the account","isWebhook":false,"pointer":"/paths/~1stored-data~1v1~1consents~1{consentId}~1accounts~1{accountId}~1statement/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get PDF statement for the account","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Get PDF statement for the account"},{"nodeType":"security","requirements":[{"schemes":[{"name":"Bearer","scopes":["api:stored_data"],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"JWT Authorization header using the Bearer scheme."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Enter 'Bearer' [space] and then your token in the text input below."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Example: \"Bearer token123\""},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"consentId","in":"path","schemaId":"schema_72","description":"The consent ID for which we want to fetch account information","required":true},{"name":"accountId","in":"path","schemaId":"schema_72","description":"The account ID for which we want to fetch PDF statement","required":true}],"pointer":"/paths/~1stored-data~1v1~1consents~1{consentId}~1accounts~1{accountId}~1statement/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"from","in":"query","schemaId":"schema_77","description":"Optional from date"},{"name":"to","in":"query","schemaId":"schema_77","description":"Optional to date"}],"pointer":"/paths/~1stored-data~1v1~1consents~1{consentId}~1accounts~1{accountId}~1statement/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/stored-data/v1/consents/{consentId}/accounts/{accountId}/statement","servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"parameters":{"path":[{"name":"consentId","in":"path","required":true,"schemaId":"schema_72"},{"name":"accountId","in":"path","required":true,"schemaId":"schema_72"}],"query":[{"name":"from","in":"query","schemaId":"schema_77"},{"name":"to","in":"query","schemaId":"schema_77"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"Bearer","type":"http","scheme":"bearer"}],"scopes":["api:stored_data"]}],"responseCodes":["200","400","401","403","404","500","502"],"pointer":"/stored-data/v1/consents/{consentId}/accounts/{accountId}/statement","href":"get-statement/getstatementasync","openApiOperationId":"GetStatementAsync","summary":"Get PDF statement for the account"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"PDF statement for the account","mediaType":"application/pdf","mediaTypes":["application/pdf","application/json"],"mediaTypeContent":{"application/pdf":{"schemaId":"schema_94"},"application/json":{"schemaId":"schema_94"}},"schemaId":"schema_94"},{"code":"400","description":"Unsupported account type","mediaType":"application/pdf","mediaTypes":["application/pdf","application/json"],"mediaTypeContent":{"application/pdf":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},{"code":"401","description":"The authorization header was invalid or not found"},{"code":"403","description":"The consent or account access has been revoked","mediaType":"application/pdf","mediaTypes":["application/pdf","application/json"],"mediaTypeContent":{"application/pdf":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},{"code":"404","description":"No consent or accounts were found","mediaType":"application/pdf","mediaTypes":["application/pdf","application/json"],"mediaTypeContent":{"application/pdf":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},{"code":"500","description":"A server error has occurred","mediaType":"application/pdf","mediaTypes":["application/pdf","application/json"],"mediaTypeContent":{"application/pdf":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},{"code":"502","description":"The provider is temporarily unavailable or rate limit has been reached, try again in a few minutes","mediaType":"application/pdf","mediaTypes":["application/pdf","application/json"],"mediaTypeContent":{"application/pdf":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}],"pointer":"/paths/~1stored-data~1v1~1consents~1{consentId}~1accounts~1{accountId}~1statement/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_94","mediaTypes":["application/pdf","application/json"],"mediaTypeContent":{"application/pdf":{"schemaId":"schema_94"},"application/json":{"schemaId":"schema_94"}}},{"code":"400","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/pdf","application/json"],"mediaTypeContent":{"application/pdf":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}},{"code":"401"},{"code":"403","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/pdf","application/json"],"mediaTypeContent":{"application/pdf":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}},{"code":"404","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/pdf","application/json"],"mediaTypeContent":{"application/pdf":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}},{"code":"500","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/pdf","application/json"],"mediaTypeContent":{"application/pdf":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}},{"code":"502","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/pdf","application/json"],"mediaTypeContent":{"application/pdf":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/get-statement/getstatementasync"}],"panels":[]}]},"httpPath":"/stored-data/v1/consents/{consentId}/accounts/{accountId}/statement"}],"content":{"contentType":"group","meta":{"name":"Get Statement"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get Statement","showPageActions":true}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/stored-data/v1/consents/{consentId}/accounts/{accountId}/statement","summary":"Get PDF statement for the account","prefix":{"name":"get","color":"get"},"badges":[],"link":"/get-statement/getstatementasync","deprecated":false}]}]}]}]}},{"type":"group","label":"Get User Report","link":"/content/apis/get-user-report","routeSlug":"/content/apis/get-user-report","items":[{"type":"link","label":"Integration ","link":"/content/apis/get-user-report/atto-user-report-integration","routeSlug":"/content/apis/get-user-report/atto-user-report-integration","content":{"contentType":"item","itemVariant":"markdown","meta":{"name":"Integration "},"children":[{"nodeType":"container","children":[{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"heading","attributes":{"level":3,"id":"get-user-report/atto-user-report-integration"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Integration "},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"If you wish to get a PDF report of all the data held for a given user, you can do so using the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"GET /stored-data/v1/users/:userId/report"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" endpoint."},"children":[]}]}]}]}],"panels":[]}]}},{"type":"link","label":"Authorization ","link":"/content/apis/get-user-report/atto-user-report-authorization","routeSlug":"/content/apis/get-user-report/atto-user-report-authorization","content":{"contentType":"item","itemVariant":"markdown","meta":{"name":"Authorization "},"children":[{"nodeType":"container","children":[{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"heading","attributes":{"level":3,"id":"get-user-report/atto-user-report-authorization"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Authorization "},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"This API requires a bearer token using the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"api:stored_data"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" scope."},"children":[]}]}]}]}],"panels":[]}]}},{"label":"Returns all the data for a user in a PDF.","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/content/apis/get-user-report/getuserprofilepdfasync","routeSlug":"/content/apis/get-user-report/getuserprofilepdfasync","metadata":{"seo":{"title":"Returns all the data for a user in a PDF.","description":"Returns all the data for a user in a PDF."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"GetUserProfilePdfAsync","name":"Returns all the data for a user in a PDF.","isWebhook":false,"pointer":"/paths/~1stored-data~1v1~1users~1{userId}~1report/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Returns all the data for a user in a PDF.","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns all the data for a user in a PDF."},{"nodeType":"security","requirements":[{"schemes":[{"name":"Bearer","scopes":["api:stored_data"],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"JWT Authorization header using the Bearer scheme."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Enter 'Bearer' [space] and then your token in the text input below."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Example: \"Bearer token123\""},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"userId","in":"path","schemaId":"schema_72","description":"Unique reference for the user","required":true}],"pointer":"/paths/~1stored-data~1v1~1users~1{userId}~1report/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"userReportConfigName","in":"query","schemaId":"schema_72","description":"Optional name of config to use in generating user report"},{"name":"from","in":"query","schemaId":"schema_77","description":"Optional from date"},{"name":"to","in":"query","schemaId":"schema_77","description":"Optional to date"}],"pointer":"/paths/~1stored-data~1v1~1users~1{userId}~1report/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/stored-data/v1/users/{userId}/report","servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"parameters":{"path":[{"name":"userId","in":"path","required":true,"schemaId":"schema_72"}],"query":[{"name":"userReportConfigName","in":"query","schemaId":"schema_72"},{"name":"from","in":"query","schemaId":"schema_77"},{"name":"to","in":"query","schemaId":"schema_77"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"Bearer","type":"http","scheme":"bearer"}],"scopes":["api:stored_data"]}],"responseCodes":["200","400","401","404"],"pointer":"/stored-data/v1/users/{userId}/report","href":"get-user-report/getuserprofilepdfasync","openApiOperationId":"GetUserProfilePdfAsync","summary":"Returns all the data for a user in a PDF."},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successful","mediaType":"application/pdf","mediaTypes":["application/pdf","application/json"],"mediaTypeContent":{"application/pdf":{"schemaId":"schema_94"},"application/json":{"schemaId":"schema_94"}},"schemaId":"schema_94"},{"code":"400","description":"Something in the request was invalid"},{"code":"401","description":"The authorization header was invalid or not found"},{"code":"404","description":"User with specified Id was not found"}],"pointer":"/paths/~1stored-data~1v1~1users~1{userId}~1report/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_94","mediaTypes":["application/pdf","application/json"],"mediaTypeContent":{"application/pdf":{"schemaId":"schema_94"},"application/json":{"schemaId":"schema_94"}}},{"code":"400"},{"code":"401"},{"code":"404"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/get-user-report/getuserprofilepdfasync"}],"panels":[]}]},"httpPath":"/stored-data/v1/users/{userId}/report"}],"content":{"contentType":"group","meta":{"name":"Get User Report"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get User Report","showPageActions":true}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/stored-data/v1/users/{userId}/report","summary":"Returns all the data for a user in a PDF.","prefix":{"name":"get","color":"get"},"badges":[],"link":"/get-user-report/getuserprofilepdfasync","deprecated":false}]}]}]}]}},{"type":"separator","label":"Credit Information","content":null},{"type":"group","label":"Accounts","link":"/content/apis/accounts","routeSlug":"/content/apis/accounts","items":[{"type":"link","label":"Integration ","link":"/content/apis/accounts/atto-credit-information-integration","routeSlug":"/content/apis/accounts/atto-credit-information-integration","content":{"contentType":"item","itemVariant":"markdown","meta":{"name":"Integration "},"children":[{"nodeType":"container","children":[{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"heading","attributes":{"level":3,"id":"accounts/atto-credit-information-integration"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Integration "},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"If you wish to get a list of credit information accounts for a user, you can do so using the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"GET /connect/users/v1/{userId}/accounts"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" endpoint."},"children":[]}]}]}]}],"panels":[]}]}},{"type":"link","label":"Authorization ","link":"/content/apis/accounts/atto-credit-information-authorization","routeSlug":"/content/apis/accounts/atto-credit-information-authorization","content":{"contentType":"item","itemVariant":"markdown","meta":{"name":"Authorization "},"children":[{"nodeType":"container","children":[{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"heading","attributes":{"level":3,"id":"accounts/atto-credit-information-authorization"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Authorization "},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"This API requires a bearer token using the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"api:cis"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" scope."},"children":[]}]}]}]}],"panels":[]}]}},{"label":"Deletes all credit bureau reported accounts information held for a user","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/content/apis/accounts/deletecisaccounts","routeSlug":"/content/apis/accounts/deletecisaccounts","metadata":{"seo":{"title":"Deletes all credit bureau reported accounts information held for a user","description":"This API deletes all credit bureau reported accounts information held for a user from the database and will no longer be retrievable"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"DeleteCisAccounts","name":"Deletes all credit bureau reported accounts information held for a user","isWebhook":false,"pointer":"/paths/~1connect~1users~1v1~1{userId}~1accounts/delete","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Deletes all credit bureau reported accounts information held for a user","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"This API deletes all credit bureau reported accounts information held for a user from the database and will no longer be retrievable"},{"nodeType":"security","requirements":[{"schemes":[{"name":"Bearer","scopes":["api:cis"],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"JWT Authorization header using the Bearer scheme."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Enter 'Bearer' [space] and then your token in the text input below."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Example: \"Bearer token123\""},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"userId","in":"path","schemaId":"schema_87","description":"Id of the User","required":true}],"pointer":"/paths/~1connect~1users~1v1~1{userId}~1accounts/delete/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"DELETE","path":"/connect/users/v1/{userId}/accounts","servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"parameters":{"path":[{"name":"userId","in":"path","required":true,"schemaId":"schema_87"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"Bearer","type":"http","scheme":"bearer"}],"scopes":["api:cis"]}],"responseCodes":["200","204","401","404","409","500"],"pointer":"/connect/users/v1/{userId}/accounts","href":"accounts/deletecisaccounts","openApiOperationId":"DeleteCisAccounts","summary":"Deletes all credit bureau reported accounts information held for a user"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully deleted","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/Atto.ConnectAPI.Service.Services.Models.CIS.StatusMessageResponse","exampleIds":["paths/~1connect~1users~1v1~1{userId}~1accounts/delete/responses/200/content/application~1json/example"]}},"schemaId":"components/schemas/Atto.ConnectAPI.Service.Services.Models.CIS.StatusMessageResponse","exampleIds":["paths/~1connect~1users~1v1~1{userId}~1accounts/delete/responses/200/content/application~1json/example"]},{"code":"204","description":"Successfully deleted"},{"code":"401","description":"Client is not authorized","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails"}},"schemaId":"components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails"},{"code":"404","description":"User with Id not found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails"}},"schemaId":"components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails"},{"code":"409","description":"A state conflict exists for the resource that prevents operation completing","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/Atto.ConnectAPI.Service.Services.Models.CIS.StatusMessageResponse","exampleIds":["paths/~1connect~1users~1v1~1{userId}~1accounts/delete/responses/409/content/application~1json/example"]}},"schemaId":"components/schemas/Atto.ConnectAPI.Service.Services.Models.CIS.StatusMessageResponse","exampleIds":["paths/~1connect~1users~1v1~1{userId}~1accounts/delete/responses/409/content/application~1json/example"]},{"code":"500","description":"An unexpected error has occurred"}],"pointer":"/paths/~1connect~1users~1v1~1{userId}~1accounts/delete/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/Atto.ConnectAPI.Service.Services.Models.CIS.StatusMessageResponse","exampleIds":["paths/~1connect~1users~1v1~1{userId}~1accounts/delete/responses/200/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/Atto.ConnectAPI.Service.Services.Models.CIS.StatusMessageResponse","exampleIds":["paths/~1connect~1users~1v1~1{userId}~1accounts/delete/responses/200/content/application~1json/example"]}}},{"code":"204"},{"code":"401","schemaId":"components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails"}}},{"code":"404","schemaId":"components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails"}}},{"code":"409","schemaId":"components/schemas/Atto.ConnectAPI.Service.Services.Models.CIS.StatusMessageResponse","exampleIds":["paths/~1connect~1users~1v1~1{userId}~1accounts/delete/responses/409/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/Atto.ConnectAPI.Service.Services.Models.CIS.StatusMessageResponse","exampleIds":["paths/~1connect~1users~1v1~1{userId}~1accounts/delete/responses/409/content/application~1json/example"]}}},{"code":"500"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/accounts/deletecisaccounts"}],"panels":[]}]},"httpPath":"/connect/users/v1/{userId}/accounts"},{"label":"Returns list of credit bureau reported accounts for a user","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/content/apis/accounts/getcisaccounts","routeSlug":"/content/apis/accounts/getcisaccounts","metadata":{"seo":{"title":"Returns list of credit bureau reported accounts for a user","description":"This API returns a list of connected accounts and unconnected accounts. A connected account is an account that has been found in the credit file and the associated banking connection has been made for this account."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"GetCisAccounts","name":"Returns list of credit bureau reported accounts for a user","isWebhook":false,"pointer":"/paths/~1connect~1users~1v1~1{userId}~1accounts/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Returns list of credit bureau reported accounts for a user","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"This API returns a list of connected accounts and unconnected accounts. A connected account is an account that has been found in the credit file and the associated banking connection has been made for this account."},{"nodeType":"security","requirements":[{"schemes":[{"name":"Bearer","scopes":["api:cis"],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"JWT Authorization header using the Bearer scheme."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Enter 'Bearer' [space] and then your token in the text input below."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Example: \"Bearer token123\""},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"userId","in":"path","schemaId":"schema_87","description":"Id of the User","required":true}],"pointer":"/paths/~1connect~1users~1v1~1{userId}~1accounts/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/connect/users/v1/{userId}/accounts","servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"parameters":{"path":[{"name":"userId","in":"path","required":true,"schemaId":"schema_87"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"Bearer","type":"http","scheme":"bearer"}],"scopes":["api:cis"]}],"responseCodes":["200","401","404","500"],"pointer":"/connect/users/v1/{userId}/accounts","href":"accounts/getcisaccounts","openApiOperationId":"GetCisAccounts","summary":"Returns list of credit bureau reported accounts for a user"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successful response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/Atto.ConnectAPI.Service.Models.User.Accounts.UserAccountsResponse","exampleIds":["paths/~1connect~1users~1v1~1{userId}~1accounts/get/responses/200/content/application~1json/example"]}},"schemaId":"components/schemas/Atto.ConnectAPI.Service.Models.User.Accounts.UserAccountsResponse","exampleIds":["paths/~1connect~1users~1v1~1{userId}~1accounts/get/responses/200/content/application~1json/example"]},{"code":"401","description":"Client is not authorized","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails"}},"schemaId":"components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails"},{"code":"404","description":"The user has not completed or attempted a credit information flow","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails"}},"schemaId":"components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails"},{"code":"500","description":"An unexpected error has occurred"}],"pointer":"/paths/~1connect~1users~1v1~1{userId}~1accounts/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/Atto.ConnectAPI.Service.Models.User.Accounts.UserAccountsResponse","exampleIds":["paths/~1connect~1users~1v1~1{userId}~1accounts/get/responses/200/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/Atto.ConnectAPI.Service.Models.User.Accounts.UserAccountsResponse","exampleIds":["paths/~1connect~1users~1v1~1{userId}~1accounts/get/responses/200/content/application~1json/example"]}}},{"code":"401","schemaId":"components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails"}}},{"code":"404","schemaId":"components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails"}}},{"code":"500"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/accounts/getcisaccounts"}],"panels":[]}]},"httpPath":"/connect/users/v1/{userId}/accounts"}],"content":{"contentType":"group","meta":{"name":"Accounts"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Accounts","showPageActions":true}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/connect/users/v1/{userId}/accounts","summary":"Deletes all credit bureau reported accounts information held for a user","prefix":{"name":"delete","color":"delete"},"badges":[],"link":"/accounts/deletecisaccounts","deprecated":false},{"title":"/connect/users/v1/{userId}/accounts","summary":"Returns list of credit bureau reported accounts for a user","prefix":{"name":"get","color":"get"},"badges":[],"link":"/accounts/getcisaccounts","deprecated":false}]}]}]}]}},{"type":"group","label":"User Verification","link":"/content/apis/user-verification","routeSlug":"/content/apis/user-verification","items":[{"type":"link","label":"Integration ","link":"/content/apis/user-verification/atto-credit-information-integration","routeSlug":"/content/apis/user-verification/atto-credit-information-integration","content":{"contentType":"item","itemVariant":"markdown","meta":{"name":"Integration "},"children":[{"nodeType":"container","children":[{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"heading","attributes":{"level":3,"id":"user-verification/atto-credit-information-integration"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Integration "},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Create a Credit Information registration on behalf of a user. This API must be requested to be used with our "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://www.atto.co/about/contact"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"support team"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" as it requires pre-validation of API usage."},"children":[]}]}]}]}],"panels":[]}]}},{"type":"link","label":"Authorization ","link":"/content/apis/user-verification/atto-credit-information-authorization","routeSlug":"/content/apis/user-verification/atto-credit-information-authorization","content":{"contentType":"item","itemVariant":"markdown","meta":{"name":"Authorization "},"children":[{"nodeType":"container","children":[{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"heading","attributes":{"level":3,"id":"user-verification/atto-credit-information-authorization"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Authorization "},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"This API requires a bearer token using the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"api:cis"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" scope."},"children":[]}]}]}]}],"panels":[]}]}},{"type":"link","label":"Validation Rules ","link":"/content/apis/user-verification/atto-credit-information-validation","routeSlug":"/content/apis/user-verification/atto-credit-information-validation","content":{"contentType":"item","itemVariant":"markdown","meta":{"name":"Validation Rules "},"children":[{"nodeType":"container","children":[{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"heading","attributes":{"level":3,"id":"user-verification/atto-credit-information-validation"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Validation Rules "},"children":[]}]}]},{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"*"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"CustomerReference"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":": Required; 1–250 characters."},"children":[]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Title"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":": Required; 2–30 characters; letters, spaces, and single quotes only ("},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"^[a-zA-Z ']+$"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"FirstName"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":": Required; 1–30 characters; letters, spaces, hyphens, and single quotes only ("},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"^[a-zA-Z '-]+$"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"LastName"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":": Required; 2–30 characters; letters, spaces, hyphens, and single quotes only ("},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"^[a-zA-Z '-]+$"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"MiddleNames"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":": Optional; 1–30 characters; letters, spaces, hyphens, and single quotes only ("},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"^[a-zA-Z '-]+$"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"DateOfBirth"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":": Required; ISO-8601 date/datetime format; age must evaluate to between 18 and 120 years."},"children":[]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"PhoneNumber"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":": Required; 10 or 11 numeric digits starting with "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"0"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" ("},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"^0\\d{9,10}$"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"); internal whitespace is stripped prior to matching."},"children":[]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"EmailAddress"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":": Required; valid email format; 5–255 characters."},"children":[]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Address"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":": Required object ("},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"additionalProperties: false"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]},{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"*"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"PostCode"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":": Required; standard UK postcode format."},"children":[]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Building Identification"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":": At least one of "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AbodeNumber"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" (max 30), "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"BuildingName"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" (max 50), or "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"BuildingNumber"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" (max 12) is required (slashes and allowed symbols accepted)."},"children":[]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Address1"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Address2"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Address3"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":": Optional; 1–50 characters; alphanumeric and allowed symbols (no slashes)."},"children":[]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Town"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":": Optional; 1–25 characters; alphanumeric and allowed symbols (no slashes)."},"children":[]}]}]}]}]}]}]}],"panels":[]}]}},{"label":"Create a Credit Information User Registration","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/content/apis/user-verification/userverification","routeSlug":"/content/apis/user-verification/userverification","metadata":{"seo":{"title":"Create a Credit Information User Registration","description":"This API validates a users personal information which if successful will retrieve their credit profile."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"UserVerification","name":"Create a Credit Information User Registration","isWebhook":false,"pointer":"/paths/~1connect~1users~1v1~1verification/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Create a Credit Information User Registration","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"This API validates a users personal information which if successful will retrieve their credit profile."},{"nodeType":"security","requirements":[{"schemes":[{"name":"Bearer","scopes":["api:cis"],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"JWT Authorization header using the Bearer scheme."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Enter 'Bearer' [space] and then your token in the text input below."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Example: \"Bearer token123\""},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","mediaTypes":["application/json-patch+json","application/json","text/json","application/*+json"],"mediaTypeSchemas":{"application/json-patch+json":{"schemaId":"components/schemas/Atto.ConnectAPI.Service.Models.User.UserVerificationRequest"},"application/json":{"schemaId":"components/schemas/Atto.ConnectAPI.Service.Models.User.UserVerificationRequest"},"text/json":{"schemaId":"components/schemas/Atto.ConnectAPI.Service.Models.User.UserVerificationRequest"},"application/*+json":{"schemaId":"components/schemas/Atto.ConnectAPI.Service.Models.User.UserVerificationRequest"}},"schemaId":"components/schemas/Atto.ConnectAPI.Service.Models.User.UserVerificationRequest","pointer":"/paths/~1connect~1users~1v1~1verification/post/requestBody","description":"User request details."}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/connect/users/v1/verification","servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"Bearer","type":"http","scheme":"bearer"}],"scopes":["api:cis"]}],"requestBody":{"application/json-patch+json":{"schemaId":"components/schemas/Atto.ConnectAPI.Service.Models.User.UserVerificationRequest"},"application/json":{"schemaId":"components/schemas/Atto.ConnectAPI.Service.Models.User.UserVerificationRequest"},"text/json":{"schemaId":"components/schemas/Atto.ConnectAPI.Service.Models.User.UserVerificationRequest"},"application/*+json":{"schemaId":"components/schemas/Atto.ConnectAPI.Service.Models.User.UserVerificationRequest"}},"responseCodes":["200","400","401","500"],"pointer":"/connect/users/v1/verification","href":"user-verification/userverification","openApiOperationId":"UserVerification","summary":"Create a Credit Information User Registration"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"schemaId":"components/schemas/Atto.ConnectAPI.Service.Models.User.UserVerificationRequest","mediaTypes":["application/json-patch+json","application/json","text/json","application/*+json"],"mediaTypeSchemas":{"application/json-patch+json":{"schemaId":"components/schemas/Atto.ConnectAPI.Service.Models.User.UserVerificationRequest"},"application/json":{"schemaId":"components/schemas/Atto.ConnectAPI.Service.Models.User.UserVerificationRequest"},"text/json":{"schemaId":"components/schemas/Atto.ConnectAPI.Service.Models.User.UserVerificationRequest"},"application/*+json":{"schemaId":"components/schemas/Atto.ConnectAPI.Service.Models.User.UserVerificationRequest"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Returns the registration details.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/Atto.ConnectAPI.Service.Models.User.UserVerificationResponse","exampleIds":["paths/~1connect~1users~1v1~1verification/post/responses/200/content/application~1json/example"]}},"schemaId":"components/schemas/Atto.ConnectAPI.Service.Models.User.UserVerificationResponse","exampleIds":["paths/~1connect~1users~1v1~1verification/post/responses/200/content/application~1json/example"]},{"code":"400","description":"User request has missing/invalid values.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails"}},"schemaId":"components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails"},{"code":"401","description":"Client is not authorized."},{"code":"500","description":"Unable to create a TransUnion user due to an unexpected failure"}],"pointer":"/paths/~1connect~1users~1v1~1verification/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/Atto.ConnectAPI.Service.Models.User.UserVerificationResponse","exampleIds":["paths/~1connect~1users~1v1~1verification/post/responses/200/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/Atto.ConnectAPI.Service.Models.User.UserVerificationResponse","exampleIds":["paths/~1connect~1users~1v1~1verification/post/responses/200/content/application~1json/example"]}}},{"code":"400","schemaId":"components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails"}}},{"code":"401"},{"code":"500"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/user-verification/userverification"}],"panels":[]}]},"httpPath":"/connect/users/v1/verification"}],"content":{"contentType":"group","meta":{"name":"User Verification"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"User Verification","showPageActions":true}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/connect/users/v1/verification","summary":"Create a Credit Information User Registration","prefix":{"name":"post","color":"post"},"badges":[],"link":"/user-verification/userverification","deprecated":false}]}]}]}]}},{"type":"separator","label":"Data API (Deprecated)","content":null},{"type":"group","label":"Bank Account Verification","link":"/content/apis/bank-account-verification","routeSlug":"/content/apis/bank-account-verification","items":[{"type":"link","label":"Integration ","link":"/content/apis/bank-account-verification/bank-account-verification-integration","routeSlug":"/content/apis/bank-account-verification/bank-account-verification-integration","content":{"contentType":"item","itemVariant":"markdown","meta":{"name":"Integration "},"children":[{"nodeType":"container","children":[{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"heading","attributes":{"level":3,"id":"bank-account-verification/bank-account-verification-integration"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Integration "},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"In response to your call, you will receive a JSON object containing the verification result and optionally a reason of a failed verification."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"We currently support IBAN or a bank code as account identifiers. Given below is a list of supported bank codes for a country/region."},"children":[]}]}]},{"$$mdtype":"Node","type":"table","attributes":{},"children":[{"$$mdtype":"Node","type":"thead","attributes":{},"children":[{"$$mdtype":"Node","type":"tr","attributes":{},"children":[{"$$mdtype":"Node","type":"th","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bank Code"},"children":[]}]}]},{"$$mdtype":"Node","type":"th","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Region"},"children":[]}]}]}]}]},{"$$mdtype":"Node","type":"tbody","attributes":{},"children":[{"$$mdtype":"Node","type":"tr","attributes":{},"children":[{"$$mdtype":"Node","type":"td","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Routing Number"},"children":[]}]}]},{"$$mdtype":"Node","type":"td","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"US, CA"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"tr","attributes":{},"children":[{"$$mdtype":"Node","type":"td","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Sort Code"},"children":[]}]}]},{"$$mdtype":"Node","type":"td","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"UK"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"tr","attributes":{},"children":[{"$$mdtype":"Node","type":"td","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"BIC"},"children":[]}]}]},{"$$mdtype":"Node","type":"td","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Global provided the bank is part of SWIFT. Please note not all banks will expose this even if they are part of the SWIFT network."},"children":[]}]}]}]}]}]}]}],"panels":[]}]}},{"type":"link","label":"Authorization ","link":"/content/apis/bank-account-verification/bank-account-verification-authorization","routeSlug":"/content/apis/bank-account-verification/bank-account-verification-authorization","content":{"contentType":"item","itemVariant":"markdown","meta":{"name":"Authorization "},"children":[{"nodeType":"container","children":[{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"heading","attributes":{"level":3,"id":"bank-account-verification/bank-account-verification-authorization"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Authorization "},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"This API requires a bearer token using the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"api:data"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" scope"},"children":[]}]}]}]}],"panels":[]}]}},{"label":"Trigger a bank account validation.","deprecated":true,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/content/apis/bank-account-verification/accountverification","routeSlug":"/content/apis/bank-account-verification/accountverification","metadata":{"seo":{"title":"Trigger a bank account validation.","description":"Trigger a bank account validation."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"AccountVerification","name":"Trigger a bank account validation.","deprecated":true,"isWebhook":false,"pointer":"/paths/~1account-verification~1v3~1consents~1{consentId}/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Trigger a bank account validation.","isWebhook":false,"deprecated":true,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Trigger a bank account validation."},{"nodeType":"security","requirements":[{"schemes":[{"name":"Bearer","scopes":["api:data"],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"JWT Authorization header using the Bearer scheme."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Enter 'Bearer' [space] and then your token in the text input below."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Example: \"Bearer token123\""},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"consentId","in":"path","schemaId":"schema_72","description":"The consent ID to fetch the account information for","required":true}],"pointer":"/paths/~1account-verification~1v3~1consents~1{consentId}/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","mediaTypes":["application/json-patch+json","application/json","text/json","application/*+json"],"mediaTypeSchemas":{"application/json-patch+json":{"schemaId":"components/schemas/DirectID.Data.API.Models.AccountVerification.Request.AccountVerificationRequest"},"application/json":{"schemaId":"components/schemas/DirectID.Data.API.Models.AccountVerification.Request.AccountVerificationRequest"},"text/json":{"schemaId":"components/schemas/DirectID.Data.API.Models.AccountVerification.Request.AccountVerificationRequest"},"application/*+json":{"schemaId":"components/schemas/DirectID.Data.API.Models.AccountVerification.Request.AccountVerificationRequest"}},"schemaId":"components/schemas/DirectID.Data.API.Models.AccountVerification.Request.AccountVerificationRequest","pointer":"/paths/~1account-verification~1v3~1consents~1{consentId}/post/requestBody","description":"Bank account details"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/account-verification/v3/consents/{consentId}","servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"parameters":{"path":[{"name":"consentId","in":"path","required":true,"schemaId":"schema_72"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"Bearer","type":"http","scheme":"bearer"}],"scopes":["api:data"]}],"requestBody":{"application/json-patch+json":{"schemaId":"components/schemas/DirectID.Data.API.Models.AccountVerification.Request.AccountVerificationRequest"},"application/json":{"schemaId":"components/schemas/DirectID.Data.API.Models.AccountVerification.Request.AccountVerificationRequest"},"text/json":{"schemaId":"components/schemas/DirectID.Data.API.Models.AccountVerification.Request.AccountVerificationRequest"},"application/*+json":{"schemaId":"components/schemas/DirectID.Data.API.Models.AccountVerification.Request.AccountVerificationRequest"}},"responseCodes":["200","400","401","403","404","500","502"],"pointer":"/account-verification/v3/consents/{consentId}","href":"bank-account-verification/accountverification","openApiOperationId":"AccountVerification","summary":"Trigger a bank account validation."},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"schemaId":"components/schemas/DirectID.Data.API.Models.AccountVerification.Request.AccountVerificationRequest","mediaTypes":["application/json-patch+json","application/json","text/json","application/*+json"],"mediaTypeSchemas":{"application/json-patch+json":{"schemaId":"components/schemas/DirectID.Data.API.Models.AccountVerification.Request.AccountVerificationRequest"},"application/json":{"schemaId":"components/schemas/DirectID.Data.API.Models.AccountVerification.Request.AccountVerificationRequest"},"text/json":{"schemaId":"components/schemas/DirectID.Data.API.Models.AccountVerification.Request.AccountVerificationRequest"},"application/*+json":{"schemaId":"components/schemas/DirectID.Data.API.Models.AccountVerification.Request.AccountVerificationRequest"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Account verification result."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The result can be one of the following four statuses:"},"children":[]}]}]},{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"*"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Pass - Account identifiers were found and name(s) were matched."},"children":[]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Fail - Account identifiers were found and name(s) were not matched."},"children":[]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Partial - Account identifiers were not found and name(s) were matched."},"children":[]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"NA - Inconclusive result, please see the reason code for details."},"children":[]}]}]}]}],"mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Data.API.Models.AccountVerification.Response.AccountVerificationResponse","exampleIds":["paths/~1account-verification~1v3~1consents~1{consentId}/post/responses/200/content/application~1json/example"]}},"schemaId":"components/schemas/DirectID.Data.API.Models.AccountVerification.Response.AccountVerificationResponse","exampleIds":["paths/~1account-verification~1v3~1consents~1{consentId}/post/responses/200/content/application~1json/example"]},{"code":"400","description":"The submitted request was invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},{"code":"401","description":"The authorization header was invalid or not found"},{"code":"403","description":"The consent or account access has been revoked","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},{"code":"404","description":"No consent or accounts were found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},{"code":"500","description":"A server error has occurred","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},{"code":"502","description":"The provider is temporarily unavailable or rate limit has been reached, try again in a few minutes","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}],"pointer":"/paths/~1account-verification~1v3~1consents~1{consentId}/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DirectID.Data.API.Models.AccountVerification.Response.AccountVerificationResponse","exampleIds":["paths/~1account-verification~1v3~1consents~1{consentId}/post/responses/200/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Data.API.Models.AccountVerification.Response.AccountVerificationResponse","exampleIds":["paths/~1account-verification~1v3~1consents~1{consentId}/post/responses/200/content/application~1json/example"]}}},{"code":"400","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}},{"code":"401"},{"code":"403","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}},{"code":"404","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}},{"code":"500","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}},{"code":"502","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/bank-account-verification/accountverification"}],"panels":[]}]},"httpPath":"/account-verification/v3/consents/{consentId}"}],"content":{"contentType":"group","meta":{"name":"Bank Account Verification"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Bank Account Verification","showPageActions":true}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/account-verification/v3/consents/{consentId}","summary":"Trigger a bank account validation.","prefix":{"name":"post","color":"http-deprecated"},"badges":[],"link":"/bank-account-verification/accountverification","deprecated":true}]}]}]}]}},{"type":"group","label":"Bank Data","link":"/content/apis/bank-data","routeSlug":"/content/apis/bank-data","items":[{"type":"link","label":"Overview ","link":"/content/apis/bank-data/data-api-overview","routeSlug":"/content/apis/bank-data/data-api-overview","content":{"contentType":"item","itemVariant":"markdown","meta":{"name":"Overview "},"children":[{"nodeType":"container","children":[{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"heading","attributes":{"level":3,"id":"bank-data/data-api-overview"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Overview "},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The most common use case is fetching user's bank account data from the Atto Data API."},"children":[]}]}]}]}],"panels":[]}]}},{"type":"link","label":"Authorization ","link":"/content/apis/bank-data/data-api-authorization","routeSlug":"/content/apis/bank-data/data-api-authorization","content":{"contentType":"item","itemVariant":"markdown","meta":{"name":"Authorization "},"children":[{"nodeType":"container","children":[{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"heading","attributes":{"level":3,"id":"bank-data/data-api-authorization"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Authorization "},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"This API requires a bearer token using the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"api:data"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" scope"},"children":[]}]}]}]}],"panels":[]}]}},{"type":"link","label":"Deprecated endpoint ","link":"/content/apis/bank-data/data-api-deprecated","routeSlug":"/content/apis/bank-data/data-api-deprecated","content":{"contentType":"item","itemVariant":"markdown","meta":{"name":"Deprecated endpoint "},"children":[{"nodeType":"container","children":[{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"heading","attributes":{"level":3,"id":"bank-data/data-api-deprecated"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Deprecated endpoint "},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The endpoint "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"/data/v1/consents/{consentId}/accounts"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", previously returned all the data we received from the bank/data provider including all transactions along with any data enrichment (if enabled for your configuration) we provide at the time of the request."},"children":[]}]}]}]}],"panels":[]}]}},{"type":"link","label":"Latest endpoints ","link":"/content/apis/bank-data/data-api-latest","routeSlug":"/content/apis/bank-data/data-api-latest","content":{"contentType":"item","itemVariant":"markdown","meta":{"name":"Latest endpoints "},"children":[{"nodeType":"container","children":[{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"heading","attributes":{"level":3,"id":"bank-data/data-api-latest"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Latest endpoints "},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The above endpoint has been split into the following:"},"children":[]}]}]},{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"-"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"/data/v2/consents/{consentId}/accounts"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"em","inline":true,"attributes":{"marker":"_"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"(Returns a list containing all accounts shared for a consent)"},"children":[]}]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"/data/v2/consents/{consentId}/accounts/{accountId}"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"em","inline":true,"attributes":{"marker":"_"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"(Returns a specific account shared for a consent)"},"children":[]}]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"/data/v2/consents/{consentId}/accounts/{accountId}/balances"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"em","inline":true,"attributes":{"marker":"_"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"(Returns the balance information for a specific account)"},"children":[]}]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"/data/v2/consents/{consentId}/accounts/{accountId}/transactions"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"em","inline":true,"attributes":{"marker":"_"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"(Returns a list of transactions tied to a specific account. The data returned by this endpoint is paginated and subsequent calls using the links provided in response body may be required to retrieve the full data set)"},"children":[]}]}]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"em","inline":true,"attributes":{"marker":"_"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"It's important to note that when trying to fetch 3 months or more worth of data OR if the account has lots of transactions, it is best to use the paginated endpoint for this owing to the large volume of data involved."},"children":[]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The transaction data returned via this endpoint has a sliding date window which is dependent upon the time of connection and the configured days of historical transactions."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"For instance, if the user connected their account on the 15th of the Month, and the client has been configured to return the last 10 days of transactions, the transactions fetched will be from the 5th to the 15th. If this data is requested 2 days later from the time of initial connection (15th), i.e. on the 17th this will return the transactions from the 7th to the 17th."},"children":[]}]}]}]}],"panels":[]}]}},{"type":"link","label":"Pagination Strategy ","link":"/content/apis/bank-data/data-api-pagination","routeSlug":"/content/apis/bank-data/data-api-pagination","content":{"contentType":"item","itemVariant":"markdown","meta":{"name":"Pagination Strategy "},"children":[{"nodeType":"container","children":[{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"heading","attributes":{"level":3,"id":"bank-data/data-api-pagination"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Pagination Strategy "},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"We have added a "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"links"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" component to our responses to easily paginate through large volumes of data. The "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"next"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" and "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"prev"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" links represent relative uris. You can append our "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"baseUrl"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" to get the next or prev set of data if available as indicated below:"},"children":[]}]}]},{"$$mdtype":"Node","type":"fence","attributes":{"content":"\"links\": {\n  \"prev\": \"/relativeUri/for_previous_page\",\n  \"next\": \"/relativeUri/for_next_page\"\n  }\n","language":"javascript"},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"\"links\": {\n  \"prev\": \"/relativeUri/for_previous_page\",\n  \"next\": \"/relativeUri/for_next_page\"\n  }\n"},"children":[]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Please note for the UK Banks the SCA rules apply as well in addition to the sliding date range, the maximum allowed date range is last 90 days after the SCA expiry."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"For Data retention see our "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"#tag/Bank-Data-(stored)"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bank Data Stored API"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}]}],"panels":[]}]}},{"label":"Get all accounts","deprecated":true,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/content/apis/bank-data/paths/~1data~1v1~1consents~1{consentid}~1accounts/get","routeSlug":"/content/apis/bank-data/paths/~1data~1v1~1consents~1{consentid}~1accounts/get","metadata":{"seo":{"title":"Get all accounts","description":"Returns a list containing the accounts shared for a consent."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"name":"Get all accounts","deprecated":true,"isWebhook":false,"pointer":"/paths/~1data~1v1~1consents~1{consentId}~1accounts/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get all accounts","isWebhook":false,"deprecated":true,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns a list containing the accounts shared for a consent.\n\n\nDoes a fresh pull from the external provider."},{"nodeType":"security","requirements":[{"schemes":[{"name":"Bearer","scopes":["api:data"],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"JWT Authorization header using the Bearer scheme."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Enter 'Bearer' [space] and then your token in the text input below."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Example: \"Bearer token123\""},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"consentId","in":"path","schemaId":"schema_72","description":"The consent ID to fetch the account information for","required":true}],"pointer":"/paths/~1data~1v1~1consents~1{consentId}~1accounts/get/parameters"},{"nodeType":"item-content","variant":"headers","label":"Headers","labelTranslationKey":"header","parameters":[{"name":"endUser-Ip","in":"header","schemaId":"schema_72","description":"The IP address of the end user. If provided will enable unlimited data refreshes for open banking providers that support this feature."}],"pointer":"/paths/~1data~1v1~1consents~1{consentId}~1accounts/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/data/v1/consents/{consentId}/accounts","servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"parameters":{"path":[{"name":"consentId","in":"path","required":true,"schemaId":"schema_72"}],"query":[],"querystring":[],"header":[{"name":"endUser-Ip","in":"header","schemaId":"schema_72"}],"cookie":[]},"security":[{"schemes":[{"id":"Bearer","type":"http","scheme":"bearer"}],"scopes":["api:data"]}],"responseCodes":["200","401","403","404","500","502"],"pointer":"/data/v1/consents/{consentId}/accounts","href":"bank-data/paths/~1data~1v1~1consents~1{consentid}~1accounts/get","summary":"Get all accounts"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Account info for consent","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Data.API.Models.Provider.ProviderAccounts"}},"schemaId":"components/schemas/DirectID.Data.API.Models.Provider.ProviderAccounts"},{"code":"401","description":"The authorization header was invalid or not found"},{"code":"403","description":"The consent or account access has been revoked","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},{"code":"404","description":"No consent or accounts were found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},{"code":"500","description":"A server error has occurred","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},{"code":"502","description":"The provider is temporarily unavailable or rate limit has been reached, try again in a few minutes","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}],"pointer":"/paths/~1data~1v1~1consents~1{consentId}~1accounts/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DirectID.Data.API.Models.Provider.ProviderAccounts","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Data.API.Models.Provider.ProviderAccounts"}}},{"code":"401"},{"code":"403","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}},{"code":"404","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}},{"code":"500","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}},{"code":"502","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/bank-data/paths/~1data~1v1~1consents~1{consentid}~1accounts/get"}],"panels":[]}]},"httpPath":"/data/v1/consents/{consentId}/accounts"},{"label":"Get all accounts","deprecated":true,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/content/apis/bank-data/paths/~1data~1v2~1consents~1{consentid}~1accounts/get","routeSlug":"/content/apis/bank-data/paths/~1data~1v2~1consents~1{consentid}~1accounts/get","metadata":{"seo":{"title":"Get all accounts","description":"Returns a list containing the accounts shared for a consent."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"name":"Get all accounts","deprecated":true,"isWebhook":false,"pointer":"/paths/~1data~1v2~1consents~1{consentId}~1accounts/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get all accounts","isWebhook":false,"deprecated":true,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns a list containing the accounts shared for a consent.\n\n\nDoes a fresh pull from the external provider."},{"nodeType":"security","requirements":[{"schemes":[{"name":"Bearer","scopes":["api:data"],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"JWT Authorization header using the Bearer scheme."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Enter 'Bearer' [space] and then your token in the text input below."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Example: \"Bearer token123\""},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"consentId","in":"path","schemaId":"schema_72","description":"The consent ID to fetch the account information for","required":true}],"pointer":"/paths/~1data~1v2~1consents~1{consentId}~1accounts/get/parameters"},{"nodeType":"item-content","variant":"headers","label":"Headers","labelTranslationKey":"header","parameters":[{"name":"endUser-Ip","in":"header","schemaId":"schema_72","description":"The IP address of the end user. If provided will enable unlimited data refreshes for open banking providers that support this feature."}],"pointer":"/paths/~1data~1v2~1consents~1{consentId}~1accounts/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/data/v2/consents/{consentId}/accounts","servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"parameters":{"path":[{"name":"consentId","in":"path","required":true,"schemaId":"schema_72"}],"query":[],"querystring":[],"header":[{"name":"endUser-Ip","in":"header","schemaId":"schema_72"}],"cookie":[]},"security":[{"schemes":[{"id":"Bearer","type":"http","scheme":"bearer"}],"scopes":["api:data"]}],"responseCodes":["200","401","403","404","500","502"],"pointer":"/data/v2/consents/{consentId}/accounts","href":"bank-data/paths/~1data~1v2~1consents~1{consentid}~1accounts/get","summary":"Get all accounts"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Account info for consent","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Data.API.Models.Account.AccountsResponse"}},"schemaId":"components/schemas/DirectID.Data.API.Models.Account.AccountsResponse"},{"code":"401","description":"The authorization header was invalid or not found"},{"code":"403","description":"The consent or account access has been revoked","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},{"code":"404","description":"No consent or accounts were found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},{"code":"500","description":"A server error has occurred","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},{"code":"502","description":"The provider is temporarily unavailable or rate limit has been reached, try again in a few minutes","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}],"pointer":"/paths/~1data~1v2~1consents~1{consentId}~1accounts/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DirectID.Data.API.Models.Account.AccountsResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Data.API.Models.Account.AccountsResponse"}}},{"code":"401"},{"code":"403","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}},{"code":"404","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}},{"code":"500","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}},{"code":"502","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/bank-data/paths/~1data~1v2~1consents~1{consentid}~1accounts/get"}],"panels":[]}]},"httpPath":"/data/v2/consents/{consentId}/accounts"},{"label":"Get single account","deprecated":true,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/content/apis/bank-data/paths/~1data~1v2~1consents~1{consentid}~1accounts~1{accountid}/get","routeSlug":"/content/apis/bank-data/paths/~1data~1v2~1consents~1{consentid}~1accounts~1{accountid}/get","metadata":{"seo":{"title":"Get single account","description":"Returns a specific account shared for a consent."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"name":"Get single account","deprecated":true,"isWebhook":false,"pointer":"/paths/~1data~1v2~1consents~1{consentId}~1accounts~1{accountId}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get single account","isWebhook":false,"deprecated":true,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns a specific account shared for a consent.\n\n\nDoes a fresh pull from the external provider."},{"nodeType":"security","requirements":[{"schemes":[{"name":"Bearer","scopes":["api:data"],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"JWT Authorization header using the Bearer scheme."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Enter 'Bearer' [space] and then your token in the text input below."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Example: \"Bearer token123\""},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"consentId","in":"path","schemaId":"schema_72","description":"The consent ID for which we want to fetch account information","required":true},{"name":"accountId","in":"path","schemaId":"schema_72","description":"The account ID for which we want to fetch account information","required":true}],"pointer":"/paths/~1data~1v2~1consents~1{consentId}~1accounts~1{accountId}/get/parameters"},{"nodeType":"item-content","variant":"headers","label":"Headers","labelTranslationKey":"header","parameters":[{"name":"endUser-Ip","in":"header","schemaId":"schema_72","description":"The IP address of the end user. If provided will enable unlimited data refreshes for open banking providers that support this feature."}],"pointer":"/paths/~1data~1v2~1consents~1{consentId}~1accounts~1{accountId}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/data/v2/consents/{consentId}/accounts/{accountId}","servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"parameters":{"path":[{"name":"consentId","in":"path","required":true,"schemaId":"schema_72"},{"name":"accountId","in":"path","required":true,"schemaId":"schema_72"}],"query":[],"querystring":[],"header":[{"name":"endUser-Ip","in":"header","schemaId":"schema_72"}],"cookie":[]},"security":[{"schemes":[{"id":"Bearer","type":"http","scheme":"bearer"}],"scopes":["api:data"]}],"responseCodes":["200","401","403","404","500","502"],"pointer":"/data/v2/consents/{consentId}/accounts/{accountId}","href":"bank-data/paths/~1data~1v2~1consents~1{consentid}~1accounts~1{accountid}/get","summary":"Get single account"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Account info for consent","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Data.API.Models.Account.AccountResponse"}},"schemaId":"components/schemas/DirectID.Data.API.Models.Account.AccountResponse"},{"code":"401","description":"The authorization header was invalid or not found"},{"code":"403","description":"The consent or account access has been revoked","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},{"code":"404","description":"No consent or accounts were found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},{"code":"500","description":"A server error has occurred","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},{"code":"502","description":"The provider is temporarily unavailable or rate limit has been reached, try again in a few minutes","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}],"pointer":"/paths/~1data~1v2~1consents~1{consentId}~1accounts~1{accountId}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DirectID.Data.API.Models.Account.AccountResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Data.API.Models.Account.AccountResponse"}}},{"code":"401"},{"code":"403","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}},{"code":"404","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}},{"code":"500","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}},{"code":"502","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/bank-data/paths/~1data~1v2~1consents~1{consentid}~1accounts~1{accountid}/get"}],"panels":[]}]},"httpPath":"/data/v2/consents/{consentId}/accounts/{accountId}"},{"label":"Get balances for account","deprecated":true,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/content/apis/bank-data/paths/~1data~1v2~1consents~1{consentid}~1accounts~1{accountid}~1balances/get","routeSlug":"/content/apis/bank-data/paths/~1data~1v2~1consents~1{consentid}~1accounts~1{accountid}~1balances/get","metadata":{"seo":{"title":"Get balances for account","description":"Returns the balance information for a specific account."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"name":"Get balances for account","deprecated":true,"isWebhook":false,"pointer":"/paths/~1data~1v2~1consents~1{consentId}~1accounts~1{accountId}~1balances/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get balances for account","isWebhook":false,"deprecated":true,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns the balance information for a specific account.\n\n\nDoes a fresh pull from the external provider."},{"nodeType":"security","requirements":[{"schemes":[{"name":"Bearer","scopes":["api:data"],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"JWT Authorization header using the Bearer scheme."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Enter 'Bearer' [space] and then your token in the text input below."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Example: \"Bearer token123\""},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"consentId","in":"path","schemaId":"schema_72","description":"The consent ID for which we want to fetch balance information","required":true},{"name":"accountId","in":"path","schemaId":"schema_72","description":"The account ID for which we want to fetch balance information","required":true}],"pointer":"/paths/~1data~1v2~1consents~1{consentId}~1accounts~1{accountId}~1balances/get/parameters"},{"nodeType":"item-content","variant":"headers","label":"Headers","labelTranslationKey":"header","parameters":[{"name":"endUser-Ip","in":"header","schemaId":"schema_72","description":"The IP address of the end user. If provided will enable unlimited data refreshes for open banking providers that support this feature."}],"pointer":"/paths/~1data~1v2~1consents~1{consentId}~1accounts~1{accountId}~1balances/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/data/v2/consents/{consentId}/accounts/{accountId}/balances","servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"parameters":{"path":[{"name":"consentId","in":"path","required":true,"schemaId":"schema_72"},{"name":"accountId","in":"path","required":true,"schemaId":"schema_72"}],"query":[],"querystring":[],"header":[{"name":"endUser-Ip","in":"header","schemaId":"schema_72"}],"cookie":[]},"security":[{"schemes":[{"id":"Bearer","type":"http","scheme":"bearer"}],"scopes":["api:data"]}],"responseCodes":["200","401","403","404","500","502"],"pointer":"/data/v2/consents/{consentId}/accounts/{accountId}/balances","href":"bank-data/paths/~1data~1v2~1consents~1{consentid}~1accounts~1{accountid}~1balances/get","summary":"Get balances for account"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Account info for consent","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Data.API.Models.Balance.BalancesResponse"}},"schemaId":"components/schemas/DirectID.Data.API.Models.Balance.BalancesResponse"},{"code":"401","description":"The authorization header was invalid or not found"},{"code":"403","description":"The consent or account access has been revoked","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},{"code":"404","description":"No consent or accounts were found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},{"code":"500","description":"A server error has occurred","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},{"code":"502","description":"The provider is temporarily unavailable or rate limit has been reached, try again in a few minutes","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}],"pointer":"/paths/~1data~1v2~1consents~1{consentId}~1accounts~1{accountId}~1balances/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DirectID.Data.API.Models.Balance.BalancesResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Data.API.Models.Balance.BalancesResponse"}}},{"code":"401"},{"code":"403","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}},{"code":"404","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}},{"code":"500","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}},{"code":"502","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/bank-data/paths/~1data~1v2~1consents~1{consentid}~1accounts~1{accountid}~1balances/get"}],"panels":[]}]},"httpPath":"/data/v2/consents/{consentId}/accounts/{accountId}/balances"},{"label":"Get transactions for account","deprecated":true,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/content/apis/bank-data/paths/~1data~1v2~1consents~1{consentid}~1accounts~1{accountid}~1transactions/get","routeSlug":"/content/apis/bank-data/paths/~1data~1v2~1consents~1{consentid}~1accounts~1{accountid}~1transactions/get","metadata":{"seo":{"title":"Get transactions for account","description":"Returns a list of transactions tied to a specific account."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"name":"Get transactions for account","deprecated":true,"isWebhook":false,"pointer":"/paths/~1data~1v2~1consents~1{consentId}~1accounts~1{accountId}~1transactions/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get transactions for account","isWebhook":false,"deprecated":true,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns a list of transactions tied to a specific account.\n\n\nThe data returned by this endpoint is paginated and subsequent calls using the links provided in response body may be required to retrieve the full data set.\n\n\nDoes a fresh pull from the external provider."},{"nodeType":"security","requirements":[{"schemes":[{"name":"Bearer","scopes":["api:data"],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"JWT Authorization header using the Bearer scheme."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Enter 'Bearer' [space] and then your token in the text input below."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Example: \"Bearer token123\""},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"consentId","in":"path","schemaId":"schema_72","description":"The consent ID for which we want to fetch balance information","required":true},{"name":"accountId","in":"path","schemaId":"schema_72","description":"The account ID for which we want to fetch balance information","required":true}],"pointer":"/paths/~1data~1v2~1consents~1{consentId}~1accounts~1{accountId}~1transactions/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"from","in":"query","schemaId":"schema_77","description":"Filter from date (Recommended format: yyyy-MM-dd)"},{"name":"to","in":"query","schemaId":"schema_77","description":"Filter to date (Recommended format: yyyy-MM-dd)"},{"name":"pageId","in":"query","schemaId":"schema_72","description":"Page Id (Represents an encoded uuid for Next or Prev uris from the bank transaction responses)"}],"pointer":"/paths/~1data~1v2~1consents~1{consentId}~1accounts~1{accountId}~1transactions/get/parameters"},{"nodeType":"item-content","variant":"headers","label":"Headers","labelTranslationKey":"header","parameters":[{"name":"endUser-Ip","in":"header","schemaId":"schema_72","description":"The IP address of the end user. If provided will enable unlimited data refreshes for open banking providers that support this feature."}],"pointer":"/paths/~1data~1v2~1consents~1{consentId}~1accounts~1{accountId}~1transactions/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/data/v2/consents/{consentId}/accounts/{accountId}/transactions","servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"parameters":{"path":[{"name":"consentId","in":"path","required":true,"schemaId":"schema_72"},{"name":"accountId","in":"path","required":true,"schemaId":"schema_72"}],"query":[{"name":"from","in":"query","schemaId":"schema_77"},{"name":"to","in":"query","schemaId":"schema_77"},{"name":"pageId","in":"query","schemaId":"schema_72"}],"querystring":[],"header":[{"name":"endUser-Ip","in":"header","schemaId":"schema_72"}],"cookie":[]},"security":[{"schemes":[{"id":"Bearer","type":"http","scheme":"bearer"}],"scopes":["api:data"]}],"responseCodes":["200","401","403","404","500","502"],"pointer":"/data/v2/consents/{consentId}/accounts/{accountId}/transactions","href":"bank-data/paths/~1data~1v2~1consents~1{consentid}~1accounts~1{accountid}~1transactions/get","summary":"Get transactions for account"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Account info for consent","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Data.API.Models.Transaction.TransactionsResponse"}},"schemaId":"components/schemas/DirectID.Data.API.Models.Transaction.TransactionsResponse"},{"code":"401","description":"The authorization header was invalid or not found"},{"code":"403","description":"The consent or account access has been revoked","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},{"code":"404","description":"No consent or accounts were found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},{"code":"500","description":"A server error has occurred","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},{"code":"502","description":"The provider is temporarily unavailable or rate limit has been reached, try again in a few minutes","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}],"pointer":"/paths/~1data~1v2~1consents~1{consentId}~1accounts~1{accountId}~1transactions/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DirectID.Data.API.Models.Transaction.TransactionsResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Data.API.Models.Transaction.TransactionsResponse"}}},{"code":"401"},{"code":"403","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}},{"code":"404","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}},{"code":"500","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}},{"code":"502","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/bank-data/paths/~1data~1v2~1consents~1{consentid}~1accounts~1{accountid}~1transactions/get"}],"panels":[]}]},"httpPath":"/data/v2/consents/{consentId}/accounts/{accountId}/transactions"}],"content":{"contentType":"group","meta":{"name":"Bank Data"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Bank Data","showPageActions":true}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/data/v1/consents/{consentId}/accounts","summary":"Get all accounts","prefix":{"name":"get","color":"http-deprecated"},"badges":[],"link":"/bank-data/paths/~1data~1v1~1consents~1{consentid}~1accounts/get","deprecated":true},{"title":"/data/v2/consents/{consentId}/accounts","summary":"Get all accounts","prefix":{"name":"get","color":"http-deprecated"},"badges":[],"link":"/bank-data/paths/~1data~1v2~1consents~1{consentid}~1accounts/get","deprecated":true},{"title":"/data/v2/consents/{consentId}/accounts/{accountId}","summary":"Get single account","prefix":{"name":"get","color":"http-deprecated"},"badges":[],"link":"/bank-data/paths/~1data~1v2~1consents~1{consentid}~1accounts~1{accountid}/get","deprecated":true},{"title":"/data/v2/consents/{consentId}/accounts/{accountId}/balances","summary":"Get balances for account","prefix":{"name":"get","color":"http-deprecated"},"badges":[],"link":"/bank-data/paths/~1data~1v2~1consents~1{consentid}~1accounts~1{accountid}~1balances/get","deprecated":true},{"title":"/data/v2/consents/{consentId}/accounts/{accountId}/transactions","summary":"Get transactions for account","prefix":{"name":"get","color":"http-deprecated"},"badges":[],"link":"/bank-data/paths/~1data~1v2~1consents~1{consentid}~1accounts~1{accountid}~1transactions/get","deprecated":true}]}]}]}]}},{"type":"group","label":"Income Verification","link":"/content/apis/income-verification","routeSlug":"/content/apis/income-verification","items":[{"type":"link","label":"Overview ","link":"/content/apis/income-verification/income-verification-overview","routeSlug":"/content/apis/income-verification/income-verification-overview","content":{"contentType":"item","itemVariant":"markdown","meta":{"name":"Overview "},"children":[{"nodeType":"container","children":[{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"heading","attributes":{"level":3,"id":"income-verification/income-verification-overview"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Overview "},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Verify an individual’s income using Atto Income Verification."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"This solution, which accesses the individual’s bank statements for up to 12 months, is powered using our own unique algorithms and will return both single and multiple income streams to provide an accurate income figure along with a confidence score. Benefits can be included or excluded in the income calculation."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Verified income is up to three main recurring income streams plus all benefit streams if present. Only credit transactions with amount > £50 are considered in the ranking mechanism, smaller credit transactions are ignored.  In addition, all benefit streams will be shown if present, regardless the value."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The main income streams are prioritized by total amount, their rank values are "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"One"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Two"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" or "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Three"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" . The benefit streams are returned in any case. Benefits aren't ranked, and rank is "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"null"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" for them. For example, if there are 3 recurring income streams and 2 benefit streams, then 5 income streams will be returned in total."},"children":[]}]}]}]}],"panels":[]}]}},{"type":"link","label":"Integration ","link":"/content/apis/income-verification/income-verification-integration","routeSlug":"/content/apis/income-verification/income-verification-integration","content":{"contentType":"item","itemVariant":"markdown","meta":{"name":"Integration "},"children":[{"nodeType":"container","children":[{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"heading","attributes":{"level":3,"id":"income-verification/income-verification-integration"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Integration "},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"If the individual has connected their account using Atto Connect, you can use the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"GET /income-verification/v1/consents/{consentId}/verifications"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" endpoint to verify an individual's income."},"children":[]}]}]}]}],"panels":[]}]}},{"type":"link","label":"Authorization ","link":"/content/apis/income-verification/income-verification-authorization","routeSlug":"/content/apis/income-verification/income-verification-authorization","content":{"contentType":"item","itemVariant":"markdown","meta":{"name":"Authorization "},"children":[{"nodeType":"container","children":[{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"heading","attributes":{"level":3,"id":"income-verification/income-verification-authorization"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Authorization "},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"This API requires a bearer token using the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"api:data"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" scope"},"children":[]}]}]}]}],"panels":[]}]}},{"label":"Gets the income verifications for the accounts shared for a consent.","deprecated":true,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/content/apis/income-verification/paths/~1income-verification~1v1~1consents~1{consentid}~1verifications/get","routeSlug":"/content/apis/income-verification/paths/~1income-verification~1v1~1consents~1{consentid}~1verifications/get","metadata":{"seo":{"title":"Gets the income verifications for the accounts shared for a consent.","description":"Gets the income verifications for the accounts shared for a consent."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"name":"Gets the income verifications for the accounts shared for a consent.","deprecated":true,"isWebhook":false,"pointer":"/paths/~1income-verification~1v1~1consents~1{consentId}~1verifications/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Gets the income verifications for the accounts shared for a consent.","isWebhook":false,"deprecated":true,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"Bearer","scopes":["api:data"],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"JWT Authorization header using the Bearer scheme."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Enter 'Bearer' [space] and then your token in the text input below."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Example: \"Bearer token123\""},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"consentId","in":"path","schemaId":"schema_72","description":"The consent ID to fetch the income verifications results for","required":true}],"pointer":"/paths/~1income-verification~1v1~1consents~1{consentId}~1verifications/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"accountId","in":"query","schemaId":"schema_72","description":"The account ID to fetch the income verification for.\nIf not specified, all accounts associated with this session are returned"},{"name":"includeFlags","in":"query","schemaId":"schema_88","description":"Includes the flags used to calculate the confidence score"},{"name":"excludeBenefits","in":"query","schemaId":"schema_88","description":"Excludes the benefits from the income streams"}],"pointer":"/paths/~1income-verification~1v1~1consents~1{consentId}~1verifications/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/income-verification/v1/consents/{consentId}/verifications","servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"parameters":{"path":[{"name":"consentId","in":"path","required":true,"schemaId":"schema_72"}],"query":[{"name":"accountId","in":"query","schemaId":"schema_72"},{"name":"includeFlags","in":"query","schemaId":"schema_88"},{"name":"excludeBenefits","in":"query","schemaId":"schema_88"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"Bearer","type":"http","scheme":"bearer"}],"scopes":["api:data"]}],"responseCodes":["200","400","401","403","404","500","502"],"pointer":"/income-verification/v1/consents/{consentId}/verifications","href":"income-verification/paths/~1income-verification~1v1~1consents~1{consentid}~1verifications/get","summary":"Gets the income verifications for the accounts shared for a consent."},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Income Verification results for the accounts linked to this consent","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_95"}},"schemaId":"schema_95"},{"code":"400","description":"Bad Request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},{"code":"401","description":"The authorization header was invalid or not found"},{"code":"403","description":"The consent has been revoked or this consent is not authorized to access income verification","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},{"code":"404","description":"No consent or accounts were found for the consent","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},{"code":"500","description":"A server error has occurred","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},{"code":"502","description":"The provider is temporarily unavailable or rate limit has been reached, try again in a few minutes","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}],"pointer":"/paths/~1income-verification~1v1~1consents~1{consentId}~1verifications/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_95","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_95"}}},{"code":"400","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}},{"code":"401"},{"code":"403","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}},{"code":"404","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}},{"code":"500","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}},{"code":"502","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/income-verification/paths/~1income-verification~1v1~1consents~1{consentid}~1verifications/get"}],"panels":[]}]},"httpPath":"/income-verification/v1/consents/{consentId}/verifications"}],"content":{"contentType":"group","meta":{"name":"Income Verification"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Income Verification","showPageActions":true}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/income-verification/v1/consents/{consentId}/verifications","summary":"Gets the income verifications for the accounts shared for a consent.","prefix":{"name":"get","color":"http-deprecated"},"badges":[],"link":"/income-verification/paths/~1income-verification~1v1~1consents~1{consentid}~1verifications/get","deprecated":true}]}]}]}]}},{"type":"group","label":"Affordability","link":"/content/apis/affordability","routeSlug":"/content/apis/affordability","items":[{"type":"link","label":"Integration ","link":"/content/apis/affordability/affordability-integration","routeSlug":"/content/apis/affordability/affordability-integration","content":{"contentType":"item","itemVariant":"markdown","meta":{"name":"Integration "},"children":[{"nodeType":"container","children":[{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"heading","attributes":{"level":3,"id":"affordability/affordability-integration"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Integration "},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"If you wish to get the affordability for a given consent, you can do so using the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"GET /affordability/v1/consents/:consentId"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" endpoint. Please ensure that this product is enabled for your app by talking to support before using this endpoint."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"There is one additional request parameters that can be specified when making a request:"},"children":[]}]}]},{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"*"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"includeFlexibleCosts"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", when "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"true"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", returns transactions marked as flexible and will include those transactions in the affordability calculation. When this value is "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"false"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", it will still return the transactions marked as flexible but will omit those transactions from the affordability calculation. Please note that "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"flexibleCosts"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" and "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"estimatedFlexibleCosts"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" values will be still shown in case there have been transactions that are associated with flexible costs, but these values are not taken into account while calculating "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"estimatedAffordability"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":". Note, the default value for this parameter is "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"true"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"In response to your call, you will receive a JSON object containing each months affordability with an estimated total for the months supplied with the account details."},"children":[]}]}]}]}],"panels":[]}]}},{"type":"link","label":"Authorization ","link":"/content/apis/affordability/affordability-authorization","routeSlug":"/content/apis/affordability/affordability-authorization","content":{"contentType":"item","itemVariant":"markdown","meta":{"name":"Authorization "},"children":[{"nodeType":"container","children":[{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"heading","attributes":{"level":3,"id":"affordability/affordability-authorization"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Authorization "},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"This API requires a bearer token using the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"api:data"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" scope"},"children":[]}]}]}]}],"panels":[]}]}},{"label":"Get affordability for the accounts shared for a consent.","deprecated":true,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/content/apis/affordability/paths/~1affordability~1v1~1consents~1{consentid}/get","routeSlug":"/content/apis/affordability/paths/~1affordability~1v1~1consents~1{consentid}/get","metadata":{"seo":{"title":"Get affordability for the accounts shared for a consent.","description":"Maximum of 12 months returned"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"name":"Get affordability for the accounts shared for a consent.","deprecated":true,"isWebhook":false,"pointer":"/paths/~1affordability~1v1~1consents~1{consentId}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get affordability for the accounts shared for a consent.","isWebhook":false,"deprecated":true,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Maximum of 12 months returned"},{"nodeType":"security","requirements":[{"schemes":[{"name":"Bearer","scopes":["api:data"],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"JWT Authorization header using the Bearer scheme."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Enter 'Bearer' [space] and then your token in the text input below."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Example: \"Bearer token123\""},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"consentId","in":"path","schemaId":"schema_72","description":"The consent ID to fetch the affordability results for","required":true}],"pointer":"/paths/~1affordability~1v1~1consents~1{consentId}/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"includeFlexibleCosts","in":"query","schemaId":"schema_96","description":"Includes the flags used to calculate the confidence score"}],"pointer":"/paths/~1affordability~1v1~1consents~1{consentId}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/affordability/v1/consents/{consentId}","servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"parameters":{"path":[{"name":"consentId","in":"path","required":true,"schemaId":"schema_72"}],"query":[{"name":"includeFlexibleCosts","in":"query","schemaId":"schema_96"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"Bearer","type":"http","scheme":"bearer"}],"scopes":["api:data"]}],"responseCodes":["200","400","401","403","500"],"pointer":"/affordability/v1/consents/{consentId}","href":"affordability/paths/~1affordability~1v1~1consents~1{consentid}/get","summary":"Get affordability for the accounts shared for a consent."},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Affordability Calculations for the supplied transactions","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_97"}},"schemaId":"schema_97"},{"code":"400","description":"Invalid transactions provided","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},{"code":"401","description":"The authorization header was invalid or not found"},{"code":"403","description":"The application is not authorised to access affordability","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"},{"code":"500","description":"A server error has occurred","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}},"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}],"pointer":"/paths/~1affordability~1v1~1consents~1{consentId}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_97","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_97"}}},{"code":"400","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}},{"code":"401"},{"code":"403","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}},{"code":"500","schemaId":"components/schemas/DirectID.Models.Errors.Error1","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectID.Models.Errors.Error1"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/affordability/paths/~1affordability~1v1~1consents~1{consentid}/get"}],"panels":[]}]},"httpPath":"/affordability/v1/consents/{consentId}"}],"content":{"contentType":"group","meta":{"name":"Affordability"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Affordability","showPageActions":true}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/affordability/v1/consents/{consentId}","summary":"Get affordability for the accounts shared for a consent.","prefix":{"name":"get","color":"http-deprecated"},"badges":[],"link":"/affordability/paths/~1affordability~1v1~1consents~1{consentid}/get","deprecated":true}]}]}]}]}}],"store":{"schemaStore":{"components/schemas/DirectID.Authorization.Service.Models.Response.TokenResult":{"id":"components/schemas/DirectID.Authorization.Service.Models.Response.TokenResult","kind":"json-schema","title":"DirectID.Authorization.Service.Models.Response.TokenResult","data":{"type":"object","properties":{"tokenType":{"type":"string","nullable":true},"expiresIn":{"type":"integer","format":"int64"},"accessToken":{"type":"string","nullable":true}},"additionalProperties":false}},"components/schemas/DirectID.Authorization.Service.Models.Response.ValidationTokenResult":{"id":"components/schemas/DirectID.Authorization.Service.Models.Response.ValidationTokenResult","kind":"json-schema","title":"DirectID.Authorization.Service.Models.Response.ValidationTokenResult","data":{"type":"object","properties":{"validationToken":{"type":"string","description":"DID Connect validation token.","nullable":true},"expiresIn":{"type":"integer","description":"Expiry time in seconds.","format":"int32"}},"additionalProperties":false}},"components/schemas/DirectID.Models.Errors.Error":{"id":"components/schemas/DirectID.Models.Errors.Error","kind":"json-schema","title":"DirectID.Models.Errors.Error","data":{"type":"object","properties":{"code":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"details":{"type":"string","nullable":true},"correlationId":{"type":"string","nullable":true}},"additionalProperties":false}},"components/schemas/DirectID.Consent.Service.Models.ConsentStatus":{"id":"components/schemas/DirectID.Consent.Service.Models.ConsentStatus","kind":"json-schema","title":"DirectID.Consent.Service.Models.ConsentStatus","data":{"enum":["Pending","Active","Revoked","Abandoned","Failed","Expired"],"type":"string"}},"components/schemas/DirectID.Consent.Service.Models.DataSourceType":{"id":"components/schemas/DirectID.Consent.Service.Models.DataSourceType","kind":"json-schema","title":"DirectID.Consent.Service.Models.DataSourceType","data":{"enum":["OpenBanking","CreditInformation","UserSupplied"],"type":"string"}},"components/schemas/DirectID.Models.Consent.Consent":{"id":"components/schemas/DirectID.Models.Consent.Consent","kind":"json-schema","title":"DirectID.Models.Consent.Consent","data":{"type":"object","properties":{"consentId":{"type":"string","description":"Unique reference for the consent.","format":"uuid"},"applicationId":{"type":"string","description":"Application Id for the client.","format":"uuid"},"userId":{"type":"string","description":"Unique reference for the User the consent is associated with.","format":"uuid"},"providerId":{"type":"integer","description":"Provider Id for the consent.","format":"int32"},"providerName":{"type":"string","description":"Provider name for the consent.","nullable":true},"configurationName":{"type":"string","description":"Specific configuration of the client.","nullable":true},"customerReference":{"type":"string","description":"Reference for the consent provided by the client.","nullable":true},"consentDurationType":{"$ref":"#/components/schemas/DirectID.Models.Consent.ConsentDurationType"},"consentStatus":{"$ref":"#/components/schemas/DirectID.Models.Consent.ConsentStatus"},"consentStart":{"type":"string","description":"Start date for the consent.","format":"date-time","nullable":true},"consentEnd":{"type":"string","description":"End date for the consent.","format":"date-time","nullable":true},"duration":{"type":"string","description":"Duration of consent in ISO8601 format.","nullable":true},"daysOfHistoricalTransactions":{"type":"integer","description":"Number of days of transactions that can be requested from the bank.","format":"int32","nullable":true},"statusUpdated":{"type":"string","description":"Date of last status update of the consent.","format":"date-time"},"statusDetails":{"type":"string","description":"Details for the current status.","nullable":true},"permissions":{"type":"array","items":{"type":"string"},"description":"List of permissions for the consent.","nullable":true},"invitationId":{"type":"string","description":"Associated Invitation Id","nullable":true},"journeyType":{"$ref":"#/components/schemas/DirectID.Models.Consent.ConsentJourneyType"}},"additionalProperties":false,"description":"Common model for Consent representation"}},"components/schemas/DirectID.Models.Consent.ConsentDataSource":{"id":"components/schemas/DirectID.Models.Consent.ConsentDataSource","kind":"json-schema","title":"DirectID.Models.Consent.ConsentDataSource","data":{"enum":["Akoya","CIS","Finverse","OAuth","SaltEdge","Yapily","Yodlee","DocumentService"],"type":"string"}},"components/schemas/DirectID.Models.Consent.ConsentDataSourceType":{"id":"components/schemas/DirectID.Models.Consent.ConsentDataSourceType","kind":"json-schema","title":"DirectID.Models.Consent.ConsentDataSourceType","data":{"enum":["OpenBanking","CreditInformation","UserSupplied"],"type":"string"}},"components/schemas/DirectID.Models.Consent.ConsentDurationType":{"id":"components/schemas/DirectID.Models.Consent.ConsentDurationType","kind":"json-schema","title":"DirectID.Models.Consent.ConsentDurationType","data":{"enum":["Single","Limited","Infinite"],"type":"string","description":"Type of the consent based on duration."}},"components/schemas/DirectID.Models.Consent.ConsentJourneyType":{"id":"components/schemas/DirectID.Models.Consent.ConsentJourneyType","kind":"json-schema","title":"DirectID.Models.Consent.ConsentJourneyType","data":{"enum":["Reauthentication","Reconfirmation"],"type":"string","description":"Used to indicate the type of journey that was performed\nIf null it means the default(initial) journey was performed."}},"components/schemas/DirectID.Models.Consent.ConsentStatus":{"id":"components/schemas/DirectID.Models.Consent.ConsentStatus","kind":"json-schema","title":"DirectID.Models.Consent.ConsentStatus","data":{"enum":["Pending","Active","Revoked","Abandoned","Failed","Expired"],"type":"string"}},"components/schemas/DirectID.Models.Consent.ConsentV2":{"id":"components/schemas/DirectID.Models.Consent.ConsentV2","kind":"json-schema","title":"DirectID.Models.Consent.ConsentV2","data":{"type":"object","properties":{"consentId":{"type":"string","description":"Unique reference for the consent.","format":"uuid"},"applicationId":{"type":"string","description":"Application Id for the client.","format":"uuid"},"userId":{"type":"string","description":"Unique reference for the User the consent is associated with.","format":"uuid"},"providerId":{"type":"integer","description":"Provider Id for the consent.","format":"int32","nullable":true},"providerName":{"type":"string","description":"Provider name for the consent.","nullable":true},"configurationName":{"type":"string","description":"Specific configuration of the client.","nullable":true},"customerReference":{"type":"string","description":"Reference for the consent provided by the client.","nullable":true},"consentDurationType":{"$ref":"#/components/schemas/DirectID.Models.Consent.ConsentDurationType"},"consentStatus":{"$ref":"#/components/schemas/DirectID.Models.Consent.ConsentStatus"},"consentStart":{"type":"string","description":"Start date for the consent.","format":"date-time","nullable":true},"consentEnd":{"type":"string","description":"End date for the consent.","format":"date-time","nullable":true},"duration":{"type":"string","description":"Duration of consent in ISO8601 format.","nullable":true},"daysOfHistoricalTransactions":{"type":"integer","description":"Number of days of transactions that can be requested from the bank.","format":"int32","nullable":true},"statusUpdated":{"type":"string","description":"Date of last status update of the consent.","format":"date-time"},"statusDetails":{"type":"string","description":"Details for the current status.","nullable":true},"permissions":{"type":"array","items":{"type":"string"},"description":"List of permissions for the consent.","nullable":true},"invitationId":{"type":"string","description":"Associated Invitation Id","nullable":true},"journeyType":{"$ref":"#/components/schemas/DirectID.Models.Consent.ConsentJourneyType"},"dataSourceType":{"$ref":"#/components/schemas/DirectID.Models.Consent.ConsentDataSourceType"},"dataSource":{"$ref":"#/components/schemas/DirectID.Models.Consent.ConsentDataSource"}},"additionalProperties":false,"description":"Common model Consent representation (v2)"}},"components/schemas/DirectID.Models.Errors.Error1":{"id":"components/schemas/DirectID.Models.Errors.Error1","kind":"json-schema","title":"DirectID.Models.Errors.Error1","data":{"type":"object","properties":{"code":{"type":"string","description":"Error code.","nullable":true},"description":{"type":"string","description":"Error message.","nullable":true},"details":{"type":"string","description":"Error details.","nullable":true},"correlationId":{"type":"string","description":"User transaction tracking Id","nullable":true}},"additionalProperties":false}},"components/schemas/DirectID.AccountVerification.Services.AccountVerificationError":{"id":"components/schemas/DirectID.AccountVerification.Services.AccountVerificationError","kind":"json-schema","title":"DirectID.AccountVerification.Services.AccountVerificationError","data":{"enum":["AccountIdentifierNotFound","PartyNameNotFound","NameOnlyMatch"],"type":"string"}},"components/schemas/DirectID.Data.API.Models.Account.AccountDetails":{"id":"components/schemas/DirectID.Data.API.Models.Account.AccountDetails","kind":"json-schema","title":"DirectID.Data.API.Models.Account.AccountDetails","data":{"type":"object","properties":{"accountId":{"type":"string","description":"Unique identifier for the account at the institution.","nullable":true},"currencyCode":{"type":"string","description":"ISO4217 currency code for the account.","nullable":true},"displayName":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The user’s familiar name for the account."},"children":[]}]}]}],"nullable":true},"accountHolderNames":{"type":"string","description":"The AccountHolderNames is the name or names of the account owner(s) represented at an account level.","nullable":true},"accountType":{"$ref":"#/components/schemas/DirectID.Data.API.Models.Provider.AccountType"},"accountSubType":{"$ref":"#/components/schemas/DirectID.Data.API.Models.Provider.AccountSubType"},"identifiers":{"$ref":"#/components/schemas/DirectID.Data.API.Models.Provider.Identifiers"},"parties":{"type":"array","items":{"$ref":"#/components/schemas/DirectID.Data.API.Models.Provider.Party"},"nullable":true}},"additionalProperties":false,"description":"Details of a specific account"}},"components/schemas/DirectID.Data.API.Models.Account.AccountList":{"id":"components/schemas/DirectID.Data.API.Models.Account.AccountList","kind":"json-schema","title":"DirectID.Data.API.Models.Account.AccountList","data":{"type":"object","properties":{"providerId":{"type":"string","description":"The unique identifier of the provider.","nullable":true},"providerName":{"type":"string","description":"The name of the provider e.g., Lloyds.","nullable":true},"countryCode":{"type":"string","description":"An ISO 3166-1 alpha-2 Country code for the account.","nullable":true},"requestDateTime":{"type":"string","description":"ISO 8601 (UTC) encoded date time string containing\nthe date and time the data was retrieved.","nullable":true},"accounts":{"type":"array","items":{"$ref":"#/components/schemas/DirectID.Data.API.Models.Account.AccountDetails"},"description":"The list of account details returned.","nullable":true}},"additionalProperties":false,"description":"List of accounts returned for a given consent."}},"components/schemas/DirectID.Data.API.Models.Account.AccountResponse":{"id":"components/schemas/DirectID.Data.API.Models.Account.AccountResponse","kind":"json-schema","title":"DirectID.Data.API.Models.Account.AccountResponse","data":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/DirectID.Data.API.Models.Account.AccountSingle"},"meta":{"$ref":"#/components/schemas/DirectID.Data.Common.Response.EmptyMetaData"}},"additionalProperties":false,"description":"Response object for account information"}},"components/schemas/DirectID.Data.API.Models.Account.AccountSingle":{"id":"components/schemas/DirectID.Data.API.Models.Account.AccountSingle","kind":"json-schema","title":"DirectID.Data.API.Models.Account.AccountSingle","data":{"type":"object","properties":{"providerId":{"type":"string","description":"The unique identifier of the provider.","nullable":true},"providerName":{"type":"string","description":"The name of the provider e.g., Lloyds.","nullable":true},"countryCode":{"type":"string","description":"An ISO 3166-1 alpha-2 Country code for the account.","nullable":true},"requestDateTime":{"type":"string","description":"ISO 8601 (UTC) encoded date time string containing\nthe date and time the data was retrieved.","nullable":true},"account":{"$ref":"#/components/schemas/DirectID.Data.API.Models.Account.AccountDetails"}},"additionalProperties":false,"description":"Account returned for a given consent."}},"components/schemas/DirectID.Data.API.Models.Account.AccountsResponse":{"id":"components/schemas/DirectID.Data.API.Models.Account.AccountsResponse","kind":"json-schema","title":"DirectID.Data.API.Models.Account.AccountsResponse","data":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/DirectID.Data.API.Models.Account.AccountList"},"meta":{"$ref":"#/components/schemas/DirectID.Data.Common.Response.TotalRecordsMetaData"}},"additionalProperties":false,"description":"Response object for list of accounts"}},"components/schemas/DirectID.Data.API.Models.AccountVerification.Request.AccountVerificationRequest":{"id":"components/schemas/DirectID.Data.API.Models.AccountVerification.Request.AccountVerificationRequest","kind":"json-schema","title":"DirectID.Data.API.Models.AccountVerification.Request.AccountVerificationRequest","data":{"required":["accountHolderName","identifier"],"type":"object","properties":{"accountHolderName":{"minLength":1,"type":"string","description":"Individual associated with the target account"},"identifier":{"$ref":"#/components/schemas/DirectID.Data.API.Models.AccountVerification.Request.Identifier"},"ignoreMiddleNames":{"type":"boolean","description":"Flag to indicate if matching with middle names is enabled"}},"additionalProperties":false,"description":"A set of elements that describes the account verification request."}},"components/schemas/DirectID.Data.API.Models.AccountVerification.Request.Identifier":{"id":"components/schemas/DirectID.Data.API.Models.AccountVerification.Request.Identifier","kind":"json-schema","title":"DirectID.Data.API.Models.AccountVerification.Request.Identifier","data":{"type":"object","properties":{"iban":{"type":"string","description":"International Bank Account Number (IBAN)","nullable":true},"bic":{"type":"string","description":"Bank Identifier Code (BIC) is the SWIFT Address assigned to a bank in order to send\nautomated payments quickly and accurately to the banks concerned.","nullable":true},"bankCode":{"type":"string","description":"The national bank transit or transfer code used for identification of the bank assigned\nby a central bank in a country, eg: A Routing number(US/CA) or Sort code(UK)","nullable":true},"accountNumber":{"type":"string","description":"The bank's unique identifier for the account","nullable":true},"countryCode":{"type":"string","description":"An ISO 3166-1 alpha-2 Country code for the account.","nullable":true}},"additionalProperties":false}},"components/schemas/DirectID.Data.API.Models.AccountVerification.Response.AccountIdentifier":{"id":"components/schemas/DirectID.Data.API.Models.AccountVerification.Response.AccountIdentifier","kind":"json-schema","title":"DirectID.Data.API.Models.AccountVerification.Response.AccountIdentifier","data":{"type":"object","properties":{"countryCode":{"type":"string","description":"An ISO 3166-1 alpha-2 Country code for the account.","nullable":true},"accountNumber":{"type":"string","description":"The bank's unique identifier for the account","nullable":true},"bankCode":{"type":"string","description":"The national bank transit or transfer code used for identification of the bank assigned\nby a central bank in a country, eg: A Routing number(US/CA) or Sort code(UK)","nullable":true},"iban":{"type":"string","description":"An internationally agreed upon system of identifying bank accounts across national borders\nto facilitate the communication and processing of cross border transactions with a reduced \nrisk of transcription errors.","nullable":true},"bic":{"type":"string","description":"BIC (Business Identifier Code) is an ISO 9362 standard for routing business transactions\nand identifying business parties.","nullable":true},"type":{"$ref":"#/components/schemas/DirectID.Data.API.Models.AccountVerification.Response.IdentifierType"}},"additionalProperties":false}},"components/schemas/DirectID.Data.API.Models.AccountVerification.Response.AccountVerification":{"id":"components/schemas/DirectID.Data.API.Models.AccountVerification.Response.AccountVerification","kind":"json-schema","title":"DirectID.Data.API.Models.AccountVerification.Response.AccountVerification","data":{"enum":["Pass","Fail","NA","Partial"],"type":"string"}},"components/schemas/DirectID.Data.API.Models.AccountVerification.Response.AccountVerificationResponse":{"id":"components/schemas/DirectID.Data.API.Models.AccountVerification.Response.AccountVerificationResponse","kind":"json-schema","title":"DirectID.Data.API.Models.AccountVerification.Response.AccountVerificationResponse","data":{"type":"object","properties":{"result":{"$ref":"#/components/schemas/DirectID.Data.API.Models.AccountVerification.Response.AccountVerification"},"reason":{"$ref":"#/components/schemas/DirectID.AccountVerification.Services.AccountVerificationError"},"matchedAccount":{"$ref":"#/components/schemas/DirectID.Data.API.Models.AccountVerification.Response.AccountIdentifier"},"matchedAccountHolderName":{"type":"string","description":"Account holder name returned by the provider that is used for matching with provided account details","nullable":true}},"additionalProperties":false}},"components/schemas/DirectID.Data.API.Models.AccountVerification.Response.IdentifierType":{"id":"components/schemas/DirectID.Data.API.Models.AccountVerification.Response.IdentifierType","kind":"json-schema","title":"DirectID.Data.API.Models.AccountVerification.Response.IdentifierType","data":{"enum":["Iban","Bic","CountrySpecific"],"type":"string"}},"components/schemas/DirectID.Data.API.Models.Affordability.Request.AffordabilityEngineRequest":{"id":"components/schemas/DirectID.Data.API.Models.Affordability.Request.AffordabilityEngineRequest","kind":"json-schema","title":"DirectID.Data.API.Models.Affordability.Request.AffordabilityEngineRequest","data":{"required":["countryCode","currencyCode","referenceId"],"type":"object","properties":{"referenceId":{"minLength":1,"type":"string","description":"Unique identifier for the account to have the affordability calculated"},"includeFlexibleCosts":{"type":"boolean","description":"Includes flexible costs in the affordability calculation"},"currencyCode":{"minLength":1,"type":"string","description":"Currency code for the transactions, currently supported codes are GBP and USD."},"countryCode":{"minLength":1,"type":"string","description":"Country code for the account of the transactions"},"transactions":{"type":"array","items":{"$ref":"#/components/schemas/DirectID.Data.API.Models.Affordability.Request.AffordabilityTransaction"},"nullable":true}},"additionalProperties":false}},"components/schemas/DirectID.Data.API.Models.Affordability.Request.AffordabilityTransaction":{"id":"components/schemas/DirectID.Data.API.Models.Affordability.Request.AffordabilityTransaction","kind":"json-schema","title":"DirectID.Data.API.Models.Affordability.Request.AffordabilityTransaction","data":{"required":["amount","bookingDate","creditDebitIndicator","description","status","transactionId"],"type":"object","properties":{"transactionId":{"minLength":1,"type":"string","description":"Unique transaction id assigned by the provider"},"description":{"minLength":1,"type":"string","description":"A description line for the transaction"},"amount":{"type":"number","description":"The quantity of money","format":"double"},"creditDebitIndicator":{"$ref":"#/components/schemas/DirectID.Data.Common.Models.Account.CreditDebitIndicator"},"status":{"$ref":"#/components/schemas/DirectID.Data.Common.Models.Account.TransactionStatus"},"bookingDate":{"minLength":1,"type":"string","description":"ISO8601 formatted date string containing the date the transaction is expected to be settled(or did settle)"}},"additionalProperties":false}},"components/schemas/DirectID.Data.API.Models.Affordability.Response.AffordabilityEngineResponse":{"id":"components/schemas/DirectID.Data.API.Models.Affordability.Response.AffordabilityEngineResponse","kind":"json-schema","title":"DirectID.Data.API.Models.Affordability.Response.AffordabilityEngineResponse","data":{"type":"object","properties":{"referenceId":{"type":"string","description":"Unique identifier for the categorisation request","nullable":true},"countryCode":{"type":"string","description":"Country code for the account of the transactions","nullable":true},"currencyCode":{"type":"string","description":"Currency code for the transactions, currently supported codes are GBP and USD.","nullable":true},"affordabilityMonths":{"type":"array","items":{"$ref":"#/components/schemas/DirectID.Data.API.Models.Affordability.Response.MonthAffordability"},"description":"List of Month Affordability","nullable":true},"estimatedCalculatedIncome":{"type":"number","description":"Calculated Income Estimate","format":"double","readOnly":true},"estimatedFixedCosts":{"type":"number","description":"Calculated Fixed Cost Estimate","format":"double","readOnly":true},"estimatedFlexibleCosts":{"type":"number","description":"Calculated Flexible Costs Estimate","format":"double","readOnly":true},"estimatedDebtFees":{"type":"number","description":"Calculated Debt Fees Estimate","format":"double","readOnly":true},"estimatedAffordability":{"type":"number","description":"Calculated Affordability Estimate","format":"double","readOnly":true}},"additionalProperties":false}},"components/schemas/DirectID.Data.API.Models.Affordability.Response.AffordabilityResponse":{"id":"components/schemas/DirectID.Data.API.Models.Affordability.Response.AffordabilityResponse","kind":"json-schema","title":"DirectID.Data.API.Models.Affordability.Response.AffordabilityResponse","data":{"type":"object","properties":{"accountDetails":{"$ref":"#/components/schemas/DirectID.Data.API.Models.Affordability.Response.Connect.AccountDetails"},"affordabilityMonths":{"type":"array","items":{"$ref":"#/components/schemas/DirectID.Data.API.Models.Affordability.Response.MonthAffordability"},"description":"List of Month Affordability","nullable":true},"estimatedCalculatedIncome":{"type":"number","description":"Calculated Income Estimate","format":"double","readOnly":true},"estimatedFixedCosts":{"type":"number","description":"Calculated Fixed Cost Estimate","format":"double","readOnly":true},"estimatedFlexibleCosts":{"type":"number","description":"Calculated Flexible Costs Estimate","format":"double","readOnly":true},"estimatedDebtFees":{"type":"number","description":"Calculated Debt Fees Estimate","format":"double","readOnly":true},"estimatedAffordability":{"type":"number","description":"Calculated Affordability Estimate","format":"double","readOnly":true}},"additionalProperties":false}},"components/schemas/DirectID.Data.API.Models.Affordability.Response.Connect.AccountDetails":{"id":"components/schemas/DirectID.Data.API.Models.Affordability.Response.Connect.AccountDetails","kind":"json-schema","title":"DirectID.Data.API.Models.Affordability.Response.Connect.AccountDetails","data":{"type":"object","properties":{"accountId":{"type":"string","description":"Unique identifier for the account at the institution","nullable":true},"bankCode":{"type":"string","description":"The national bank transit or transfer code used for identification of the bank assigned\nby a central bank in a country, eg: A Routing number(US/CA) or Sort code(UK)","nullable":true},"accountNumber":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The bank’s unique identifier for the account"},"children":[]}]}]}],"nullable":true},"accountType":{"$ref":"#/components/schemas/DirectID.Data.Common.Models.Account.AccountType"},"accountSubType":{"$ref":"#/components/schemas/DirectID.Data.Common.Models.Account.AccountSubType"},"currencyCode":{"type":"string","description":"ISO4217 currency code for the account","nullable":true},"accountHolderNames":{"type":"string","description":"The AccountHolderNames is the name or names of the account owner(s) represented at an account level.","nullable":true},"customerReference":{"type":"string","description":"The reference that is passed by the customer","nullable":true},"parties":{"type":"array","items":{"$ref":"#/components/schemas/DirectID.Data.API.Models.Affordability.Response.Connect.PartyIdentifier"},"nullable":true}},"additionalProperties":false}},"components/schemas/DirectID.Data.API.Models.Affordability.Response.Connect.PartyIdentifier":{"id":"components/schemas/DirectID.Data.API.Models.Affordability.Response.Connect.PartyIdentifier","kind":"json-schema","title":"DirectID.Data.API.Models.Affordability.Response.Connect.PartyIdentifier","data":{"type":"object","properties":{"accountHolderName":{"type":"string","description":"Name by which a specific party is known and which is usually used to identify that party.","nullable":true},"isIndividual":{"type":"boolean","description":"Indicates the party is an individual and not a business.","nullable":true},"isAuthorizingParty":{"type":"boolean","description":"Indicates the party authorized the connection on behalf of a joint or business account.","nullable":true},"partyType":{"$ref":"#/components/schemas/DirectID.Data.API.Models.Bank.PartyType"}},"additionalProperties":false}},"components/schemas/DirectID.Data.API.Models.Affordability.Response.MonthAffordability":{"id":"components/schemas/DirectID.Data.API.Models.Affordability.Response.MonthAffordability","kind":"json-schema","title":"DirectID.Data.API.Models.Affordability.Response.MonthAffordability","data":{"type":"object","properties":{"month":{"type":"integer","format":"int32"},"year":{"type":"integer","format":"int32"},"monthDateTime":{"type":"string","format":"date-time","readOnly":true},"calculatedIncome":{"type":"number","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Estimated income value derived from Income Verification process, used for calculating affordability."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"remarks","attrs":{}},"children":[{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"This value will be the same for all months, as opposed to [DirectID.Data.API.Models.Affordability.Response.MonthAffordability.IncomeForMonth] that tracks actual"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"income recorded for a given month."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]}]}]}]}],"format":"double"},"affordability":{"type":"number","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Affordability value calculated by subtracting expenditure from [DirectID.Data.API.Models.Affordability.Response.MonthAffordability.CalculatedIncome]."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"remarks","attrs":{}},"children":[{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"As it's based on [DirectID.Data.API.Models.Affordability.Response.MonthAffordability.CalculatedIncome] which has the same value for all months, this doesn't"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"reflect the reality of affordability for the given month, but we use it for calculating the top level"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"aggregate value [DirectID.Data.API.Models.Affordability.Response.AffordabilityResponse] and sensible"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"to record it so that we can later reference / confirm the top level aggregate is being calculated correctly."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]}]}]}]}],"format":"double"},"incomeForMonth":{"type":"number","description":"Income recorded from all identified income sources for the given month","format":"double","nullable":true},"affordabilityForMonth":{"type":"number","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Affordability value calculated by subtracting expenditure from [DirectID.Data.API.Models.Affordability.Response.MonthAffordability.IncomeForMonth]"},"children":[]}]}]}],"format":"double","nullable":true},"fixedCosts":{"type":"number","format":"double"},"flexibleCosts":{"type":"number","format":"double"},"debtFees":{"type":"number","format":"double"}},"additionalProperties":false}},"components/schemas/DirectID.Data.API.Models.Balance.BalancesResponse":{"id":"components/schemas/DirectID.Data.API.Models.Balance.BalancesResponse","kind":"json-schema","title":"DirectID.Data.API.Models.Balance.BalancesResponse","data":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/DirectID.Data.API.Models.Provider.Balances"},"meta":{"$ref":"#/components/schemas/DirectID.Data.Common.Response.EmptyMetaData"}},"additionalProperties":false,"description":"Response object for account balances information"}},"components/schemas/DirectID.Data.API.Models.Bank.PartyType":{"id":"components/schemas/DirectID.Data.API.Models.Bank.PartyType","kind":"json-schema","title":"DirectID.Data.API.Models.Bank.PartyType","data":{"enum":["Delegate","Joint","Sole"],"type":"string","description":"Party type, in a coded form."}},"components/schemas/DirectID.Data.API.Models.Categorisation.Request.CategorisationRequest":{"id":"components/schemas/DirectID.Data.API.Models.Categorisation.Request.CategorisationRequest","kind":"json-schema","title":"DirectID.Data.API.Models.Categorisation.Request.CategorisationRequest","data":{"required":["countryCode","currencyCode","referenceId"],"type":"object","properties":{"referenceId":{"minLength":1,"type":"string","description":"Unique identifier for the categorisation request"},"countryCode":{"minLength":1,"type":"string","description":"Country code for the account of the transactions"},"currencyCode":{"minLength":1,"type":"string","description":"Currency code for the transactions, currently supported codes are GBP and USD."},"transactions":{"type":"array","items":{"$ref":"#/components/schemas/DirectID.Data.API.Models.Categorisation.Request.CategorisationTransaction"},"description":"Transaction data. Maximum limit for the number of transactions is 5000.","nullable":true}},"additionalProperties":false}},"components/schemas/DirectID.Data.API.Models.Categorisation.Request.CategorisationTransaction":{"id":"components/schemas/DirectID.Data.API.Models.Categorisation.Request.CategorisationTransaction","kind":"json-schema","title":"DirectID.Data.API.Models.Categorisation.Request.CategorisationTransaction","data":{"required":["amount","bookingDate","creditDebitIndicator","description","status","transactionId"],"type":"object","properties":{"transactionId":{"minLength":1,"type":"string","description":"Unique transaction id assigned by the provider"},"description":{"minLength":1,"type":"string","description":"A description line for the transaction"},"amount":{"type":"number","description":"The quantity of money","format":"double"},"creditDebitIndicator":{"$ref":"#/components/schemas/DirectID.Data.Common.Models.Account.CreditDebitIndicator"},"status":{"$ref":"#/components/schemas/DirectID.Data.Common.Models.Account.TransactionStatus"},"bookingDate":{"minLength":1,"type":"string","description":"ISO8601 formatted date string containing the date the transaction is expected to be settled(or did settle)"}},"additionalProperties":false}},"components/schemas/DirectID.Data.API.Models.Categorisation.Response.CategorisationResponse":{"id":"components/schemas/DirectID.Data.API.Models.Categorisation.Response.CategorisationResponse","kind":"json-schema","title":"DirectID.Data.API.Models.Categorisation.Response.CategorisationResponse","data":{"type":"object","properties":{"referenceId":{"type":"string","description":"Unique identifier for the categorisation request","nullable":true},"countryCode":{"type":"string","description":"Country code for the account of the transactions","nullable":true},"currencyCode":{"type":"string","description":"Currency code for the transactions, currently supported codes are GBP and USD.","nullable":true},"transactions":{"type":"array","items":{"$ref":"#/components/schemas/DirectID.Data.API.Models.Categorisation.Response.CategorisationTransactionResponse"},"nullable":true}},"additionalProperties":false}},"components/schemas/DirectID.Data.API.Models.Categorisation.Response.CategorisationTransactionResponse":{"id":"components/schemas/DirectID.Data.API.Models.Categorisation.Response.CategorisationTransactionResponse","kind":"json-schema","title":"DirectID.Data.API.Models.Categorisation.Response.CategorisationTransactionResponse","data":{"required":["amount","bookingDate","creditDebitIndicator","description","status","transactionId"],"type":"object","properties":{"transactionId":{"minLength":1,"type":"string","description":"Unique transaction id assigned by the provider"},"description":{"minLength":1,"type":"string","description":"A description line for the transaction"},"amount":{"type":"number","description":"The quantity of money","format":"double"},"creditDebitIndicator":{"$ref":"#/components/schemas/DirectID.Data.Common.Models.Account.CreditDebitIndicator"},"status":{"$ref":"#/components/schemas/DirectID.Data.Common.Models.Account.TransactionStatus"},"bookingDate":{"minLength":1,"type":"string","description":"ISO8601 formatted date string containing the date the transaction is expected to be settled(or did settle)"},"enrichedData":{"$ref":"#/components/schemas/DirectID.Data.API.Models.Provider.EnrichedData"}},"additionalProperties":false}},"components/schemas/DirectID.Data.API.Models.IncomeVerification.Request.API.IncomeVerificationRequest":{"id":"components/schemas/DirectID.Data.API.Models.IncomeVerification.Request.API.IncomeVerificationRequest","kind":"json-schema","title":"DirectID.Data.API.Models.IncomeVerification.Request.API.IncomeVerificationRequest","data":{"required":["accountId","currencyCode"],"type":"object","properties":{"accountId":{"minLength":1,"type":"string","description":"Unique identifier for the account to be verified for income"},"includeFlags":{"type":"boolean","description":"Includes the flags used to calculate the confidence score"},"excludeBenefits":{"type":"boolean","description":"Excludes the benefits from the income streams"},"currencyCode":{"minLength":1,"type":"string","description":"Currency code for the transactions, currently supported codes are GBP and USD."},"transactions":{"type":"array","items":{"$ref":"#/components/schemas/DirectID.Data.API.Models.IncomeVerification.Request.API.IncomeVerificationTransaction"},"nullable":true}},"additionalProperties":false}},"components/schemas/DirectID.Data.API.Models.IncomeVerification.Request.API.IncomeVerificationTransaction":{"id":"components/schemas/DirectID.Data.API.Models.IncomeVerification.Request.API.IncomeVerificationTransaction","kind":"json-schema","title":"DirectID.Data.API.Models.IncomeVerification.Request.API.IncomeVerificationTransaction","data":{"required":["amount","bookingDate","creditDebitIndicator","description","status","transactionId"],"type":"object","properties":{"transactionId":{"minLength":1,"type":"string","description":"Unique transaction id assigned by the provider"},"description":{"minLength":1,"type":"string","description":"A description line for the transaction"},"amount":{"type":"number","description":"The quantity of money","format":"double"},"creditDebitIndicator":{"$ref":"#/components/schemas/DirectID.Data.Common.Models.Account.CreditDebitIndicator"},"status":{"$ref":"#/components/schemas/DirectID.Data.Common.Models.Account.TransactionStatus"},"bookingDate":{"minLength":1,"type":"string","description":"ISO8601 formatted date string containing the date the transaction is expected to be settled(or did settle)"}},"additionalProperties":false}},"components/schemas/DirectID.Data.API.Models.IncomeVerification.Response.API.IncomeVerification":{"id":"components/schemas/DirectID.Data.API.Models.IncomeVerification.Response.API.IncomeVerification","kind":"json-schema","title":"DirectID.Data.API.Models.IncomeVerification.Response.API.IncomeVerification","data":{"type":"object","properties":{"accountId":{"type":"string","nullable":true},"incomeStreams":{"type":"array","items":{"$ref":"#/components/schemas/DirectID.Data.API.Models.IncomeVerification.Response.IncomeStream"},"nullable":true},"incomeStreamsSummary":{"$ref":"#/components/schemas/DirectID.Data.API.Models.IncomeVerification.Response.IncomeStreamsSummary"}},"additionalProperties":false}},"components/schemas/DirectID.Data.API.Models.IncomeVerification.Response.ConfidenceScoreFlags":{"id":"components/schemas/DirectID.Data.API.Models.IncomeVerification.Response.ConfidenceScoreFlags","kind":"json-schema","title":"DirectID.Data.API.Models.IncomeVerification.Response.ConfidenceScoreFlags","data":{"type":"object","properties":{"incomeForLast3Months":{"type":"boolean","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Boolean flag for determining whether the income for the last three months"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"is present for this group ( > 0)"},"children":[]}]}]}]},"varianceTolerance5Percent":{"type":"boolean","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Boolean flag for determining whether the difference between estimated income and each"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"of the last three months incomes is >= -5%"},"children":[]}]}]}]},"varianceTolerance10Percent":{"type":"boolean","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Boolean flag for determining whether the difference between estimated income and each"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"of the last three months incomes is >= -10%"},"children":[]}]}]}]},"mostRecentCheckValue":{"type":"boolean","description":"Boolean flag for determining whether the most recent recorded income is higher than\nor equal to the estimated income"},"stabilityOverall":{"type":"number","description":"Calculated income stability over the whole recorded period","format":"double"},"stability6Months":{"type":"number","description":"Calculated income stability over the period of 6 months","format":"double"}},"additionalProperties":false}},"components/schemas/DirectID.Data.API.Models.IncomeVerification.Response.Connect.AccountDetails":{"id":"components/schemas/DirectID.Data.API.Models.IncomeVerification.Response.Connect.AccountDetails","kind":"json-schema","title":"DirectID.Data.API.Models.IncomeVerification.Response.Connect.AccountDetails","data":{"type":"object","properties":{"accountId":{"type":"string","description":"Unique identifier for the account at the institution","nullable":true},"bankCode":{"type":"string","description":"The national bank transit or transfer code used for identification of the bank assigned\nby a central bank in a country, eg: A Routing number(US/CA) or Sort code(UK)","nullable":true},"accountNumber":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The bank’s unique identifier for the account"},"children":[]}]}]}],"nullable":true},"accountType":{"$ref":"#/components/schemas/DirectID.Data.Common.Models.Account.AccountType"},"accountSubType":{"$ref":"#/components/schemas/DirectID.Data.Common.Models.Account.AccountSubType"},"currencyCode":{"type":"string","description":"ISO4217 currency code for the account","nullable":true},"accountHolderNames":{"type":"string","description":"The AccountHolderNames is the name or names of the account owner(s) represented at an account level.","nullable":true},"customerReference":{"type":"string","description":"The reference that is passed by the customer","nullable":true},"parties":{"type":"array","items":{"$ref":"#/components/schemas/DirectID.Data.API.Models.IncomeVerification.Response.Connect.PartyIdentifier"},"nullable":true}},"additionalProperties":false}},"components/schemas/DirectID.Data.API.Models.IncomeVerification.Response.Connect.IncomeVerification":{"id":"components/schemas/DirectID.Data.API.Models.IncomeVerification.Response.Connect.IncomeVerification","kind":"json-schema","title":"DirectID.Data.API.Models.IncomeVerification.Response.Connect.IncomeVerification","data":{"type":"object","properties":{"accountDetails":{"$ref":"#/components/schemas/DirectID.Data.API.Models.IncomeVerification.Response.Connect.AccountDetails"},"incomeStreams":{"type":"array","items":{"$ref":"#/components/schemas/DirectID.Data.API.Models.IncomeVerification.Response.IncomeStream"},"nullable":true},"incomeStreamsSummary":{"$ref":"#/components/schemas/DirectID.Data.API.Models.IncomeVerification.Response.IncomeStreamsSummary"},"verifiedIncomeStatus":{"$ref":"#/components/schemas/DirectID.Data.Common.Models.Account.VerifiedIncomeStatus"}},"additionalProperties":false}},"components/schemas/DirectID.Data.API.Models.IncomeVerification.Response.Connect.PartyIdentifier":{"id":"components/schemas/DirectID.Data.API.Models.IncomeVerification.Response.Connect.PartyIdentifier","kind":"json-schema","title":"DirectID.Data.API.Models.IncomeVerification.Response.Connect.PartyIdentifier","data":{"type":"object","properties":{"accountHolderName":{"type":"string","description":"Name by which a specific party is known and which is usually used to identify that party.","nullable":true},"isIndividual":{"type":"boolean","description":"Indicates the party is an individual and not a business.","nullable":true},"isAuthorizingParty":{"type":"boolean","description":"Indicates the party authorized the connection on behalf of a joint or business account.","nullable":true},"partyType":{"$ref":"#/components/schemas/DirectID.Data.API.Models.Bank.PartyType"}},"additionalProperties":false}},"components/schemas/DirectID.Data.API.Models.IncomeVerification.Response.IncomeMonth":{"id":"components/schemas/DirectID.Data.API.Models.IncomeVerification.Response.IncomeMonth","kind":"json-schema","title":"DirectID.Data.API.Models.IncomeVerification.Response.IncomeMonth","data":{"type":"object","properties":{"income":{"type":"number","description":"Income value for the month","format":"double"},"month":{"type":"integer","format":"int32"},"year":{"type":"integer","format":"int32"}},"additionalProperties":false}},"components/schemas/DirectID.Data.API.Models.IncomeVerification.Response.IncomeStream":{"id":"components/schemas/DirectID.Data.API.Models.IncomeVerification.Response.IncomeStream","kind":"json-schema","title":"DirectID.Data.API.Models.IncomeVerification.Response.IncomeStream","data":{"type":"object","properties":{"name":{"type":"string","description":"Unique description of this income stream","nullable":true},"numberOfDeposits":{"type":"integer","description":"The number of deposits made for this income stream","format":"int32"},"isBenefit":{"type":"boolean","description":"A flag indicating whether this income stream is a benefit"},"isSalary":{"type":"boolean","description":"A flag indicating whether this income stream is a salary"},"rank":{"$ref":"#/components/schemas/DirectID.Data.API.Models.IncomeVerification.Response.IncomeStreamRank"},"month1":{"$ref":"#/components/schemas/DirectID.Data.API.Models.IncomeVerification.Response.IncomeMonth"},"month2":{"$ref":"#/components/schemas/DirectID.Data.API.Models.IncomeVerification.Response.IncomeMonth"},"month3":{"$ref":"#/components/schemas/DirectID.Data.API.Models.IncomeVerification.Response.IncomeMonth"},"month4":{"$ref":"#/components/schemas/DirectID.Data.API.Models.IncomeVerification.Response.IncomeMonth"},"month5":{"$ref":"#/components/schemas/DirectID.Data.API.Models.IncomeVerification.Response.IncomeMonth"},"month6":{"$ref":"#/components/schemas/DirectID.Data.API.Models.IncomeVerification.Response.IncomeMonth"},"month7":{"$ref":"#/components/schemas/DirectID.Data.API.Models.IncomeVerification.Response.IncomeMonth"},"month8":{"$ref":"#/components/schemas/DirectID.Data.API.Models.IncomeVerification.Response.IncomeMonth"},"month9":{"$ref":"#/components/schemas/DirectID.Data.API.Models.IncomeVerification.Response.IncomeMonth"},"month10":{"$ref":"#/components/schemas/DirectID.Data.API.Models.IncomeVerification.Response.IncomeMonth"},"month11":{"$ref":"#/components/schemas/DirectID.Data.API.Models.IncomeVerification.Response.IncomeMonth"},"estimatedIncome":{"type":"number","description":"Estimated income for the combined income streams","format":"double"},"confidenceScore":{"type":"number","description":"Calculated confidence score for the combined income streams","format":"double"},"confidenceScoreFlags":{"$ref":"#/components/schemas/DirectID.Data.API.Models.IncomeVerification.Response.ConfidenceScoreFlags"}},"additionalProperties":false}},"components/schemas/DirectID.Data.API.Models.IncomeVerification.Response.IncomeStreamRank":{"id":"components/schemas/DirectID.Data.API.Models.IncomeVerification.Response.IncomeStreamRank","kind":"json-schema","title":"DirectID.Data.API.Models.IncomeVerification.Response.IncomeStreamRank","data":{"enum":["One","Two","Three"],"type":"string"}},"components/schemas/DirectID.Data.API.Models.IncomeVerification.Response.IncomeStreamsSummary":{"id":"components/schemas/DirectID.Data.API.Models.IncomeVerification.Response.IncomeStreamsSummary","kind":"json-schema","title":"DirectID.Data.API.Models.IncomeVerification.Response.IncomeStreamsSummary","data":{"type":"object","properties":{"month1":{"$ref":"#/components/schemas/DirectID.Data.API.Models.IncomeVerification.Response.IncomeMonth"},"month2":{"$ref":"#/components/schemas/DirectID.Data.API.Models.IncomeVerification.Response.IncomeMonth"},"month3":{"$ref":"#/components/schemas/DirectID.Data.API.Models.IncomeVerification.Response.IncomeMonth"},"month4":{"$ref":"#/components/schemas/DirectID.Data.API.Models.IncomeVerification.Response.IncomeMonth"},"month5":{"$ref":"#/components/schemas/DirectID.Data.API.Models.IncomeVerification.Response.IncomeMonth"},"month6":{"$ref":"#/components/schemas/DirectID.Data.API.Models.IncomeVerification.Response.IncomeMonth"},"month7":{"$ref":"#/components/schemas/DirectID.Data.API.Models.IncomeVerification.Response.IncomeMonth"},"month8":{"$ref":"#/components/schemas/DirectID.Data.API.Models.IncomeVerification.Response.IncomeMonth"},"month9":{"$ref":"#/components/schemas/DirectID.Data.API.Models.IncomeVerification.Response.IncomeMonth"},"month10":{"$ref":"#/components/schemas/DirectID.Data.API.Models.IncomeVerification.Response.IncomeMonth"},"month11":{"$ref":"#/components/schemas/DirectID.Data.API.Models.IncomeVerification.Response.IncomeMonth"},"estimatedIncome":{"type":"number","description":"Estimated income for the combined income streams","format":"double"},"confidenceScore":{"type":"number","description":"Calculated confidence score for the combined income streams","format":"double"},"confidenceScoreFlags":{"$ref":"#/components/schemas/DirectID.Data.API.Models.IncomeVerification.Response.ConfidenceScoreFlags"}},"additionalProperties":false}},"components/schemas/DirectID.Data.API.Models.Provider.Account":{"id":"components/schemas/DirectID.Data.API.Models.Provider.Account","kind":"json-schema","title":"DirectID.Data.API.Models.Provider.Account","data":{"type":"object","properties":{"accountId":{"type":"string","description":"Unique identifier for the account at the institution.","nullable":true},"currencyCode":{"type":"string","description":"ISO4217 currency code for the account.","nullable":true},"displayName":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The user’s familiar name for the account."},"children":[]}]}]}],"nullable":true},"accountHolderNames":{"type":"string","description":"The AccountHolderNames is the name or names of the account owner(s) represented at an account level.","nullable":true},"accountType":{"$ref":"#/components/schemas/DirectID.Data.API.Models.Provider.AccountType"},"accountSubType":{"$ref":"#/components/schemas/DirectID.Data.API.Models.Provider.AccountSubType"},"identifiers":{"$ref":"#/components/schemas/DirectID.Data.API.Models.Provider.Identifiers"},"parties":{"type":"array","items":{"$ref":"#/components/schemas/DirectID.Data.API.Models.Provider.Party"},"nullable":true},"balances":{"$ref":"#/components/schemas/DirectID.Data.API.Models.Provider.Balances"},"transactions":{"type":"array","items":{"$ref":"#/components/schemas/DirectID.Data.API.Models.Provider.Transaction"},"nullable":true}},"additionalProperties":false}},"components/schemas/DirectID.Data.API.Models.Provider.AccountSubType":{"id":"components/schemas/DirectID.Data.API.Models.Provider.AccountSubType","kind":"json-schema","title":"DirectID.Data.API.Models.Provider.AccountSubType","data":{"enum":["ChargeCard","CreditCard","CurrentAccount","Emoney","Loan","Mortgage","PrepaidCard","Savings"],"type":"string"}},"components/schemas/DirectID.Data.API.Models.Provider.AccountType":{"id":"components/schemas/DirectID.Data.API.Models.Provider.AccountType","kind":"json-schema","title":"DirectID.Data.API.Models.Provider.AccountType","data":{"enum":["Business","Personal"],"type":"string"}},"components/schemas/DirectID.Data.API.Models.Provider.AddressType":{"id":"components/schemas/DirectID.Data.API.Models.Provider.AddressType","kind":"json-schema","title":"DirectID.Data.API.Models.Provider.AddressType","data":{"enum":["Business","Correspondence","DeliveryTo","MailTo","POBox","Postal","Residential","Statement"],"type":"string","description":"A collection of address types."}},"components/schemas/DirectID.Data.API.Models.Provider.Balance":{"id":"components/schemas/DirectID.Data.API.Models.Provider.Balance","kind":"json-schema","title":"DirectID.Data.API.Models.Provider.Balance","data":{"type":"object","properties":{"amount":{"type":"number","description":"The absolute amount of the balance","format":"double"},"creditDebitIndicator":{"$ref":"#/components/schemas/DirectID.Data.API.Models.Provider.CreditDebitIndicator"},"creditLines":{"type":"array","items":{"$ref":"#/components/schemas/DirectID.Data.API.Models.Provider.CreditLine"},"description":"Credit lines of the balance","nullable":true}},"additionalProperties":false,"description":"Balance information for a given account"}},"components/schemas/DirectID.Data.API.Models.Provider.Balances":{"id":"components/schemas/DirectID.Data.API.Models.Provider.Balances","kind":"json-schema","title":"DirectID.Data.API.Models.Provider.Balances","data":{"type":"object","properties":{"current":{"$ref":"#/components/schemas/DirectID.Data.API.Models.Provider.Balance"},"available":{"$ref":"#/components/schemas/DirectID.Data.API.Models.Provider.Balance"}},"additionalProperties":false,"description":"Balance information for a given account"}},"components/schemas/DirectID.Data.API.Models.Provider.Classification":{"id":"components/schemas/DirectID.Data.API.Models.Provider.Classification","kind":"json-schema","title":"DirectID.Data.API.Models.Provider.Classification","data":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string","nullable":true},"confidence":{"type":"number","description":"Confidence score range: 0.0 - 1.0","format":"double"}},"additionalProperties":false}},"components/schemas/DirectID.Data.API.Models.Provider.CreditDebitIndicator":{"id":"components/schemas/DirectID.Data.API.Models.Provider.CreditDebitIndicator","kind":"json-schema","title":"DirectID.Data.API.Models.Provider.CreditDebitIndicator","data":{"enum":["Credit","Debit"],"type":"string"}},"components/schemas/DirectID.Data.API.Models.Provider.CreditLine":{"id":"components/schemas/DirectID.Data.API.Models.Provider.CreditLine","kind":"json-schema","title":"DirectID.Data.API.Models.Provider.CreditLine","data":{"type":"object","properties":{"amount":{"type":"number","description":"Amount for credit lines is optional and can be null.","format":"double","nullable":true},"creditLineType":{"$ref":"#/components/schemas/DirectID.Data.API.Models.Provider.CreditLineType"},"included":{"type":"boolean"},"predicted":{"type":"boolean"}},"additionalProperties":false}},"components/schemas/DirectID.Data.API.Models.Provider.CreditLineType":{"id":"components/schemas/DirectID.Data.API.Models.Provider.CreditLineType","kind":"json-schema","title":"DirectID.Data.API.Models.Provider.CreditLineType","data":{"enum":["NA","PREAGREED","TEMPORARY","EMERGENCY","CREDIT","AVAILABLE"],"type":"string"}},"components/schemas/DirectID.Data.API.Models.Provider.EnrichedData":{"id":"components/schemas/DirectID.Data.API.Models.Provider.EnrichedData","kind":"json-schema","title":"DirectID.Data.API.Models.Provider.EnrichedData","data":{"type":"object","properties":{"category":{"$ref":"#/components/schemas/DirectID.Data.API.Models.Provider.Classification"},"class":{"$ref":"#/components/schemas/DirectID.Data.API.Models.Provider.Classification"},"predictedMerchantName":{"type":"string","nullable":true}},"additionalProperties":false}},"components/schemas/DirectID.Data.API.Models.Provider.Identifiers":{"id":"components/schemas/DirectID.Data.API.Models.Provider.Identifiers","kind":"json-schema","title":"DirectID.Data.API.Models.Provider.Identifiers","data":{"type":"object","properties":{"accountNumber":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The bank’s unique identifier for the account."},"children":[]}]}]}],"nullable":true},"bankCode":{"type":"string","description":"The national bank transit or transfer code used for identification of the bank assigned\nby a central bank in a country, eg: A Routing number(US/CA) or Sort code(UK).","nullable":true},"bic":{"type":"string","description":"Bank Identifier Code (BIC) is a standard format used to help identify banks worldwide.\nBIC is needed when transferring money between banks,\nin particular for international wire transfers.\nBIC code is interchangeably used with SWIFT code","nullable":true},"iban":{"type":"string","description":"International Bank Account Number (IBAN).","nullable":true},"secondaryIdentification":{"type":"string","description":"Additional information for identifying the account in the institution,\ne.g., Building society Roll Number.","nullable":true}},"additionalProperties":false}},"components/schemas/DirectID.Data.API.Models.Provider.MerchantDetails":{"id":"components/schemas/DirectID.Data.API.Models.Provider.MerchantDetails","kind":"json-schema","title":"DirectID.Data.API.Models.Provider.MerchantDetails","data":{"type":"object","properties":{"merchantName":{"type":"string","description":"Name by which the merchant is known.","nullable":true},"merchantCategoryCode":{"type":"string","description":"Category code conform to ISO 18245, related to the type of services or goods the\nmerchant provides for the transaction.","nullable":true}},"additionalProperties":false,"description":"Details of the merchant involved in the transaction."}},"components/schemas/DirectID.Data.API.Models.Provider.Party":{"id":"components/schemas/DirectID.Data.API.Models.Provider.Party","kind":"json-schema","title":"DirectID.Data.API.Models.Provider.Party","data":{"type":"object","properties":{"partyId":{"type":"string","description":"A unique and immutable identifier used to identify a specific party.\nThis identifier has no meaning to the account owner.","nullable":true},"fullName":{"type":"string","description":"Name by which a specific party is known and which is usually used to identify that party.","nullable":true},"addresses":{"type":"array","items":{"$ref":"#/components/schemas/DirectID.Data.API.Models.Provider.PartyAddress"},"description":"Addresses associated with a specific party.","nullable":true},"partyType":{"$ref":"#/components/schemas/DirectID.Data.API.Models.Provider.PartyType"},"isIndividual":{"type":"boolean","description":"Indicates the party is an individual and not a business.","nullable":true},"isAuthorizingParty":{"type":"boolean","description":"Indicates the party authorized the connection on behalf of a joint or business account.","nullable":true},"emailAddress":{"type":"string","description":"Email address of a specific party.","nullable":true},"phoneNumbers":{"type":"array","items":{"$ref":"#/components/schemas/DirectID.Data.API.Models.Provider.PartyPhoneNumber"},"description":"Phone numbers which are linked to a specific party.","nullable":true}},"additionalProperties":false,"description":"A set of elements that describes the party that is linked to a specific account."}},"components/schemas/DirectID.Data.API.Models.Provider.PartyAddress":{"id":"components/schemas/DirectID.Data.API.Models.Provider.PartyAddress","kind":"json-schema","title":"DirectID.Data.API.Models.Provider.PartyAddress","data":{"type":"object","properties":{"address":{"type":"string","description":"Information that identifies an address of a specific party.","nullable":true},"type":{"$ref":"#/components/schemas/DirectID.Data.API.Models.Provider.AddressType"},"city":{"type":"string","description":"Information that identifies a specific city in the party address.","nullable":true},"postcode":{"type":"string","description":"Information that identifies a specific postcode in the party address.","nullable":true},"country":{"type":"string","description":"Information that identifies a specific country in the party address.","nullable":true},"countrySubDivision":{"type":"string","description":"Identifies a subdivision of a country e.g., state, region, county in the party address.","nullable":true}},"additionalProperties":false,"description":"Address of a specific party."}},"components/schemas/DirectID.Data.API.Models.Provider.PartyPhoneNumber":{"id":"components/schemas/DirectID.Data.API.Models.Provider.PartyPhoneNumber","kind":"json-schema","title":"DirectID.Data.API.Models.Provider.PartyPhoneNumber","data":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DirectID.Data.API.Models.Provider.PhoneNumberType"},"phoneNumber":{"type":"string","description":"Collection of information that identifies a phone number.","nullable":true}},"additionalProperties":false,"description":"A set of elements that describes the party phone numbers linked to a specific party."}},"components/schemas/DirectID.Data.API.Models.Provider.PartyType":{"id":"components/schemas/DirectID.Data.API.Models.Provider.PartyType","kind":"json-schema","title":"DirectID.Data.API.Models.Provider.PartyType","data":{"enum":["Delegate","Joint","Sole"],"type":"string","description":"Party type, in a coded form."}},"components/schemas/DirectID.Data.API.Models.Provider.PhoneNumberType":{"id":"components/schemas/DirectID.Data.API.Models.Provider.PhoneNumberType","kind":"json-schema","title":"DirectID.Data.API.Models.Provider.PhoneNumberType","data":{"enum":["Home","Work","Landline","Mobile"],"type":"string","description":"A collection of different types of phone number."}},"components/schemas/DirectID.Data.API.Models.Provider.ProprietaryTransactionCode":{"id":"components/schemas/DirectID.Data.API.Models.Provider.ProprietaryTransactionCode","kind":"json-schema","title":"DirectID.Data.API.Models.Provider.ProprietaryTransactionCode","data":{"type":"object","properties":{"code":{"type":"string","description":"Proprietary bank transaction code to identify the underlying transaction.","nullable":true},"issuer":{"type":"string","description":"Identification of the issuer of the proprietary bank transaction code.","nullable":true}},"additionalProperties":false}},"components/schemas/DirectID.Data.API.Models.Provider.ProviderAccounts":{"id":"components/schemas/DirectID.Data.API.Models.Provider.ProviderAccounts","kind":"json-schema","title":"DirectID.Data.API.Models.Provider.ProviderAccounts","data":{"type":"object","properties":{"providerId":{"type":"string","description":"The unique identifier of the provider.","nullable":true},"providerName":{"type":"string","description":"The name of the provider e.g., Lloyds.","nullable":true},"countryCode":{"type":"string","description":"An ISO 3166-1 alpha-2 Country code for the account.","nullable":true},"requestDateTime":{"type":"string","description":"ISO 8601 (UTC) encoded date time string containing\nthe date and time the data was retrieved.","nullable":true},"accounts":{"type":"array","items":{"$ref":"#/components/schemas/DirectID.Data.API.Models.Provider.Account"},"description":"The list of accounts returned for the Provider.","nullable":true}},"additionalProperties":false,"description":"Provider accounts returned for the consent."}},"components/schemas/DirectID.Data.API.Models.Provider.Transaction":{"id":"components/schemas/DirectID.Data.API.Models.Provider.Transaction","kind":"json-schema","title":"DirectID.Data.API.Models.Provider.Transaction","data":{"type":"object","properties":{"transactionId":{"type":"string","description":"Unique transaction id assigned by the provider","nullable":true},"description":{"type":"string","description":"A description line for the transaction","nullable":true},"amount":{"type":"number","description":"The quantity of money","format":"double"},"creditDebitIndicator":{"$ref":"#/components/schemas/DirectID.Data.API.Models.Provider.CreditDebitIndicator"},"status":{"$ref":"#/components/schemas/DirectID.Data.API.Models.Provider.TransactionStatus"},"transactionCode":{"$ref":"#/components/schemas/DirectID.Data.API.Models.Provider.TransactionCode"},"proprietaryTransactionCode":{"$ref":"#/components/schemas/DirectID.Data.API.Models.Provider.ProprietaryTransactionCode"},"bookingDate":{"type":"string","description":"ISO8601 formatted date string containing the date the transaction is expected to be settled(or did settle)","nullable":true},"merchantDetails":{"$ref":"#/components/schemas/DirectID.Data.API.Models.Provider.MerchantDetails"},"enrichedData":{"$ref":"#/components/schemas/DirectID.Data.API.Models.Provider.EnrichedData"}},"additionalProperties":false}},"components/schemas/DirectID.Data.API.Models.Provider.TransactionCode":{"id":"components/schemas/DirectID.Data.API.Models.Provider.TransactionCode","kind":"json-schema","title":"DirectID.Data.API.Models.Provider.TransactionCode","data":{"type":"object","properties":{"code":{"type":"string","description":"Specifies the family within a domain.","nullable":true},"subCode":{"type":"string","description":"Specifies the sub-product family within a specific family.","nullable":true}},"additionalProperties":false}},"components/schemas/DirectID.Data.API.Models.Provider.TransactionStatus":{"id":"components/schemas/DirectID.Data.API.Models.Provider.TransactionStatus","kind":"json-schema","title":"DirectID.Data.API.Models.Provider.TransactionStatus","data":{"enum":["Pending","Booked"],"type":"string"}},"components/schemas/DirectID.Data.API.Models.Transaction.TransactionsResponse":{"id":"components/schemas/DirectID.Data.API.Models.Transaction.TransactionsResponse","kind":"json-schema","title":"DirectID.Data.API.Models.Transaction.TransactionsResponse","data":{"type":"object","properties":{"links":{"$ref":"#/components/schemas/DirectID.Data.Common.Response.PaginationLinks"},"data":{"type":"array","items":{"$ref":"#/components/schemas/DirectID.Data.API.Models.Provider.Transaction"},"description":"Data payload of the response","nullable":true},"meta":{"$ref":"#/components/schemas/DirectID.Data.Common.Response.PaginationMetaData"}},"additionalProperties":false,"description":"Response object for account transactions"}},"components/schemas/DirectID.Data.Common.Models.Account.AccountSubType":{"id":"components/schemas/DirectID.Data.Common.Models.Account.AccountSubType","kind":"json-schema","title":"DirectID.Data.Common.Models.Account.AccountSubType","data":{"enum":["ChargeCard","CreditCard","CurrentAccount","Emoney","Loan","Mortgage","PrepaidCard","Savings"],"type":"string"}},"components/schemas/DirectID.Data.Common.Models.Account.AccountType":{"id":"components/schemas/DirectID.Data.Common.Models.Account.AccountType","kind":"json-schema","title":"DirectID.Data.Common.Models.Account.AccountType","data":{"enum":["Business","Personal"],"type":"string"}},"components/schemas/DirectID.Data.Common.Models.Account.CreditDebitIndicator":{"id":"components/schemas/DirectID.Data.Common.Models.Account.CreditDebitIndicator","kind":"json-schema","title":"DirectID.Data.Common.Models.Account.CreditDebitIndicator","data":{"enum":["Credit","Debit"],"type":"string"}},"components/schemas/DirectID.Data.Common.Models.Account.TransactionStatus":{"id":"components/schemas/DirectID.Data.Common.Models.Account.TransactionStatus","kind":"json-schema","title":"DirectID.Data.Common.Models.Account.TransactionStatus","data":{"enum":["Pending","Booked"],"type":"string"}},"components/schemas/DirectID.Data.Common.Models.Account.VerifiedIncomeStatus":{"id":"components/schemas/DirectID.Data.Common.Models.Account.VerifiedIncomeStatus","kind":"json-schema","title":"DirectID.Data.Common.Models.Account.VerifiedIncomeStatus","data":{"enum":["UnsupportedAccountType","NoCreditTransactions","Processed"],"type":"string"}},"components/schemas/DirectID.Data.Common.Response.EmptyMetaData":{"id":"components/schemas/DirectID.Data.Common.Response.EmptyMetaData","kind":"json-schema","title":"DirectID.Data.Common.Response.EmptyMetaData","data":{"type":"object","additionalProperties":false,"description":"No meta data corresponding to the response payload"}},"components/schemas/DirectID.Data.Common.Response.PaginationLinks":{"id":"components/schemas/DirectID.Data.Common.Response.PaginationLinks","kind":"json-schema","title":"DirectID.Data.Common.Response.PaginationLinks","data":{"type":"object","properties":{"next":{"type":"string","description":"Next Uri for the next set of paginated data","nullable":true},"prev":{"type":"string","description":"Prev Uri for the previous set of paginated data","nullable":true}},"additionalProperties":false,"description":"Pagination links to retrieve next/previous portion of data set"}},"components/schemas/DirectID.Data.Common.Response.PaginationMetaData":{"id":"components/schemas/DirectID.Data.Common.Response.PaginationMetaData","kind":"json-schema","title":"DirectID.Data.Common.Response.PaginationMetaData","data":{"type":"object","properties":{"totalPages":{"type":"integer","description":"If set, indicates the total count of pages of paginated data","format":"int32","nullable":true}},"additionalProperties":false,"description":"Meta data detailing a paginated data set"}},"components/schemas/DirectID.Data.Common.Response.TotalRecordsMetaData":{"id":"components/schemas/DirectID.Data.Common.Response.TotalRecordsMetaData","kind":"json-schema","title":"DirectID.Data.Common.Response.TotalRecordsMetaData","data":{"type":"object","properties":{"totalRecords":{"type":"integer","description":"Total records contained in the corresponding collection","format":"int32"}},"additionalProperties":false,"description":"Meta data indicating how many total records contained in a corresponding collection"}},"components/schemas/DirectID.Models.Errors.Error2":{"id":"components/schemas/DirectID.Models.Errors.Error2","kind":"json-schema","title":"DirectID.Models.Errors.Error2","data":{"type":"object","properties":{"code":{"type":"string","description":"Error code.","nullable":true},"description":{"type":"string","description":"Error message.","nullable":true},"details":{"type":"string","description":"Error details.","nullable":true},"correlationId":{"type":"string","description":"User transaction tracking Id","nullable":true}},"additionalProperties":false}},"components/schemas/DirectID.Data.Common.Models.Account.PartyType":{"id":"components/schemas/DirectID.Data.Common.Models.Account.PartyType","kind":"json-schema","title":"DirectID.Data.Common.Models.Account.PartyType","data":{"enum":["Delegate","Joint","Sole"],"type":"string","description":"Party type, in a coded form."}},"components/schemas/DirectID.Insights.Service.Models.Affordability.AccountDetails":{"id":"components/schemas/DirectID.Insights.Service.Models.Affordability.AccountDetails","kind":"json-schema","title":"DirectID.Insights.Service.Models.Affordability.AccountDetails","data":{"type":"object","properties":{"accountId":{"type":"string","description":"Unique identifier for the account at the institution","nullable":true},"bankCode":{"type":"string","description":"The national bank transit or transfer code used for identification of the bank assigned\nby a central bank in a country, eg: A Routing number(US/CA) or Sort code(UK)","nullable":true},"accountNumber":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The bank’s unique identifier for the account"},"children":[]}]}]}],"nullable":true},"accountType":{"$ref":"#/components/schemas/DirectID.Data.Common.Models.Account.AccountType"},"accountSubType":{"$ref":"#/components/schemas/DirectID.Data.Common.Models.Account.AccountSubType"},"currencyCode":{"type":"string","description":"ISO4217 currency code for the account","nullable":true},"accountHolderNames":{"type":"string","description":"The AccountHolderNames is the name or names of the account owner(s) represented at an account level.","nullable":true},"parties":{"type":"array","items":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.Affordability.PartyIdentifier"},"nullable":true}},"additionalProperties":false}},"components/schemas/DirectID.Insights.Service.Models.Affordability.AffordabilityCalculationResponse":{"id":"components/schemas/DirectID.Insights.Service.Models.Affordability.AffordabilityCalculationResponse","kind":"json-schema","title":"DirectID.Insights.Service.Models.Affordability.AffordabilityCalculationResponse","data":{"type":"object","properties":{"accountDetails":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.Affordability.AccountDetails"},"monthAffordabilities":{"type":"array","items":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.Affordability.MonthAffordability"},"description":"List of Month Affordability","nullable":true},"estimatedCalculatedIncome":{"type":"number","description":"Calculated Income Estimate","format":"double"},"estimatedFixedCosts":{"type":"number","description":"Calculated Fixed Cost Estimate","format":"double"},"estimatedFlexibleCosts":{"type":"number","description":"Calculated Flexible Costs Estimate","format":"double"},"estimatedDebtFees":{"type":"number","description":"Calculated Debt Fees Estimate","format":"double"},"estimatedAffordability":{"type":"number","description":"Calculated Affordability Estimate","format":"double"},"avgEstimatedAffordability":{"type":"number","description":"Average Affordability Estimate","format":"double","nullable":true},"avgCalculatedIncome":{"type":"number","description":"Average Calculated Income","format":"double","nullable":true},"affordabilityTransactions":{"type":"array","items":{"$ref":"#/components/schemas/DirectID.Insights.Service.Services.Models.Affordability.AffordabilityTransactions"},"description":"Calculated Affordability Transactions","nullable":true}},"additionalProperties":false}},"components/schemas/DirectID.Insights.Service.Models.Affordability.MonthAffordability":{"id":"components/schemas/DirectID.Insights.Service.Models.Affordability.MonthAffordability","kind":"json-schema","title":"DirectID.Insights.Service.Models.Affordability.MonthAffordability","data":{"type":"object","properties":{"month":{"type":"integer","format":"int32"},"year":{"type":"integer","format":"int32"},"monthDateTime":{"type":"string","format":"date-time"},"calculatedIncome":{"type":"number","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Estimated income value derived from Income Verification process, used for calculating affordability."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"remarks","attrs":{}},"children":[{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"This value will be the same for all months, as opposed to [DirectID.Insights.Service.Models.Affordability.MonthAffordability.IncomeForMonth] that tracks actual"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"income recorded for a given month."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]}]}]}]}],"format":"double"},"affordability":{"type":"number","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Affordability value calculated by subtracting expenditure from [DirectID.Insights.Service.Models.Affordability.MonthAffordability.CalculatedIncome]."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"remarks","attrs":{}},"children":[{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"As it's based on [DirectID.Insights.Service.Models.Affordability.MonthAffordability.CalculatedIncome] which has the same value for all months, this doesn't"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"reflect the reality of affordability for the given month, but we use it for calculating the top level"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"aggregate value [DirectID.Insights.Service.Models.Affordability.AffordabilityCalculationResponse] and sensible"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"to record it so that we can later reference / confirm the top level aggregate is being calculated correctly."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]}]}]}]}],"format":"double"},"incomeForMonth":{"type":"number","description":"Income recorded from all identified income sources for the given month","format":"double","nullable":true},"affordabilityForMonth":{"type":"number","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Affordability value calculated by subtracting expenditure from [DirectID.Insights.Service.Models.Affordability.MonthAffordability.IncomeForMonth]"},"children":[]}]}]}],"format":"double","nullable":true},"fixedCosts":{"type":"number","format":"double"},"flexibleCosts":{"type":"number","format":"double"},"debtFees":{"type":"number","format":"double"}},"additionalProperties":false}},"components/schemas/DirectID.Insights.Service.Models.Affordability.PartyIdentifier":{"id":"components/schemas/DirectID.Insights.Service.Models.Affordability.PartyIdentifier","kind":"json-schema","title":"DirectID.Insights.Service.Models.Affordability.PartyIdentifier","data":{"type":"object","properties":{"accountHolderName":{"type":"string","description":"Name by which a specific party is known and which is usually used to identify that party.","nullable":true},"isIndividual":{"type":"boolean","description":"Indicates the party is an individual and not a business.","nullable":true},"isAuthorizingParty":{"type":"boolean","description":"Indicates the party authorized the connection on behalf of a joint or business account.","nullable":true},"partyType":{"$ref":"#/components/schemas/DirectID.Data.Common.Models.Account.PartyType"}},"additionalProperties":false}},"components/schemas/DirectID.Insights.Service.Models.BankData.Account":{"id":"components/schemas/DirectID.Insights.Service.Models.BankData.Account","kind":"json-schema","title":"DirectID.Insights.Service.Models.BankData.Account","data":{"type":"object","properties":{"accountId":{"type":"string","description":"Unique identifier for the account at the institution","nullable":true},"currencyCode":{"type":"string","description":"ISO4217 currency code for the account.","nullable":true},"displayName":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The user�s familiar name for the account."},"children":[]}]}]}],"nullable":true},"accountHolderNames":{"type":"string","description":"The AccountHolderNames is the name or names of the account owner(s) represented at an account level.","nullable":true},"accountType":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.BankData.AccountType"},"accountSubType":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.BankData.AccountSubType"},"identifiers":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.BankData.Identifiers"},"parties":{"type":"array","items":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.BankData.Party"},"description":"List of account holders associated with the account.","nullable":true},"servicer":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.BankData.AccountServicer"}},"additionalProperties":false}},"components/schemas/DirectID.Insights.Service.Models.BankData.AccountServicer":{"id":"components/schemas/DirectID.Insights.Service.Models.BankData.AccountServicer","kind":"json-schema","title":"DirectID.Insights.Service.Models.BankData.AccountServicer","data":{"type":"object","properties":{"name":{"type":"string","description":"Full provided name of the account servicer","nullable":true},"displayName":{"type":"string","description":"Friendly display name of the account servicer","nullable":true},"identification":{"type":"string","description":"Unique identifier of the account servicer","nullable":true}},"additionalProperties":false}},"components/schemas/DirectID.Insights.Service.Models.BankData.AccountSubType":{"id":"components/schemas/DirectID.Insights.Service.Models.BankData.AccountSubType","kind":"json-schema","title":"DirectID.Insights.Service.Models.BankData.AccountSubType","data":{"enum":["ChargeCard","CreditCard","CurrentAccount","Emoney","Loan","Mortgage","PrepaidCard","Savings"],"type":"string"}},"components/schemas/DirectID.Insights.Service.Models.BankData.AccountType":{"id":"components/schemas/DirectID.Insights.Service.Models.BankData.AccountType","kind":"json-schema","title":"DirectID.Insights.Service.Models.BankData.AccountType","data":{"enum":["Business","Personal"],"type":"string"}},"components/schemas/DirectID.Insights.Service.Models.BankData.AddressType":{"id":"components/schemas/DirectID.Insights.Service.Models.BankData.AddressType","kind":"json-schema","title":"DirectID.Insights.Service.Models.BankData.AddressType","data":{"enum":["Business","Correspondence","DeliveryTo","MailTo","POBox","Postal","Residential","Statement"],"type":"string","description":"A collection of address types."}},"components/schemas/DirectID.Insights.Service.Models.BankData.Balance":{"id":"components/schemas/DirectID.Insights.Service.Models.BankData.Balance","kind":"json-schema","title":"DirectID.Insights.Service.Models.BankData.Balance","data":{"type":"object","properties":{"amount":{"type":"number","format":"double"},"creditDebitIndicator":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.BankData.CreditDebitIndicator"},"creditLines":{"type":"array","items":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.BankData.CreditLine"},"nullable":true}},"additionalProperties":false}},"components/schemas/DirectID.Insights.Service.Models.BankData.Balances":{"id":"components/schemas/DirectID.Insights.Service.Models.BankData.Balances","kind":"json-schema","title":"DirectID.Insights.Service.Models.BankData.Balances","data":{"type":"object","properties":{"current":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.BankData.Balance"},"available":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.BankData.Balance"}},"additionalProperties":false}},"components/schemas/DirectID.Insights.Service.Models.BankData.Classification":{"id":"components/schemas/DirectID.Insights.Service.Models.BankData.Classification","kind":"json-schema","title":"DirectID.Insights.Service.Models.BankData.Classification","data":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string","nullable":true},"confidence":{"type":"number","description":"Confidence score range: 0.0 - 1.0","format":"double"}},"additionalProperties":false}},"components/schemas/DirectID.Insights.Service.Models.BankData.CreditDebitIndicator":{"id":"components/schemas/DirectID.Insights.Service.Models.BankData.CreditDebitIndicator","kind":"json-schema","title":"DirectID.Insights.Service.Models.BankData.CreditDebitIndicator","data":{"enum":["Credit","Debit"],"type":"string"}},"components/schemas/DirectID.Insights.Service.Models.BankData.CreditLine":{"id":"components/schemas/DirectID.Insights.Service.Models.BankData.CreditLine","kind":"json-schema","title":"DirectID.Insights.Service.Models.BankData.CreditLine","data":{"type":"object","properties":{"amount":{"type":"number","description":"Amount for credit lines is optional and can be null.","format":"double","nullable":true},"creditLineType":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.BankData.CreditLineType"},"included":{"type":"boolean"},"predicted":{"type":"boolean"}},"additionalProperties":false}},"components/schemas/DirectID.Insights.Service.Models.BankData.CreditLineType":{"id":"components/schemas/DirectID.Insights.Service.Models.BankData.CreditLineType","kind":"json-schema","title":"DirectID.Insights.Service.Models.BankData.CreditLineType","data":{"enum":["NA","PREAGREED","TEMPORARY","EMERGENCY","CREDIT","AVAILABLE"],"type":"string"}},"components/schemas/DirectID.Insights.Service.Models.BankData.EndOfDayBalance":{"id":"components/schemas/DirectID.Insights.Service.Models.BankData.EndOfDayBalance","kind":"json-schema","title":"DirectID.Insights.Service.Models.BankData.EndOfDayBalance","data":{"type":"object","properties":{"balance":{"type":"number","format":"double"},"date":{"type":"string","format":"date-time"}},"additionalProperties":false}},"components/schemas/DirectID.Insights.Service.Models.BankData.EndOfDayBalances":{"id":"components/schemas/DirectID.Insights.Service.Models.BankData.EndOfDayBalances","kind":"json-schema","title":"DirectID.Insights.Service.Models.BankData.EndOfDayBalances","data":{"type":"object","properties":{"currency":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The account’s currency"},"children":[]}]}]}],"nullable":true},"average":{"type":"number","description":"The average end of day balance for the specified period","format":"double","nullable":true},"maximum":{"type":"number","description":"The maximum end of day balance for the specified period","format":"double","nullable":true},"minimum":{"type":"number","description":"The minimum end of day balance for the specified period","format":"double","nullable":true},"balances":{"type":"array","items":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.BankData.EndOfDayBalance"},"description":"The end of day balances for the specified period","nullable":true}},"additionalProperties":false}},"components/schemas/DirectID.Insights.Service.Models.BankData.EnrichedData":{"id":"components/schemas/DirectID.Insights.Service.Models.BankData.EnrichedData","kind":"json-schema","title":"DirectID.Insights.Service.Models.BankData.EnrichedData","data":{"type":"object","properties":{"category":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.BankData.Classification"},"class":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.BankData.Classification"},"predictedMerchantName":{"type":"string","nullable":true}},"additionalProperties":false}},"components/schemas/DirectID.Insights.Service.Models.BankData.Identifiers":{"id":"components/schemas/DirectID.Insights.Service.Models.BankData.Identifiers","kind":"json-schema","title":"DirectID.Insights.Service.Models.BankData.Identifiers","data":{"type":"object","properties":{"accountNumber":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The bank�s unique identifier for the account."},"children":[]}]}]}],"nullable":true},"bankCode":{"type":"string","description":"The national bank transit or transfer code used for identification of the bank assigned\nby a central bank in a country, eg: A Routing number(US/CA) or Sort code(UK).","nullable":true},"iban":{"type":"string","description":"International Bank Account Number (IBAN).","nullable":true},"bic":{"type":"string","description":"Bank Identifier Code (BIC) is a standard format used to help identify banks worldwide.\nBIC is needed when transferring money between banks,\nin particular for international wire transfers.\nBIC code is interchangeably used with SWIFT code","nullable":true},"secondaryIdentification":{"type":"string","description":"Additional information for identifying the account in the institution,\ne.g., Building society Roll Number.","nullable":true}},"additionalProperties":false}},"components/schemas/DirectID.Insights.Service.Models.BankData.MerchantDetails":{"id":"components/schemas/DirectID.Insights.Service.Models.BankData.MerchantDetails","kind":"json-schema","title":"DirectID.Insights.Service.Models.BankData.MerchantDetails","data":{"type":"object","properties":{"merchantName":{"type":"string","description":"Name by which the merchant is known.","nullable":true},"merchantCategoryCode":{"type":"string","description":"Category code conform to ISO 18245, related to the type of services or goods the\nmerchant provides for the transaction.","nullable":true}},"additionalProperties":false,"description":"Details of the merchant involved in the transaction."}},"components/schemas/DirectID.Insights.Service.Models.BankData.Party":{"id":"components/schemas/DirectID.Insights.Service.Models.BankData.Party","kind":"json-schema","title":"DirectID.Insights.Service.Models.BankData.Party","data":{"type":"object","properties":{"partyId":{"type":"string","description":"A unique and immutable identifier used to identify a specific party.\nThis identifier has no meaning to the account owner.","nullable":true},"fullName":{"type":"string","description":"Name by which a specific party is known and which is usually used to identify that party.","nullable":true},"addresses":{"type":"array","items":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.BankData.PartyAddress"},"description":"Addresses associated with a specific party.","nullable":true},"partyType":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.BankData.PartyType"},"isIndividual":{"type":"boolean","description":"Indicates the party is an individual and not a business.","nullable":true},"isAuthorizingParty":{"type":"boolean","description":"Indicates the party authorized the connection on behalf of a joint or business account.","nullable":true},"emailAddress":{"type":"string","description":"Email address of a specific party.","nullable":true},"phoneNumbers":{"type":"array","items":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.BankData.PartyPhoneNumber"},"description":"Phone numbers which are linked to a specific party.","nullable":true}},"additionalProperties":false,"description":"A set of elements that describes the party that is linked to a specific account."}},"components/schemas/DirectID.Insights.Service.Models.BankData.PartyAddress":{"id":"components/schemas/DirectID.Insights.Service.Models.BankData.PartyAddress","kind":"json-schema","title":"DirectID.Insights.Service.Models.BankData.PartyAddress","data":{"type":"object","properties":{"address":{"type":"string","description":"Information that identifies an address of a specific party.","nullable":true},"type":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.BankData.AddressType"},"city":{"type":"string","description":"Information that identifies a specific city in the party address.","nullable":true},"postcode":{"type":"string","description":"Information that identifies a specific postcode in the party address.","nullable":true},"country":{"type":"string","description":"Information that identifies a specific country in the party address.","nullable":true},"countrySubDivision":{"type":"string","description":"Identifies a subdivision of a country e.g., state, region, county in the party address.","nullable":true}},"additionalProperties":false,"description":"Address of a specific party."}},"components/schemas/DirectID.Insights.Service.Models.BankData.PartyPhoneNumber":{"id":"components/schemas/DirectID.Insights.Service.Models.BankData.PartyPhoneNumber","kind":"json-schema","title":"DirectID.Insights.Service.Models.BankData.PartyPhoneNumber","data":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.BankData.PhoneNumberType"},"phoneNumber":{"type":"string","description":"Collection of information that identifies a phone number.","nullable":true}},"additionalProperties":false,"description":"A set of elements that describes the party phone numbers linked to a specific party."}},"components/schemas/DirectID.Insights.Service.Models.BankData.PartyType":{"id":"components/schemas/DirectID.Insights.Service.Models.BankData.PartyType","kind":"json-schema","title":"DirectID.Insights.Service.Models.BankData.PartyType","data":{"enum":["Delegate","Joint","Sole"],"type":"string","description":"Party type, in a coded form."}},"components/schemas/DirectID.Insights.Service.Models.BankData.PhoneNumberType":{"id":"components/schemas/DirectID.Insights.Service.Models.BankData.PhoneNumberType","kind":"json-schema","title":"DirectID.Insights.Service.Models.BankData.PhoneNumberType","data":{"enum":["Home","Work","Landline","Mobile"],"type":"string","description":"A collection of different types of phone number."}},"components/schemas/DirectID.Insights.Service.Models.BankData.ProprietaryTransactionCode":{"id":"components/schemas/DirectID.Insights.Service.Models.BankData.ProprietaryTransactionCode","kind":"json-schema","title":"DirectID.Insights.Service.Models.BankData.ProprietaryTransactionCode","data":{"type":"object","properties":{"code":{"type":"string","description":"Proprietary bank transaction code to identify the underlying transaction.","nullable":true},"issuer":{"type":"string","description":"Identification of the issuer of the proprietary bank transaction code.","nullable":true}},"additionalProperties":false}},"components/schemas/DirectID.Insights.Service.Models.BankData.ProviderDetails":{"id":"components/schemas/DirectID.Insights.Service.Models.BankData.ProviderDetails","kind":"json-schema","title":"DirectID.Insights.Service.Models.BankData.ProviderDetails","data":{"type":"object","properties":{"consentId":{"type":"string","description":"The unique identifier of the consent.","nullable":true},"customerReference":{"type":"string","description":"Customer reference.","nullable":true},"providerId":{"type":"string","description":"The unique identifier of the provider.","nullable":true},"providerName":{"type":"string","description":"The name of the provider e.g., Lloyds.","nullable":true},"countryCode":{"type":"string","description":"An ISO 3166-1 alpha-2 Country code for the account.","nullable":true},"consentExpiryDate":{"type":"string","description":"ISO 8601 (UTC) encoded date time string containing\nthe date and time the consent will expire.","nullable":true},"connectedDate":{"type":"string","description":"ISO 8601 (UTC) encoded date time string containing\nthe date and time the data was retrieved for the first time.","nullable":true},"updatedDate":{"type":"string","description":"ISO 8601 (UTC) encoded date time string containing\nthe date and time the data was retrieved last.","nullable":true}},"additionalProperties":false}},"components/schemas/DirectID.Insights.Service.Models.BankData.Transaction":{"id":"components/schemas/DirectID.Insights.Service.Models.BankData.Transaction","kind":"json-schema","title":"DirectID.Insights.Service.Models.BankData.Transaction","data":{"type":"object","properties":{"transactionId":{"type":"string","description":"Unique transaction id assigned by the provider","nullable":true},"description":{"type":"string","description":"A description line for the transaction","nullable":true},"amount":{"type":"number","description":"The quantity of money","format":"double"},"balance":{"type":"number","description":"The running balance (if available) on the account as of the date and time of this transaction","format":"double","nullable":true},"creditDebitIndicator":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.BankData.CreditDebitIndicator"},"status":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.BankData.TransactionStatus"},"transactionCode":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.BankData.TransactionCode"},"proprietaryTransactionCode":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.BankData.ProprietaryTransactionCode"},"bookingDate":{"type":"string","description":"ISO8601 formatted date string containing the date the transaction is expected to be settled(or did settle)","nullable":true},"counterPartyName":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Name of the counterparty involved in the transaction (if available) — the creditor for debits and the debtor for credits."},"children":[]}]}]}],"nullable":true},"merchantDetails":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.BankData.MerchantDetails"},"enrichedData":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.BankData.EnrichedData"},"transfer":{"$ref":"#/components/schemas/DirectID.Insights.Service.Services.Models.TransferTransaction"}},"additionalProperties":false}},"components/schemas/DirectID.Insights.Service.Models.BankData.TransactionCode":{"id":"components/schemas/DirectID.Insights.Service.Models.BankData.TransactionCode","kind":"json-schema","title":"DirectID.Insights.Service.Models.BankData.TransactionCode","data":{"type":"object","properties":{"code":{"type":"string","description":"Specifies the family within a domain.","nullable":true},"subCode":{"type":"string","description":"Specifies the sub-product family within a specific family.","nullable":true}},"additionalProperties":false}},"components/schemas/DirectID.Insights.Service.Models.BankData.TransactionStatus":{"id":"components/schemas/DirectID.Insights.Service.Models.BankData.TransactionStatus","kind":"json-schema","title":"DirectID.Insights.Service.Models.BankData.TransactionStatus","data":{"enum":["Pending","Booked"],"type":"string"}},"components/schemas/DirectID.Insights.Service.Models.IncomeVerification.AccountDetails":{"id":"components/schemas/DirectID.Insights.Service.Models.IncomeVerification.AccountDetails","kind":"json-schema","title":"DirectID.Insights.Service.Models.IncomeVerification.AccountDetails","data":{"type":"object","properties":{"accountId":{"type":"string","description":"Unique identifier for the account at the institution","nullable":true},"bankCode":{"type":"string","description":"The national bank transit or transfer code used for identification of the bank assigned\nby a central bank in a country, eg: A Routing number(US/CA) or Sort code(UK)","nullable":true},"accountNumber":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The bank’s unique identifier for the account"},"children":[]}]}]}],"nullable":true},"accountType":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.BankData.AccountType"},"accountSubType":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.BankData.AccountSubType"},"currencyCode":{"type":"string","description":"ISO4217 currency code for the account","nullable":true},"accountHolderNames":{"type":"string","description":"The AccountHolderNames is the name or names of the account owner(s) represented at an account level.","nullable":true},"parties":{"type":"array","items":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.IncomeVerification.PartyIdentifier"},"nullable":true}},"additionalProperties":false}},"components/schemas/DirectID.Insights.Service.Models.IncomeVerification.ConfidenceScoreFlags":{"id":"components/schemas/DirectID.Insights.Service.Models.IncomeVerification.ConfidenceScoreFlags","kind":"json-schema","title":"DirectID.Insights.Service.Models.IncomeVerification.ConfidenceScoreFlags","data":{"type":"object","properties":{"incomeForLast3Months":{"type":"boolean","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Boolean flag for determining whether the income for the last three months"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"is present for this group ( > 0)"},"children":[]}]}]}]},"varianceTolerance5Percent":{"type":"boolean","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Boolean flag for determining whether the difference between estimated income and each"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"of the last three months incomes is >= -5%"},"children":[]}]}]}]},"varianceTolerance10Percent":{"type":"boolean","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Boolean flag for determining whether the difference between estimated income and each"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"of the last three months incomes is >= -10%"},"children":[]}]}]}]},"mostRecentCheckValue":{"type":"boolean","description":"Boolean flag for determining whether the most recent recorded income is higher than\nor equal to the estimated income"},"stabilityOverall":{"type":"number","description":"Calculated income stability over the whole recorded period","format":"double"},"stability6Months":{"type":"number","description":"Calculated income stability over the period of 6 months","format":"double"}},"additionalProperties":false}},"components/schemas/DirectID.Insights.Service.Models.IncomeVerification.IncomeMonth":{"id":"components/schemas/DirectID.Insights.Service.Models.IncomeVerification.IncomeMonth","kind":"json-schema","title":"DirectID.Insights.Service.Models.IncomeVerification.IncomeMonth","data":{"type":"object","properties":{"income":{"type":"number","description":"Income value for the month","format":"double"},"month":{"type":"integer","format":"int32"},"year":{"type":"integer","format":"int32"}},"additionalProperties":false}},"components/schemas/DirectID.Insights.Service.Models.IncomeVerification.IncomeStream":{"id":"components/schemas/DirectID.Insights.Service.Models.IncomeVerification.IncomeStream","kind":"json-schema","title":"DirectID.Insights.Service.Models.IncomeVerification.IncomeStream","data":{"type":"object","properties":{"name":{"type":"string","description":"Unique description of this income stream","nullable":true},"numberOfDeposits":{"type":"integer","description":"The number of deposits made for this income stream","format":"int32"},"isBenefit":{"type":"boolean","description":"A flag indicating whether this income stream is a benefit"},"rank":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.IncomeVerification.IncomeStreamRank"},"month1":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.IncomeVerification.IncomeMonth"},"month2":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.IncomeVerification.IncomeMonth"},"month3":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.IncomeVerification.IncomeMonth"},"month4":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.IncomeVerification.IncomeMonth"},"month5":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.IncomeVerification.IncomeMonth"},"month6":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.IncomeVerification.IncomeMonth"},"month7":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.IncomeVerification.IncomeMonth"},"month8":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.IncomeVerification.IncomeMonth"},"month9":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.IncomeVerification.IncomeMonth"},"month10":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.IncomeVerification.IncomeMonth"},"month11":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.IncomeVerification.IncomeMonth"},"estimatedIncome":{"type":"number","description":"Estimated income for the combined income streams","format":"double"},"confidenceScore":{"type":"number","description":"Calculated confidence score for the combined income streams","format":"double"},"confidenceScoreFlags":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.IncomeVerification.ConfidenceScoreFlags"}},"additionalProperties":false}},"components/schemas/DirectID.Insights.Service.Models.IncomeVerification.IncomeStreamRank":{"id":"components/schemas/DirectID.Insights.Service.Models.IncomeVerification.IncomeStreamRank","kind":"json-schema","title":"DirectID.Insights.Service.Models.IncomeVerification.IncomeStreamRank","data":{"enum":["One","Two","Three"],"type":"string"}},"components/schemas/DirectID.Insights.Service.Models.IncomeVerification.IncomeStreamsSummary":{"id":"components/schemas/DirectID.Insights.Service.Models.IncomeVerification.IncomeStreamsSummary","kind":"json-schema","title":"DirectID.Insights.Service.Models.IncomeVerification.IncomeStreamsSummary","data":{"type":"object","properties":{"month1":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.IncomeVerification.IncomeMonth"},"month2":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.IncomeVerification.IncomeMonth"},"month3":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.IncomeVerification.IncomeMonth"},"month4":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.IncomeVerification.IncomeMonth"},"month5":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.IncomeVerification.IncomeMonth"},"month6":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.IncomeVerification.IncomeMonth"},"month7":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.IncomeVerification.IncomeMonth"},"month8":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.IncomeVerification.IncomeMonth"},"month9":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.IncomeVerification.IncomeMonth"},"month10":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.IncomeVerification.IncomeMonth"},"month11":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.IncomeVerification.IncomeMonth"},"estimatedIncome":{"type":"number","description":"Estimated income for the combined income streams","format":"double"},"confidenceScore":{"type":"number","description":"Calculated confidence score for the combined income streams","format":"double"},"confidenceScoreFlags":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.IncomeVerification.ConfidenceScoreFlags"}},"additionalProperties":false}},"components/schemas/DirectID.Insights.Service.Models.IncomeVerification.IncomeVerification":{"id":"components/schemas/DirectID.Insights.Service.Models.IncomeVerification.IncomeVerification","kind":"json-schema","title":"DirectID.Insights.Service.Models.IncomeVerification.IncomeVerification","data":{"type":"object","properties":{"accountDetails":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.IncomeVerification.AccountDetails"},"incomeStreams":{"type":"array","items":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.IncomeVerification.IncomeStream"},"nullable":true},"incomeStreamsSummary":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.IncomeVerification.IncomeStreamsSummary"},"verifiedIncomeStatus":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.IncomeVerification.VerifiedIncomeStatus"}},"additionalProperties":false}},"components/schemas/DirectID.Insights.Service.Models.IncomeVerification.PartyIdentifier":{"id":"components/schemas/DirectID.Insights.Service.Models.IncomeVerification.PartyIdentifier","kind":"json-schema","title":"DirectID.Insights.Service.Models.IncomeVerification.PartyIdentifier","data":{"type":"object","properties":{"partyName":{"type":"string","description":"Name by which a specific party is known and which is usually used to identify that party.","nullable":true},"isIndividual":{"type":"boolean","description":"Indicates the party is an individual and not a business.","nullable":true},"isAuthorizingParty":{"type":"boolean","description":"Indicates the party authorized the connection on behalf of a joint or business account.","nullable":true},"partyType":{"type":"string","description":"An indicative value of the type of a specific party.","nullable":true}},"additionalProperties":false}},"components/schemas/DirectID.Insights.Service.Models.IncomeVerification.VerifiedIncomeStatus":{"id":"components/schemas/DirectID.Insights.Service.Models.IncomeVerification.VerifiedIncomeStatus","kind":"json-schema","title":"DirectID.Insights.Service.Models.IncomeVerification.VerifiedIncomeStatus","data":{"enum":["UnsupportedAccountType","NoCreditTransactions","Processed"],"type":"string"}},"components/schemas/DirectID.Insights.Service.Models.Paging.Meta":{"id":"components/schemas/DirectID.Insights.Service.Models.Paging.Meta","kind":"json-schema","title":"DirectID.Insights.Service.Models.Paging.Meta","data":{"type":"object","properties":{"totalRecords":{"type":"integer","description":"The total available records for this paged response.","format":"int32"}},"additionalProperties":false}},"components/schemas/DirectID.Insights.Service.Models.Paging.PaginatedResponse.DirectID.Insights.Service.Models.BankData.Transaction":{"id":"components/schemas/DirectID.Insights.Service.Models.Paging.PaginatedResponse.DirectID.Insights.Service.Models.BankData.Transaction","kind":"json-schema","title":"DirectID.Insights.Service.Models.Paging.PaginatedResponse.DirectID.Insights.Service.Models.BankData.Transaction","data":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.BankData.Transaction"},"description":"Primary data of the response.","nullable":true},"meta":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.Paging.Meta"}},"additionalProperties":false}},"components/schemas/DirectID.Insights.Service.Models.PaymentConfirmation.PaymentAccountConfirmation":{"id":"components/schemas/DirectID.Insights.Service.Models.PaymentConfirmation.PaymentAccountConfirmation","kind":"json-schema","title":"DirectID.Insights.Service.Models.PaymentConfirmation.PaymentAccountConfirmation","data":{"required":["accountId","accountNumber","accountNumberSource","applicationId","bankCode","bankCodeSource","consentId"],"type":"object","properties":{"consentId":{"minLength":1,"type":"string","description":"The unique identifier of the consent."},"applicationId":{"minLength":1,"type":"string","description":"Application id the consent is associated with."},"accountId":{"minLength":1,"type":"string","description":"Unique identifier for the account at the institution."},"accountNumber":{"minLength":1,"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The bank’s unique identifier for the account"},"children":[]}]}]}]},"bankCode":{"minLength":1,"type":"string","description":"The national bank transit or transfer code used for identification of the bank assigned\nby a central bank in a country, eg: A Routing number(US/CA) or Sort code(UK)"},"accountNumberSource":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.PaymentConfirmation.Source"},"bankCodeSource":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.PaymentConfirmation.Source"}},"additionalProperties":false}},"components/schemas/DirectID.Insights.Service.Models.PaymentConfirmation.Source":{"id":"components/schemas/DirectID.Insights.Service.Models.PaymentConfirmation.Source","kind":"json-schema","title":"DirectID.Insights.Service.Models.PaymentConfirmation.Source","data":{"enum":["Bank","User"],"type":"string"}},"components/schemas/DirectID.Insights.Service.Models.SortField":{"id":"components/schemas/DirectID.Insights.Service.Models.SortField","kind":"json-schema","title":"DirectID.Insights.Service.Models.SortField","data":{"enum":["Description","Amount","Category","Classification","Date"],"type":"string"}},"components/schemas/DirectID.Insights.Service.Services.Models.Affordability.AffordabilityTransactions":{"id":"components/schemas/DirectID.Insights.Service.Services.Models.Affordability.AffordabilityTransactions","kind":"json-schema","title":"DirectID.Insights.Service.Services.Models.Affordability.AffordabilityTransactions","data":{"type":"object","properties":{"affordabilityTransactionId":{"type":"integer","format":"int32"},"amount":{"type":"number","format":"double"},"creditDebitIndicator":{"$ref":"#/components/schemas/DirectID.Insights.Service.Services.Models.CreditDebitIndicator"},"description":{"type":"string","nullable":true},"bookingDate":{"type":"string","format":"date-time"},"categoryName":{"type":"string","nullable":true},"affordabilityType":{"$ref":"#/components/schemas/DirectID.Insights.Service.Services.Models.Affordability.AffordabilityType"}},"additionalProperties":false}},"components/schemas/DirectID.Insights.Service.Services.Models.Affordability.AffordabilityType":{"id":"components/schemas/DirectID.Insights.Service.Services.Models.Affordability.AffordabilityType","kind":"json-schema","title":"DirectID.Insights.Service.Services.Models.Affordability.AffordabilityType","data":{"enum":["Fixed","Flexible","DebtFees","Savings"],"type":"string"}},"components/schemas/DirectID.Insights.Service.Services.Models.CreditDebitIndicator":{"id":"components/schemas/DirectID.Insights.Service.Services.Models.CreditDebitIndicator","kind":"json-schema","title":"DirectID.Insights.Service.Services.Models.CreditDebitIndicator","data":{"enum":["Credit","Debit"],"type":"string"}},"components/schemas/DirectID.Insights.Service.Services.Models.TransferTransaction":{"id":"components/schemas/DirectID.Insights.Service.Services.Models.TransferTransaction","kind":"json-schema","title":"DirectID.Insights.Service.Services.Models.TransferTransaction","data":{"type":"object","properties":{"pairId":{"type":"integer","description":"The Id which both the transaction out and transaction in will share","format":"int64"},"associatedAccountId":{"type":"string","description":"Account ID that the transfer has either gone to or come from, depending on whether this is a debit or credit","nullable":true}},"additionalProperties":false,"description":"Represents a transfer transaction between two associated accounts."}},"components/schemas/DirectID.Models.Errors.Error3":{"id":"components/schemas/DirectID.Models.Errors.Error3","kind":"json-schema","title":"DirectID.Models.Errors.Error3","data":{"type":"object","properties":{"code":{"type":"string","description":"Error code.","nullable":true},"description":{"type":"string","description":"Error message.","nullable":true},"details":{"type":"string","description":"Error details.","nullable":true},"correlationId":{"type":"string","description":"User transaction tracking Id","nullable":true}},"additionalProperties":false}},"components/schemas/DirectID.Insights.Service.Models.AdvancedInsights.BusinessAccountFinancialHealth":{"id":"components/schemas/DirectID.Insights.Service.Models.AdvancedInsights.BusinessAccountFinancialHealth","kind":"json-schema","title":"DirectID.Insights.Service.Models.AdvancedInsights.BusinessAccountFinancialHealth","data":{"type":"object","properties":{"accountId":{"type":"string","description":"Unique identifier for the account at the institution","nullable":true},"providerName":{"type":"string","description":"The name of the provider e.g., Lloyds.","nullable":true},"countryCode":{"type":"string","description":"An ISO 3166-1 alpha-2 Country code for the account.","nullable":true},"currencyCode":{"type":"string","description":"ISO4217 currency code for the account.","nullable":true},"accountHolderNames":{"type":"array","items":{"type":"string"},"description":"The AccountHolderNames is the name or names of the account owner(s) represented at an account level.","nullable":true},"identifiers":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.BankData.Identifiers"},"accountType":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.BankData.AccountType"},"accountSubType":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.BankData.AccountSubType"},"balances":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.BankData.Balances"},"lastThirtyDays":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.AdvancedInsights.FinancialHealthSummary"},"lastSixtyDays":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.AdvancedInsights.FinancialHealthSummary"},"lastNinetyDays":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.AdvancedInsights.FinancialHealthSummary"},"lastOneEightyDays":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.AdvancedInsights.FinancialHealthSummary"},"lastThreeSixtyDays":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.AdvancedInsights.FinancialHealthSummary"}},"additionalProperties":false}},"components/schemas/DirectID.Insights.Service.Models.AdvancedInsights.ConsumerAccountFinancialHealth":{"id":"components/schemas/DirectID.Insights.Service.Models.AdvancedInsights.ConsumerAccountFinancialHealth","kind":"json-schema","title":"DirectID.Insights.Service.Models.AdvancedInsights.ConsumerAccountFinancialHealth","data":{"type":"object","properties":{"accountId":{"type":"string","description":"Unique identifier for the account at the institution","nullable":true},"providerName":{"type":"string","description":"The name of the provider e.g., Lloyds.","nullable":true},"countryCode":{"type":"string","description":"An ISO 3166-1 alpha-2 Country code for the account.","nullable":true},"currencyCode":{"type":"string","description":"ISO4217 currency code for the account.","nullable":true},"accountHolderNames":{"type":"array","items":{"type":"string"},"description":"The AccountHolderNames is the name or names of the account owner(s) represented at an account level.","nullable":true},"identifiers":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.BankData.Identifiers"},"accountType":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.BankData.AccountType"},"accountSubType":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.BankData.AccountSubType"},"balances":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.BankData.Balances"},"lastThirtyDays":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.AdvancedInsights.FinancialHealthSummary"},"lastSixtyDays":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.AdvancedInsights.FinancialHealthSummary"},"lastNinetyDays":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.AdvancedInsights.FinancialHealthSummary"},"lastOneEightyDays":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.AdvancedInsights.FinancialHealthSummary"},"lastThreeSixtyDays":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.AdvancedInsights.FinancialHealthSummary"}},"additionalProperties":false}},"components/schemas/DirectID.Insights.Service.Models.AdvancedInsights.FinancialHealthSummary":{"id":"components/schemas/DirectID.Insights.Service.Models.AdvancedInsights.FinancialHealthSummary","kind":"json-schema","title":"DirectID.Insights.Service.Models.AdvancedInsights.FinancialHealthSummary","data":{"type":"object","properties":{"totalCreditsCount":{"type":"integer","description":"Total number of all credit transactions over the last X days","format":"int32"},"totalDebitsCount":{"type":"integer","description":"Total number of all debit transactions over the last X days","format":"int32"},"totalCreditsAmount":{"type":"number","description":"Total amount of all credit transactions over the last X days","format":"double"},"totalDebitsAmount":{"type":"number","description":"Total amount of all debit transactions over the last X days","format":"double"},"averageCreditsMinusDebits":{"type":"number","description":"Average difference between daily credit amount and daily debit amount over the last X days","format":"double"},"endOfDayBalanceConsistency":{"type":"number","description":"Average end-of-day balance amount over the last X days (the mean value)","format":"double"},"endOfDayBalanceLowVal":{"type":"number","description":"The minimum end-of-day balance amount over the last X days","format":"double"},"endOfDayBalanceHighVal":{"type":"number","description":"The maximum end-of-day balance amount over the last X days","format":"double"},"endOfDayBalanceVariability":{"type":"number","description":"Standard deviation of the end-of-day balance amount over the last X days","format":"double"},"percentageOfDaysInNegativeBalance":{"type":"number","description":"Percentage of days with negative end-of-day balance amount over the last X days","format":"double"},"netCashFlow":{"type":"number","description":"Difference between total inflows (credits) and total outflows (debits) over a defined period (e.g., 30, 60, 90, 180, or 360 days).","format":"double","nullable":true},"endOfDayBalanceCoefficientOfVariation":{"type":"number","description":"Variability as a percentage of the average balance.","format":"double","nullable":true}},"additionalProperties":false}},"components/schemas/DirectID.Insights.Service.Models.Paging.PaginatedResponse.DirectID.Insights.Service.Models.AdvancedInsights.BusinessAccountFinancialHealth":{"id":"components/schemas/DirectID.Insights.Service.Models.Paging.PaginatedResponse.DirectID.Insights.Service.Models.AdvancedInsights.BusinessAccountFinancialHealth","kind":"json-schema","title":"DirectID.Insights.Service.Models.Paging.PaginatedResponse.DirectID.Insights.Service.Models.AdvancedInsights.BusinessAccountFinancialHealth","data":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.AdvancedInsights.BusinessAccountFinancialHealth"},"description":"Primary data of the response.","nullable":true},"meta":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.Paging.Meta"}},"additionalProperties":false}},"components/schemas/DirectID.Insights.Service.Models.Paging.PaginatedResponse.DirectID.Insights.Service.Models.AdvancedInsights.ConsumerAccountFinancialHealth":{"id":"components/schemas/DirectID.Insights.Service.Models.Paging.PaginatedResponse.DirectID.Insights.Service.Models.AdvancedInsights.ConsumerAccountFinancialHealth","kind":"json-schema","title":"DirectID.Insights.Service.Models.Paging.PaginatedResponse.DirectID.Insights.Service.Models.AdvancedInsights.ConsumerAccountFinancialHealth","data":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.AdvancedInsights.ConsumerAccountFinancialHealth"},"description":"Primary data of the response.","nullable":true},"meta":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.Paging.Meta"}},"additionalProperties":false}},"components/schemas/DirectID.Models.Errors.Error4":{"id":"components/schemas/DirectID.Models.Errors.Error4","kind":"json-schema","title":"DirectID.Models.Errors.Error4","data":{"type":"object","properties":{"code":{"type":"string","description":"Error code.","nullable":true},"description":{"type":"string","description":"Error message.","nullable":true},"details":{"type":"string","description":"Error details.","nullable":true},"correlationId":{"type":"string","description":"User transaction tracking Id","nullable":true}},"additionalProperties":false}},"components/schemas/ConnectInvitation":{"id":"components/schemas/ConnectInvitation","kind":"json-schema","title":"ConnectInvitation","data":{"type":"object","properties":{"invitationId":{"type":"string","description":"The unique reference for the invitation.","format":"uuid"}},"additionalProperties":false}},"components/schemas/ConnectInvitationRequest":{"id":"components/schemas/ConnectInvitationRequest","kind":"json-schema","title":"ConnectInvitationRequest","data":{"required":["customerReference","recipientEmail","recipientName"],"type":"object","properties":{"templateId":{"type":"string","description":"Template ID to be used for the email, if not specified the default template\nfrom configuration will be used","nullable":true},"configName":{"type":"string","description":"Customer Configuration to be used for the invite, important where customer config\ndictates which sort of connect flow the user will be thrown into","nullable":true},"recipientName":{"minLength":1,"pattern":"^([\\u00c0-\\u01ffa-zA-Z'\\d_. \\+\\-\\(\\)]){1,100}$","type":"string","description":"Name of the recipient (e.g. full name of the person)"},"recipientEmail":{"minLength":1,"pattern":"^[\\u00c0-\\u01ffa-zA-Z0-9_\\.-]+@([\\u00c0-\\u01ffa-zA-Z0-9-]+\\.)+[a-zA-Z]{2,10}$","type":"string","description":"Email address of the recipient to whom the email is going to be sent","format":"email"},"customerReference":{"minLength":1,"pattern":"^[a-zA-Z\\d_. \\+\\-\\(\\)]{1,100}$","type":"string","description":"Customer reference for this recipient, an example would be a unique identifier\nof this user in customer's internal systems"},"userId":{"pattern":"^[A-Fa-f0-9]{8}(-[A-Fa-f0-9]{4}){3}-[A-Fa-f0-9]{12}$","type":"string","description":"Optional parameter to associate the consent with the specified userId","nullable":true}},"additionalProperties":false}},"components/schemas/ConnectInvitationResponse1":{"id":"components/schemas/ConnectInvitationResponse1","kind":"json-schema","title":"ConnectInvitationResponse1","data":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/ConnectInvitation"},"meta":{"$ref":"#/components/schemas/Meta"}},"additionalProperties":false}},"components/schemas/EmailActivity":{"id":"components/schemas/EmailActivity","kind":"json-schema","title":"EmailActivity","data":{"type":"object","properties":{"event":{"$ref":"#/components/schemas/EmailEvent"},"eventDate":{"type":"string","description":"The date when the event occured.","format":"date-time"},"smtpErrorCode":{"type":"string","description":"Any sort of error code returned by the receiving server that describes the type of\nevent triggered.","nullable":true},"smtpErrorMessage":{"type":"string","description":"Any sort of error response returned by the receiving server that describes the reason\nthis event type was triggered.","nullable":true}},"additionalProperties":false}},"components/schemas/EmailEvent":{"id":"components/schemas/EmailEvent","kind":"json-schema","title":"EmailEvent","data":{"enum":["Sent","Received","Opened","Clicked","Dropped","Processed","Deferred","Bounce","SpamReport","Unsubscribe","Failed"],"type":"string"}},"components/schemas/EmailInvitationActivity":{"id":"components/schemas/EmailInvitationActivity","kind":"json-schema","title":"EmailInvitationActivity","data":{"type":"object","properties":{"invitationId":{"type":"string","description":"The unique reference for the email invitation.","format":"uuid"},"recipientName":{"type":"string","description":"The name of the recipient that the invitation email was sent to.","nullable":true},"recipientEmail":{"type":"string","description":"The recipient's email address.","nullable":true},"customerReference":{"type":"string","description":"Reference for invitation the provided by the client.","nullable":true},"configName":{"type":"string","description":"The customer configuration to be used for the email invitation","nullable":true},"invitationCreated":{"type":"string","description":"Date when the email invitation was created.","format":"date-time"},"activities":{"type":"array","items":{"$ref":"#/components/schemas/EmailActivity"},"description":"The list of email activities related to this invitation.","nullable":true}},"additionalProperties":false}},"components/schemas/EmailInvitationActivityResponse1":{"id":"components/schemas/EmailInvitationActivityResponse1","kind":"json-schema","title":"EmailInvitationActivityResponse1","data":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/EmailInvitationActivity"},"meta":{"$ref":"#/components/schemas/Meta"}},"additionalProperties":false}},"components/schemas/Error":{"id":"components/schemas/Error","kind":"json-schema","title":"Error","data":{"type":"object","properties":{"code":{"type":"string","description":"Error code.","nullable":true},"description":{"type":"string","description":"Error message.","nullable":true},"details":{"type":"string","description":"Error details.","nullable":true},"correlationId":{"type":"string","description":"User transaction tracking Id","nullable":true}},"additionalProperties":false}},"components/schemas/Meta":{"id":"components/schemas/Meta","kind":"json-schema","title":"Meta","data":{"type":"object","properties":{"totalRecords":{"type":"integer","description":"The total available records for this paged response.","format":"int32","nullable":true}},"additionalProperties":false}},"components/schemas/DirectID.Insights.Service.Models.AdvancedInsights.AttoScore.AttoScoreData":{"id":"components/schemas/DirectID.Insights.Service.Models.AdvancedInsights.AttoScore.AttoScoreData","kind":"json-schema","title":"DirectID.Insights.Service.Models.AdvancedInsights.AttoScore.AttoScoreData","data":{"type":"object","properties":{"accountId":{"type":"string","description":"The unique identifier of the account.","nullable":true},"attoScore":{"type":"integer","description":"The score generated for the account.","format":"int32"},"probabilityOfDefault":{"type":"number","description":"The probability of default for the account.","format":"double"},"dateGenerated":{"type":"string","description":"ISO8601 formatted date string containing the date the score was generated.","nullable":true},"version":{"type":"string","description":"The version of the model used to compute the score.","nullable":true},"range":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.AdvancedInsights.AttoScore.AttoScoreRange"}},"additionalProperties":false}},"components/schemas/DirectID.Insights.Service.Models.AdvancedInsights.AttoScore.AttoScoreRange":{"id":"components/schemas/DirectID.Insights.Service.Models.AdvancedInsights.AttoScore.AttoScoreRange","kind":"json-schema","title":"DirectID.Insights.Service.Models.AdvancedInsights.AttoScore.AttoScoreRange","data":{"type":"object","properties":{"minScore":{"type":"integer","description":"The Minimum score value.","format":"int32"},"maxScore":{"type":"integer","description":"The Maximum score value.","format":"int32"}},"additionalProperties":false}},"components/schemas/DirectID.Insights.Service.Models.AdvancedInsights.AttoScore.AttoScoreResponse":{"id":"components/schemas/DirectID.Insights.Service.Models.AdvancedInsights.AttoScore.AttoScoreResponse","kind":"json-schema","title":"DirectID.Insights.Service.Models.AdvancedInsights.AttoScore.AttoScoreResponse","data":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.AdvancedInsights.AttoScore.AttoScoreData"},"meta":{"$ref":"#/components/schemas/DirectID.Data.Common.Response.EmptyMetaData"}},"additionalProperties":false}},"components/schemas/DirectID.Models.Errors.Error5":{"id":"components/schemas/DirectID.Models.Errors.Error5","kind":"json-schema","title":"DirectID.Models.Errors.Error5","data":{"type":"object","properties":{"code":{"type":"string","description":"Error code.","nullable":true},"description":{"type":"string","description":"Error message.","nullable":true},"details":{"type":"string","description":"Error details.","nullable":true},"correlationId":{"type":"string","description":"User transaction tracking Id","nullable":true}},"additionalProperties":false}},"components/schemas/Atto.ConnectAPI.Service.Models.Common.Enums.AccountIdentifierType":{"id":"components/schemas/Atto.ConnectAPI.Service.Models.Common.Enums.AccountIdentifierType","kind":"json-schema","title":"Atto.ConnectAPI.Service.Models.Common.Enums.AccountIdentifierType","data":{"enum":["AccountNumber","BankCode","IBAN"],"type":"string"}},"components/schemas/Atto.ConnectAPI.Service.Models.Common.Enums.AccountType":{"id":"components/schemas/Atto.ConnectAPI.Service.Models.Common.Enums.AccountType","kind":"json-schema","title":"Atto.ConnectAPI.Service.Models.Common.Enums.AccountType","data":{"enum":["Other","CurrentAccount","CreditCard","Mortgage","Loan","Savings","BuyNowPayLater","Utilities"],"type":"string"}},"components/schemas/Atto.ConnectAPI.Service.Models.User.Accounts.ConnectedAccount":{"id":"components/schemas/Atto.ConnectAPI.Service.Models.User.Accounts.ConnectedAccount","kind":"json-schema","title":"Atto.ConnectAPI.Service.Models.User.Accounts.ConnectedAccount","data":{"type":"object","properties":{"accountId":{"type":"string","description":"Id of the Open Banking Account Connected","nullable":true},"providerId":{"type":"string","description":"Id of the Open Banking Provider","nullable":true},"brandId":{"type":"string","description":"Id of the Open Banking Brand","nullable":true},"providerName":{"type":"string","description":"Name of the Open Banking Provider","nullable":true},"creditInformationAccountStatus":{"type":"string","description":"Account Status provided by the Credit Information Provider","nullable":true},"creditInformationAccountType":{"$ref":"#/components/schemas/Atto.ConnectAPI.Service.Models.Common.Enums.AccountType"},"currency":{"type":"string","description":"Currency of the Account","nullable":true},"accountIdentifiers":{"type":"array","items":{"$ref":"#/components/schemas/Atto.ConnectAPI.Service.Models.User.Accounts.UserAccountIdentifier"},"description":"List of Account Identifiers","nullable":true},"lastUpdated":{"type":"string","description":"Account Last Updated Date","format":"date-time"}},"additionalProperties":false}},"components/schemas/Atto.ConnectAPI.Service.Models.User.Accounts.UnConnectedAccount":{"id":"components/schemas/Atto.ConnectAPI.Service.Models.User.Accounts.UnConnectedAccount","kind":"json-schema","title":"Atto.ConnectAPI.Service.Models.User.Accounts.UnConnectedAccount","data":{"type":"object","properties":{"brandId":{"type":"string","description":"Id of the Open Banking Brand","nullable":true},"providerId":{"type":"string","description":"Id of the Open Banking Provider","nullable":true},"lenderName":{"type":"string","description":"Name of the Credit Information Provider","nullable":true},"connectionSupported":{"type":"boolean","description":"Flag to indicate if we have matched the Open Banking Provider\nwith the Credit Information Provider"},"isClosed":{"type":"boolean","description":"Flag to indicate if the Credit Information account is closed"},"creditInformationAccountStatus":{"type":"string","description":"Account Status provided by the Credit Information Provider","nullable":true},"creditInformationAccountType":{"$ref":"#/components/schemas/Atto.ConnectAPI.Service.Models.Common.Enums.AccountType"},"currency":{"type":"string","description":"Currency of the Account","nullable":true},"accountIdentifiers":{"type":"array","items":{"$ref":"#/components/schemas/Atto.ConnectAPI.Service.Models.User.Accounts.UserAccountIdentifier"},"description":"List of Account Identifiers","nullable":true}},"additionalProperties":false}},"components/schemas/Atto.ConnectAPI.Service.Models.User.Accounts.UserAccountIdentifier":{"id":"components/schemas/Atto.ConnectAPI.Service.Models.User.Accounts.UserAccountIdentifier","kind":"json-schema","title":"Atto.ConnectAPI.Service.Models.User.Accounts.UserAccountIdentifier","data":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/Atto.ConnectAPI.Service.Models.Common.Enums.AccountIdentifierType"},"value":{"type":"string","nullable":true}},"additionalProperties":false}},"components/schemas/Atto.ConnectAPI.Service.Models.User.Accounts.UserAccountsResponse":{"id":"components/schemas/Atto.ConnectAPI.Service.Models.User.Accounts.UserAccountsResponse","kind":"json-schema","title":"Atto.ConnectAPI.Service.Models.User.Accounts.UserAccountsResponse","data":{"type":"object","properties":{"userId":{"type":"string","description":"Id of the User","format":"uuid"},"connectedAccounts":{"type":"array","items":{"$ref":"#/components/schemas/Atto.ConnectAPI.Service.Models.User.Accounts.ConnectedAccount"},"description":"List of Credit Accounts Successfully Connected","nullable":true},"unConnectedAccounts":{"type":"array","items":{"$ref":"#/components/schemas/Atto.ConnectAPI.Service.Models.User.Accounts.UnConnectedAccount"},"description":"List of Credit Accounts UnConnected","nullable":true},"verificationError":{"$ref":"#/components/schemas/Atto.ConnectAPI.Service.Models.User.Accounts.VerificationError"}},"additionalProperties":false}},"components/schemas/Atto.ConnectAPI.Service.Models.User.Accounts.VerificationError":{"id":"components/schemas/Atto.ConnectAPI.Service.Models.User.Accounts.VerificationError","kind":"json-schema","title":"Atto.ConnectAPI.Service.Models.User.Accounts.VerificationError","data":{"type":"object","properties":{"detail":{"type":"string","nullable":true},"userCanRetry":{"type":"boolean"}},"additionalProperties":false}},"components/schemas/Atto.ConnectAPI.Service.Models.User.ApiAddress":{"id":"components/schemas/Atto.ConnectAPI.Service.Models.User.ApiAddress","kind":"json-schema","title":"Atto.ConnectAPI.Service.Models.User.ApiAddress","data":{"type":"object","properties":{"abodeNumber":{"type":"string","nullable":true},"buildingName":{"type":"string","nullable":true},"buildingNumber":{"type":"string","nullable":true},"address1":{"type":"string","nullable":true},"address2":{"type":"string","nullable":true},"address3":{"type":"string","nullable":true},"postCode":{"type":"string","nullable":true},"town":{"type":"string","nullable":true}},"additionalProperties":false}},"components/schemas/Atto.ConnectAPI.Service.Models.User.Status":{"id":"components/schemas/Atto.ConnectAPI.Service.Models.User.Status","kind":"json-schema","title":"Atto.ConnectAPI.Service.Models.User.Status","data":{"enum":["Success","Failed"],"type":"string"}},"components/schemas/Atto.ConnectAPI.Service.Models.User.UserVerificationRequest":{"id":"components/schemas/Atto.ConnectAPI.Service.Models.User.UserVerificationRequest","kind":"json-schema","title":"Atto.ConnectAPI.Service.Models.User.UserVerificationRequest","data":{"required":["address","customerReference","dateOfBirth","emailAddress","firstName","lastName","phoneNumber","title"],"type":"object","properties":{"customerReference":{"minLength":1,"type":"string","description":"Customer reference for the user in the Atto Credit Information Journey"},"title":{"maxLength":30,"minLength":2,"pattern":"^[a-zA-Z ‘]+$","type":"string","description":"The title of the user (e.g., Mr, Mrs, Ms, Dr)."},"firstName":{"maxLength":30,"minLength":1,"pattern":"^[a-zA-Z ‘-]+$","type":"string","description":"The first name of the user."},"middleNames":{"maxLength":30,"minLength":1,"pattern":"^[a-zA-Z ‘-]+$","type":"string","description":"The middle names of the user (optional).","nullable":true},"lastName":{"maxLength":30,"minLength":2,"pattern":"^[a-zA-Z ‘-]+$","type":"string","description":"The last name of the user."},"dateOfBirth":{"type":"string","description":"The date of birth of the user, which must be between 18 and 120 years ago.","format":"date-time"},"phoneNumber":{"minLength":1,"type":"string","description":"The phone number of the user, which must be in a valid phone format."},"emailAddress":{"maxLength":255,"minLength":5,"type":"string","description":"The email address of the user, which must be in a valid email format and between 5 and 255 characters long.","format":"email"},"address":{"$ref":"#/components/schemas/Atto.ConnectAPI.Service.Models.User.ApiAddress"}},"additionalProperties":false,"description":"Represents a request for user verification, containing personal information and address details."}},"components/schemas/Atto.ConnectAPI.Service.Models.User.UserVerificationResponse":{"id":"components/schemas/Atto.ConnectAPI.Service.Models.User.UserVerificationResponse","kind":"json-schema","title":"Atto.ConnectAPI.Service.Models.User.UserVerificationResponse","data":{"type":"object","properties":{"status":{"$ref":"#/components/schemas/Atto.ConnectAPI.Service.Models.User.Status"},"message":{"type":"string","nullable":true},"userId":{"type":"string","format":"uuid","nullable":true},"consentId":{"type":"string","format":"uuid","nullable":true},"customerReference":{"type":"string","nullable":true}},"additionalProperties":false}},"components/schemas/Atto.ConnectAPI.Service.Services.Models.CIS.StatusMessageResponse":{"id":"components/schemas/Atto.ConnectAPI.Service.Services.Models.CIS.StatusMessageResponse","kind":"json-schema","title":"Atto.ConnectAPI.Service.Services.Models.CIS.StatusMessageResponse","data":{"type":"object","properties":{"status":{"type":"boolean"},"message":{"type":"string","nullable":true}},"additionalProperties":false}},"components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails":{"id":"components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails","kind":"json-schema","title":"Microsoft.AspNetCore.Mvc.ProblemDetails","data":{"type":"object","properties":{"type":{"type":"string","nullable":true},"title":{"type":"string","nullable":true},"status":{"type":"integer","format":"int32","nullable":true},"detail":{"type":"string","nullable":true},"instance":{"type":"string","nullable":true}},"additionalProperties":{}}},"schema_71":{"kind":"json-schema","data":{"type":"object","properties":{"grant_type":{"type":"string"},"client_id":{"type":"string"},"client_secret":{"type":"string"},"scope":{"type":"string"}}},"id":"schema_71"},"schema_72":{"kind":"json-schema","data":{"type":"string"},"id":"schema_72"},"schema_73":{"kind":"json-schema","data":{"type":"object","properties":{"Location":{"type":"string"}}},"id":"schema_73"},"schema_74":{"kind":"json-schema","data":{"$ref":"#/components/schemas/DirectID.Consent.Service.Models.ConsentStatus"},"id":"schema_74"},"schema_75":{"kind":"json-schema","data":{"type":"integer","format":"int32"},"id":"schema_75"},"schema_76":{"kind":"json-schema","data":{"$ref":"#/components/schemas/DirectID.Consent.Service.Models.DataSourceType"},"id":"schema_76"},"schema_77":{"kind":"json-schema","data":{"type":"string","format":"date-time"},"id":"schema_77"},"schema_78":{"kind":"json-schema","data":{"type":"integer","format":"int32","default":0},"id":"schema_78"},"schema_79":{"kind":"json-schema","data":{"type":"array","items":{"$ref":"#/components/schemas/DirectID.Models.Consent.ConsentV2"}},"id":"schema_79"},"schema_80":{"kind":"json-schema","data":{"type":"array","items":{"$ref":"#/components/schemas/DirectID.Models.Consent.Consent"}},"id":"schema_80"},"schema_81":{"kind":"json-schema","data":{"type":"array","items":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.BankData.Account"}},"id":"schema_81"},"schema_82":{"kind":"json-schema","data":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.SortField"},"id":"schema_82"},"schema_83":{"kind":"json-schema","data":{"type":"boolean"},"id":"schema_83"},"schema_84":{"kind":"json-schema","data":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.BankData.CreditDebitIndicator"},"id":"schema_84"},"schema_85":{"kind":"json-schema","data":{"type":"array","items":{"type":"string"}},"id":"schema_85"},"schema_86":{"kind":"json-schema","data":{"maximum":2147483647,"minimum":0,"type":"integer","format":"int32"},"id":"schema_86"},"schema_87":{"kind":"json-schema","data":{"type":"string","format":"uuid"},"id":"schema_87"},"schema_88":{"kind":"json-schema","data":{"type":"boolean","default":false},"id":"schema_88"},"schema_89":{"kind":"json-schema","data":{"type":"array","items":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.IncomeVerification.IncomeVerification"}},"id":"schema_89"},"schema_90":{"kind":"json-schema","data":{"type":"array","items":{"$ref":"#/components/schemas/DirectID.Insights.Service.Models.Affordability.AffordabilityCalculationResponse"}},"id":"schema_90"},"schema_91":{"kind":"json-schema","data":{"type":"number","format":"double","default":0},"id":"schema_91"},"schema_92":{"kind":"json-schema","data":{"type":"array","items":{"$ref":"#/components/schemas/DirectID.Data.API.Models.Categorisation.Response.CategorisationResponse"}},"id":"schema_92"},"schema_93":{"kind":"json-schema","data":{"type":"array","items":{"$ref":"#/components/schemas/DirectID.Data.API.Models.IncomeVerification.Response.API.IncomeVerification"}},"id":"schema_93"},"schema_94":{"kind":"json-schema","data":{"type":"string","format":"binary"},"id":"schema_94"},"schema_95":{"kind":"json-schema","data":{"type":"array","items":{"$ref":"#/components/schemas/DirectID.Data.API.Models.IncomeVerification.Response.Connect.IncomeVerification"}},"id":"schema_95"},"schema_96":{"kind":"json-schema","data":{"type":"boolean","default":true},"id":"schema_96"},"schema_97":{"kind":"json-schema","data":{"type":"array","items":{"$ref":"#/components/schemas/DirectID.Data.API.Models.Affordability.Response.AffordabilityResponse"}},"id":"schema_97"}},"exampleStore":{"paths/~1consents~1v2/get/responses/200/content/application~1json/example":{"value":[{"consentId":"383460e3-8762-4b4d-5d63-08dea9a9a93c","applicationId":"1e2eada7-fea2-4b6c-93f4-e8691e3be657","userId":"b33420fd-987c-4703-fae5-08dea9a9a93d","providerId":15,"providerName":"Barclays","configurationName":"default","customerReference":"Ref123","consentDurationType":"Limited","consentStatus":"Active","consentStart":"2026-05-05T14:08:45","consentEnd":"2027-05-05T14:08:45","duration":"P365D","daysOfHistoricalTransactions":365,"statusUpdated":"2026-05-05T14:08:45","statusDetails":null,"permissions":["Balances","Transactions"],"invitationId":"e88e9ba5-1ec6-434e-5d62-08dea9a9a93c","journeyType":"Reauthentication","dataSourceType":"OpenBanking","dataSource":"OAuth"},{"consentId":"59cf30f5-e97d-44b0-5d61-08dea9a9a93c","applicationId":"1e2eada7-fea2-4b6c-93f4-e8691e3be657","userId":"5f69ed81-7eca-4a05-fae4-08dea9a9a93d","providerId":20,"providerName":"Monzo","configurationName":"default","customerReference":"Ref123","consentDurationType":"Single","consentStatus":"Expired","consentStart":"2026-05-05T14:08:45","consentEnd":"2026-05-06T14:08:45","duration":"P1D","daysOfHistoricalTransactions":365,"statusUpdated":"2026-05-05T14:08:45","statusDetails":null,"permissions":["Balances","Transactions"],"invitationId":"e88e9ba5-1ec6-434e-5d62-08dea9a9a93c","journeyType":null,"dataSourceType":"OpenBanking","dataSource":"OAuth"}],"id":"paths/~1consents~1v2/get/responses/200/content/application~1json/example"},"paths/~1consents~1v1~1{consentId}/get/responses/200/content/application~1json/example":{"value":{"consentId":"383460e3-8762-4b4d-5d63-08dea9a9a93c","applicationId":"1e2eada7-fea2-4b6c-93f4-e8691e3be657","userId":"b33420fd-987c-4703-fae5-08dea9a9a93d","providerId":15,"providerName":"Barclays","configurationName":"default","customerReference":"Ref123","consentDurationType":"Limited","consentStatus":"Active","consentStart":"2026-05-05T14:08:45","consentEnd":"2027-05-05T14:08:45","duration":"P365D","daysOfHistoricalTransactions":365,"statusUpdated":"2026-05-05T14:08:45","statusDetails":null,"permissions":["Balances","Transactions"],"invitationId":"e88e9ba5-1ec6-434e-5d62-08dea9a9a93c","journeyType":null},"id":"paths/~1consents~1v1~1{consentId}/get/responses/200/content/application~1json/example"},"paths/~1stored-data~1v1~1consents~1{consentId}~1accounts/get/responses/200/content/application~1json/example":{"value":[{"accountId":"acc_1","currencyCode":"GBP","displayName":"Current Account","accountHolderNames":"Mr John Doe","accountType":"Personal","accountSubType":"CurrentAccount","identifiers":{"accountNumber":"55374149","bankCode":"123456","iban":null,"bic":null,"secondaryIdentification":null},"parties":[{"partyId":"party_1","fullName":"Mr John Doe","addresses":[{"address":"1 Monopoly Street","type":"Residential","city":"London","postcode":"L1 1GW","country":"GB","countrySubDivision":null}],"partyType":"Sole","isIndividual":true,"isAuthorizingParty":false,"emailAddress":"john.doe@gmail.com","phoneNumbers":[{"type":"Home","phoneNumber":"01463 798866"}]}],"servicer":null},{"accountId":"acc_2","currencyCode":"GBP","displayName":"Savings Account","accountHolderNames":"Mr John Doe","accountType":"Personal","accountSubType":"Savings","identifiers":{"accountNumber":"87654321","bankCode":null,"iban":null,"bic":null,"secondaryIdentification":"00031"},"parties":null,"servicer":{"name":"Sensible Savings (A Trading Name Of Atto Bank Plc)","displayName":null,"identification":"ATTOGB46XXX"}},{"accountId":"acc_3","currencyCode":"GBP","displayName":"Multi-Currency Wallet","accountHolderNames":"Mr John Doe","accountType":"Personal","accountSubType":"Emoney","identifiers":{"accountNumber":null,"bankCode":null,"iban":"GB48ATTO12345655374150","bic":null,"secondaryIdentification":null},"parties":null,"servicer":null},{"accountId":"acc_3_gbp","currencyCode":"GBP","displayName":"Multi-Currency Wallet (GBP)","accountHolderNames":"Mr John Doe","accountType":"Personal","accountSubType":"Emoney","identifiers":{"accountNumber":null,"bankCode":null,"iban":"GB21ATTO12345655374151","bic":null,"secondaryIdentification":"GBP"},"parties":null,"servicer":null},{"accountId":"acc_3_eur","currencyCode":"EUR","displayName":"Multi-Currency Wallet (EUR)","accountHolderNames":"Mr John Doe","accountType":"Personal","accountSubType":"Emoney","identifiers":{"accountNumber":null,"bankCode":null,"iban":"GB91ATTO12345655374152","bic":null,"secondaryIdentification":"EUR"},"parties":null,"servicer":null}],"id":"paths/~1stored-data~1v1~1consents~1{consentId}~1accounts/get/responses/200/content/application~1json/example"},"paths/~1stored-data~1v1~1consents~1{consentId}~1accounts~1{accountId}~1end-of-day-balances/get/responses/200/content/application~1json/example":{"value":{"currency":"GBP","average":343.2,"maximum":851.16,"minimum":-2.59,"balances":[{"balance":356.12,"date":"2025-05-14"},{"balance":851.16,"date":"2025-05-13"},{"balance":168.12,"date":"2025-05-12"},{"balance":-2.59,"date":"2025-05-11"}]},"id":"paths/~1stored-data~1v1~1consents~1{consentId}~1accounts~1{accountId}~1end-of-day-balances/get/responses/200/content/application~1json/example"},"paths/~1stored-data~1v1~1consents~1{consentId}~1accounts~1{accountId}~1transactions/get/responses/200/content/application~1json/example":{"value":{"data":[{"transactionId":"tran_1","description":"Asda Store 1837","amount":12.5,"balance":156.13,"creditDebitIndicator":"Debit","status":"Pending","transactionCode":{"code":"ICDT","subCode":"DMCT"},"proprietaryTransactionCode":{"code":"payport_faster_payments","issuer":"Monzo"},"bookingDate":"2026-05-11T13:56:12Z","counterPartyName":null,"merchantDetails":{"merchantName":"Asda","merchantCategoryCode":"9399"},"enrichedData":{"category":{"id":30024,"name":"Supermarket","confidence":0.99},"class":{"id":5,"name":"Point-of-Sale Transaction","confidence":0.92},"predictedMerchantName":"Asda"},"transfer":null},{"transactionId":"tran_2","description":"111111 21095730   INTERNET TRANSFER","amount":65.15,"balance":168.63,"creditDebitIndicator":"Debit","status":"Booked","transactionCode":null,"proprietaryTransactionCode":null,"bookingDate":"2026-05-10T13:49:16Z","counterPartyName":null,"merchantDetails":null,"enrichedData":{"category":{"id":30007,"name":"Deposit","confidence":0.76},"class":{"id":11,"name":"Payment Transfer","confidence":0.72},"predictedMerchantName":null},"transfer":{"pairId":1,"associatedAccountId":"acc_2"}},{"transactionId":"tran_3","description":"Salary","amount":892.86,"balance":233.78,"creditDebitIndicator":"Credit","status":"Booked","transactionCode":null,"proprietaryTransactionCode":null,"bookingDate":"2026-05-10T13:49:16Z","counterPartyName":null,"merchantDetails":null,"enrichedData":null,"transfer":null}],"meta":{"totalRecords":3}},"id":"paths/~1stored-data~1v1~1consents~1{consentId}~1accounts~1{accountId}~1transactions/get/responses/200/content/application~1json/example"},"paths/~1stored-data~1v1~1consents~1{consentId}~1provider-details/get/responses/200/content/application~1json/example":{"value":{"consentId":"7b8e9eb5-d728-4c12-c762-08da8741b8fe","customerReference":"Special Cust 123","providerId":"15526","providerName":"Monzo","countryCode":"GB","consentExpiryDate":"2022-12-15T09:15:33Z","connectedDate":"2022-09-16T09:15:37Z","updatedDate":"2022-09-16T09:15:37Z"},"id":"paths/~1stored-data~1v1~1consents~1{consentId}~1provider-details/get/responses/200/content/application~1json/example"},"paths/~1stored-data~1v2~1consents~1{consentId}~1accounts~1{accountId}~1balances/get/responses/200/content/application~1json/example":{"value":{"current":{"amount":221.31,"creditDebitIndicator":"Credit","creditLines":[]},"available":{"amount":521.31,"creditDebitIndicator":"Credit","creditLines":[{"amount":300,"creditLineType":"AVAILABLE","included":true,"predicted":false}]}},"id":"paths/~1stored-data~1v2~1consents~1{consentId}~1accounts~1{accountId}~1balances/get/responses/200/content/application~1json/example"},"paths/~1stored-data~1v1~1consents~1{consentId}~1accounts~1{accountId}~1balances/get/responses/200/content/application~1json/example":{"value":{"current":{"amount":221.31,"creditDebitIndicator":"Credit","creditLines":[]},"available":{"amount":521.31,"creditDebitIndicator":"Credit","creditLines":[{"amount":300,"creditLineType":"AVAILABLE","included":true,"predicted":false}]}},"id":"paths/~1stored-data~1v1~1consents~1{consentId}~1accounts~1{accountId}~1balances/get/responses/200/content/application~1json/example"},"paths/~1stored-data~1v1~1consents~1{consentId}~1income-verifications/get/responses/200/content/application~1json/example":{"value":[{"accountDetails":{"accountId":"acc_1","bankCode":"123456","accountNumber":"55374149","accountType":"Personal","accountSubType":"CurrentAccount","currencyCode":"GBP","accountHolderNames":"Mr John Doe","parties":null},"incomeStreams":[{"name":"Salary","numberOfDeposits":11,"isBenefit":false,"rank":"One","month1":{"income":2387.62,"month":6,"year":2025},"month2":{"income":2387.62,"month":7,"year":2025},"month3":{"income":2387.62,"month":8,"year":2025},"month4":{"income":2387.62,"month":9,"year":2025},"month5":{"income":2387.62,"month":10,"year":2025},"month6":{"income":2387.62,"month":11,"year":2025},"month7":{"income":2387.62,"month":12,"year":2025},"month8":{"income":2387.62,"month":1,"year":2026},"month9":{"income":2387.62,"month":2,"year":2026},"month10":{"income":2387.62,"month":3,"year":2026},"month11":{"income":0,"month":4,"year":2026},"estimatedIncome":2387.62,"confidenceScore":1.9,"confidenceScoreFlags":null},{"name":"Transfer From Mum","numberOfDeposits":11,"isBenefit":false,"rank":"Two","month1":{"income":180,"month":6,"year":2025},"month2":{"income":180,"month":7,"year":2025},"month3":{"income":180,"month":8,"year":2025},"month4":{"income":180,"month":9,"year":2025},"month5":{"income":180,"month":10,"year":2025},"month6":{"income":180,"month":11,"year":2025},"month7":{"income":180,"month":12,"year":2025},"month8":{"income":180,"month":1,"year":2026},"month9":{"income":180,"month":2,"year":2026},"month10":{"income":180,"month":3,"year":2026},"month11":{"income":0,"month":4,"year":2026},"estimatedIncome":180,"confidenceScore":1.9,"confidenceScoreFlags":null},{"name":"Child Tax Credit","numberOfDeposits":9,"isBenefit":true,"rank":null,"month1":{"income":45,"month":6,"year":2025},"month2":{"income":45,"month":7,"year":2025},"month3":{"income":0,"month":8,"year":2025},"month4":{"income":45,"month":9,"year":2025},"month5":{"income":45,"month":10,"year":2025},"month6":{"income":45,"month":11,"year":2025},"month7":{"income":45,"month":12,"year":2025},"month8":{"income":45,"month":1,"year":2026},"month9":{"income":45,"month":2,"year":2026},"month10":{"income":45,"month":3,"year":2026},"month11":{"income":0,"month":4,"year":2026},"estimatedIncome":45,"confidenceScore":1.76,"confidenceScoreFlags":null}],"incomeStreamsSummary":{"month1":{"income":2612.62,"month":6,"year":2025},"month2":{"income":2612.62,"month":7,"year":2025},"month3":{"income":2567.62,"month":8,"year":2025},"month4":{"income":2612.62,"month":9,"year":2025},"month5":{"income":2612.62,"month":10,"year":2025},"month6":{"income":2612.62,"month":11,"year":2025},"month7":{"income":2612.62,"month":12,"year":2025},"month8":{"income":2612.62,"month":1,"year":2026},"month9":{"income":2612.62,"month":2,"year":2026},"month10":{"income":2612.62,"month":3,"year":2026},"month11":{"income":0,"month":4,"year":2026},"estimatedIncome":2612.62,"confidenceScore":1.9,"confidenceScoreFlags":null},"verifiedIncomeStatus":"Processed"}],"id":"paths/~1stored-data~1v1~1consents~1{consentId}~1income-verifications/get/responses/200/content/application~1json/example"},"paths/~1stored-data~1v1~1consents~1{consentId}~1affordability/get/responses/200/content/application~1json/example":{"value":[{"accountDetails":{"accountId":"acc_1","bankCode":"123456","accountNumber":"55374149","accountType":"Personal","accountSubType":"CurrentAccount","currencyCode":"GBP","accountHolderNames":"Mr John Doe","parties":null},"monthAffordabilities":[{"month":5,"year":2026,"monthDateTime":"2026-05-01T00:00:00","calculatedIncome":2612.62,"affordability":1595.69,"incomeForMonth":2387.62,"affordabilityForMonth":1370.69,"fixedCosts":500.12,"flexibleCosts":322.78,"debtFees":0},{"month":4,"year":2026,"monthDateTime":"2026-04-01T00:00:00","calculatedIncome":2612.62,"affordability":181.3,"incomeForMonth":2612.62,"affordabilityForMonth":181.3,"fixedCosts":1671.65,"flexibleCosts":759.67,"debtFees":0},{"month":3,"year":2026,"monthDateTime":"2026-03-01T00:00:00","calculatedIncome":2612.62,"affordability":-188.27,"incomeForMonth":2612.62,"affordabilityForMonth":-188.27,"fixedCosts":1871.77,"flexibleCosts":929.12,"debtFees":0},{"month":2,"year":2026,"monthDateTime":"2026-02-01T00:00:00","calculatedIncome":2612.62,"affordability":211.97,"incomeForMonth":2612.62,"affordabilityForMonth":211.97,"fixedCosts":1471.53,"flexibleCosts":929.12,"debtFees":0},{"month":1,"year":2026,"monthDateTime":"2026-01-01T00:00:00","calculatedIncome":2612.62,"affordability":11.85,"incomeForMonth":2612.62,"affordabilityForMonth":11.85,"fixedCosts":1671.65,"flexibleCosts":929.12,"debtFees":0},{"month":12,"year":2025,"monthDateTime":"2025-12-01T00:00:00","calculatedIncome":2612.62,"affordability":11.85,"incomeForMonth":2612.62,"affordabilityForMonth":11.85,"fixedCosts":1671.65,"flexibleCosts":929.12,"debtFees":0},{"month":11,"year":2025,"monthDateTime":"2025-11-01T00:00:00","calculatedIncome":2612.62,"affordability":131.85,"incomeForMonth":2612.62,"affordabilityForMonth":131.85,"fixedCosts":1671.65,"flexibleCosts":809.12,"debtFees":0},{"month":10,"year":2025,"monthDateTime":"2025-10-01T00:00:00","calculatedIncome":2612.62,"affordability":11.85,"incomeForMonth":2612.62,"affordabilityForMonth":11.85,"fixedCosts":1671.65,"flexibleCosts":929.12,"debtFees":0},{"month":9,"year":2025,"monthDateTime":"2025-09-01T00:00:00","calculatedIncome":2612.62,"affordability":11.85,"incomeForMonth":2612.62,"affordabilityForMonth":11.85,"fixedCosts":1671.65,"flexibleCosts":929.12,"debtFees":0},{"month":8,"year":2025,"monthDateTime":"2025-08-01T00:00:00","calculatedIncome":2612.62,"affordability":328.55,"incomeForMonth":2567.62,"affordabilityForMonth":283.55,"fixedCosts":1475.42,"flexibleCosts":808.65,"debtFees":0},{"month":7,"year":2025,"monthDateTime":"2025-07-01T00:00:00","calculatedIncome":2612.62,"affordability":11.85,"incomeForMonth":2612.62,"affordabilityForMonth":11.85,"fixedCosts":1671.65,"flexibleCosts":929.12,"debtFees":0},{"month":6,"year":2025,"monthDateTime":"2025-06-01T00:00:00","calculatedIncome":2612.62,"affordability":1189,"incomeForMonth":0,"affordabilityForMonth":-1423.62,"fixedCosts":639.86,"flexibleCosts":783.76,"debtFees":0},{"month":5,"year":2025,"monthDateTime":"2025-05-01T00:00:00","calculatedIncome":2612.62,"affordability":1645.87,"incomeForMonth":0,"affordabilityForMonth":-966.75,"fixedCosts":639.86,"flexibleCosts":326.89,"debtFees":0}],"estimatedCalculatedIncome":2612.62,"estimatedFixedCosts":1448.6,"estimatedFlexibleCosts":804.62,"estimatedDebtFees":0,"estimatedAffordability":359.4,"avgEstimatedAffordability":681.03,"avgCalculatedIncome":2371.02,"affordabilityTransactions":[{"affordabilityTransactionId":5029194,"amount":122.86,"creditDebitIndicator":"Debit","description":"ARGOS LTD         DUDLEY","bookingDate":"2025-05-19T00:00:00","categoryName":"Retail","affordabilityType":"Flexible"},{"affordabilityTransactionId":5029195,"amount":49.74,"creditDebitIndicator":"Debit","description":"Petrol Filling Station","bookingDate":"2025-05-19T00:00:00","categoryName":"Vehicle fuel","affordabilityType":"Fixed"},{"affordabilityTransactionId":5029196,"amount":90,"creditDebitIndicator":"Debit","description":"Loan Repayment","bookingDate":"2025-05-20T00:00:00","categoryName":"Loan","affordabilityType":"Fixed"},{"affordabilityTransactionId":5029197,"amount":78.42,"creditDebitIndicator":"Debit","description":"Harvey Nichols London","bookingDate":"2025-05-21T00:00:00","categoryName":"Eating out","affordabilityType":"Flexible"},{"affordabilityTransactionId":5029198,"amount":49.62,"creditDebitIndicator":"Debit","description":"Lidl Store 3462","bookingDate":"2025-05-23T00:00:00","categoryName":"Supermarket","affordabilityType":"Flexible"}]}],"id":"paths/~1stored-data~1v1~1consents~1{consentId}~1affordability/get/responses/200/content/application~1json/example"},"paths/~1advanced-insights~1v1~1consents~1{consentId}~1consumer-financial-health/get/responses/200/content/application~1json/example":{"value":{"data":[{"accountId":"acc_1","providerName":"Barclays","countryCode":"GB","currencyCode":"GBP","accountHolderNames":["Ms Jane Borrower"],"accountNumber":"38290008","bankCode":"200415","iban":"GB46BUKB20041538290008","accountType":"Personal","accountSubType":"CurrentAccount","availableBalance":null,"currentBalance":{"amount":4493.26,"creditLines":null},"financialHealthSummaries":[{"period":"LastThirtyDays","totalCreditsCount":3,"totalDebitsCount":24,"totalCreditsAmount":2612.62,"totalDebitsAmount":2761.04,"averageCreditsMinusDebits":755.83,"endOfDayBalanceConsistency":4295.91,"endOfDayBalanceLowVal":3337.79,"endOfDayBalanceHighVal":5725.41,"endOfDayBalanceVariability":503.87,"percentageOfDaysInNegativeBalance":0,"netCashFlow":-148.42,"endOfDayBalanceCoefficientOfVariation":0.12},{"period":"LastSixtyDays","totalCreditsCount":6,"totalDebitsCount":46,"totalCreditsAmount":5225.24,"totalDebitsAmount":5401.54,"averageCreditsMinusDebits":753.45,"endOfDayBalanceConsistency":4456.33,"endOfDayBalanceLowVal":3337.79,"endOfDayBalanceHighVal":6313.68,"endOfDayBalanceVariability":640.22,"percentageOfDaysInNegativeBalance":0,"netCashFlow":-176.3,"endOfDayBalanceCoefficientOfVariation":0.14},{"period":"LastNinetyDays","totalCreditsCount":9,"totalDebitsCount":70,"totalCreditsAmount":7837.86,"totalDebitsAmount":8162.58,"averageCreditsMinusDebits":754.27,"endOfDayBalanceConsistency":4520.67,"endOfDayBalanceLowVal":3337.79,"endOfDayBalanceHighVal":6401.83,"endOfDayBalanceVariability":660.4,"percentageOfDaysInNegativeBalance":0,"netCashFlow":-324.72,"endOfDayBalanceCoefficientOfVariation":0.15},{"period":"LastOneEightyDays","totalCreditsCount":19,"totalDebitsCount":139,"totalCreditsAmount":15725.72,"totalDebitsAmount":16224.62,"averageCreditsMinusDebits":710.95,"endOfDayBalanceConsistency":4711.11,"endOfDayBalanceLowVal":3337.79,"endOfDayBalanceHighVal":6666.28,"endOfDayBalanceVariability":715.29,"percentageOfDaysInNegativeBalance":0,"netCashFlow":-498.9,"endOfDayBalanceCoefficientOfVariation":0.15},{"period":"LastThreeSixtyDays","totalCreditsCount":36,"totalDebitsCount":273,"totalCreditsAmount":29013.82,"totalDebitsAmount":32311.85,"averageCreditsMinusDebits":687.58,"endOfDayBalanceConsistency":5070.11,"endOfDayBalanceLowVal":3337.79,"endOfDayBalanceHighVal":7731.02,"endOfDayBalanceVariability":896.59,"percentageOfDaysInNegativeBalance":0,"netCashFlow":-3298.03,"endOfDayBalanceCoefficientOfVariation":0.18}]}],"meta":{"totalRecords":1}},"id":"paths/~1advanced-insights~1v1~1consents~1{consentId}~1consumer-financial-health/get/responses/200/content/application~1json/example"},"paths/~1advanced-insights~1v1~1consents~1{consentId}~1business-financial-health/get/responses/200/content/application~1json/example":{"value":{"data":[{"accountId":"acc_1","providerName":"Barclays","countryCode":"GB","currencyCode":"GBP","accountHolderNames":["Ms Jane Borrower"],"accountNumber":"38290008","bankCode":"200415","iban":"GB46BUKB20041538290008","accountType":"Personal","accountSubType":"CurrentAccount","availableBalance":null,"currentBalance":{"amount":4493.26,"creditLines":null},"financialHealthSummaries":[{"period":"LastThirtyDays","totalCreditsCount":3,"totalDebitsCount":24,"totalCreditsAmount":2612.62,"totalDebitsAmount":2761.04,"averageCreditsMinusDebits":755.83,"endOfDayBalanceConsistency":4295.91,"endOfDayBalanceLowVal":3337.79,"endOfDayBalanceHighVal":5725.41,"endOfDayBalanceVariability":503.87,"percentageOfDaysInNegativeBalance":0,"netCashFlow":-148.42,"endOfDayBalanceCoefficientOfVariation":0.12},{"period":"LastSixtyDays","totalCreditsCount":6,"totalDebitsCount":46,"totalCreditsAmount":5225.24,"totalDebitsAmount":5401.54,"averageCreditsMinusDebits":753.45,"endOfDayBalanceConsistency":4456.33,"endOfDayBalanceLowVal":3337.79,"endOfDayBalanceHighVal":6313.68,"endOfDayBalanceVariability":640.22,"percentageOfDaysInNegativeBalance":0,"netCashFlow":-176.3,"endOfDayBalanceCoefficientOfVariation":0.14},{"period":"LastNinetyDays","totalCreditsCount":9,"totalDebitsCount":70,"totalCreditsAmount":7837.86,"totalDebitsAmount":8162.58,"averageCreditsMinusDebits":754.27,"endOfDayBalanceConsistency":4520.67,"endOfDayBalanceLowVal":3337.79,"endOfDayBalanceHighVal":6401.83,"endOfDayBalanceVariability":660.4,"percentageOfDaysInNegativeBalance":0,"netCashFlow":-324.72,"endOfDayBalanceCoefficientOfVariation":0.15},{"period":"LastOneEightyDays","totalCreditsCount":19,"totalDebitsCount":139,"totalCreditsAmount":15725.72,"totalDebitsAmount":16224.62,"averageCreditsMinusDebits":710.95,"endOfDayBalanceConsistency":4711.11,"endOfDayBalanceLowVal":3337.79,"endOfDayBalanceHighVal":6666.28,"endOfDayBalanceVariability":715.29,"percentageOfDaysInNegativeBalance":0,"netCashFlow":-498.9,"endOfDayBalanceCoefficientOfVariation":0.15},{"period":"LastThreeSixtyDays","totalCreditsCount":36,"totalDebitsCount":273,"totalCreditsAmount":29013.82,"totalDebitsAmount":32311.85,"averageCreditsMinusDebits":687.58,"endOfDayBalanceConsistency":5070.11,"endOfDayBalanceLowVal":3337.79,"endOfDayBalanceHighVal":7731.02,"endOfDayBalanceVariability":896.59,"percentageOfDaysInNegativeBalance":0,"netCashFlow":-3298.03,"endOfDayBalanceCoefficientOfVariation":0.18}]}],"meta":{"totalRecords":1}},"id":"paths/~1advanced-insights~1v1~1consents~1{consentId}~1business-financial-health/get/responses/200/content/application~1json/example"},"paths/~1insights-engine~1v1~1enrich-transactions/post/responses/200/content/application~1json/example":{"value":[{"referenceId":"Ref_1","countryCode":"GB","currencyCode":"GBP","transactions":[{"transactionId":"WageRefId","description":"Salary","amount":1000,"creditDebitIndicator":"Credit","status":"Booked","bookingDate":"2021-01-01","enrichedData":{"category":{"id":30001,"name":"Salary","confidence":0.61},"class":{"id":11,"name":"Payment Transfer","confidence":0.93},"predictedMerchantName":null}},{"transactionId":"HealthRefId","description":"Medical Bills","amount":100,"creditDebitIndicator":"Debit","status":"Booked","bookingDate":"2021-01-03","enrichedData":{"category":{"id":30030,"name":"Healthcare and medical","confidence":0.45},"class":{"id":5,"name":"Point-of-Sale Transaction","confidence":0.71},"predictedMerchantName":"Bill's Restaurants"}},{"transactionId":"GroceriesRefId","description":"Asda Groceries","amount":50,"creditDebitIndicator":"Debit","status":"Booked","bookingDate":"2021-01-05","enrichedData":{"category":{"id":30024,"name":"Supermarket","confidence":0.99},"class":{"id":5,"name":"Point-of-Sale Transaction","confidence":0.86},"predictedMerchantName":"Asda"}}]}],"id":"paths/~1insights-engine~1v1~1enrich-transactions/post/responses/200/content/application~1json/example"},"paths/~1insights-engine~1v1~1income-verification/post/responses/200/content/application~1json/example":{"value":{"referenceId":"Ref_1","countryCode":"GB","currencyCode":"GBP","affordabilityMonths":[{"month":5,"year":2025,"monthDateTime":"2025-05-01T00:00:00","calculatedIncome":2612.62,"affordability":1645.87,"incomeForMonth":null,"affordabilityForMonth":null,"fixedCosts":639.86,"flexibleCosts":326.89,"debtFees":0},{"month":6,"year":2025,"monthDateTime":"2025-06-01T00:00:00","calculatedIncome":2612.62,"affordability":11.85,"incomeForMonth":null,"affordabilityForMonth":null,"fixedCosts":1671.65,"flexibleCosts":929.12,"debtFees":0},{"month":7,"year":2025,"monthDateTime":"2025-07-01T00:00:00","calculatedIncome":2612.62,"affordability":11.85,"incomeForMonth":null,"affordabilityForMonth":null,"fixedCosts":1671.65,"flexibleCosts":929.12,"debtFees":0},{"month":8,"year":2025,"monthDateTime":"2025-08-01T00:00:00","calculatedIncome":2612.62,"affordability":328.55,"incomeForMonth":null,"affordabilityForMonth":null,"fixedCosts":1475.42,"flexibleCosts":808.65,"debtFees":0},{"month":9,"year":2025,"monthDateTime":"2025-09-01T00:00:00","calculatedIncome":2612.62,"affordability":11.85,"incomeForMonth":null,"affordabilityForMonth":null,"fixedCosts":1671.65,"flexibleCosts":929.12,"debtFees":0},{"month":10,"year":2025,"monthDateTime":"2025-10-01T00:00:00","calculatedIncome":2612.62,"affordability":11.85,"incomeForMonth":null,"affordabilityForMonth":null,"fixedCosts":1671.65,"flexibleCosts":929.12,"debtFees":0},{"month":11,"year":2025,"monthDateTime":"2025-11-01T00:00:00","calculatedIncome":2612.62,"affordability":131.85,"incomeForMonth":null,"affordabilityForMonth":null,"fixedCosts":1671.65,"flexibleCosts":809.12,"debtFees":0},{"month":12,"year":2025,"monthDateTime":"2025-12-01T00:00:00","calculatedIncome":2612.62,"affordability":11.85,"incomeForMonth":null,"affordabilityForMonth":null,"fixedCosts":1671.65,"flexibleCosts":929.12,"debtFees":0},{"month":1,"year":2026,"monthDateTime":"2026-01-01T00:00:00","calculatedIncome":2612.62,"affordability":11.85,"incomeForMonth":null,"affordabilityForMonth":null,"fixedCosts":1671.65,"flexibleCosts":929.12,"debtFees":0},{"month":2,"year":2026,"monthDateTime":"2026-02-01T00:00:00","calculatedIncome":2612.62,"affordability":211.97,"incomeForMonth":null,"affordabilityForMonth":null,"fixedCosts":1471.53,"flexibleCosts":929.12,"debtFees":0},{"month":3,"year":2026,"monthDateTime":"2026-03-01T00:00:00","calculatedIncome":2612.62,"affordability":-188.27,"incomeForMonth":null,"affordabilityForMonth":null,"fixedCosts":1871.77,"flexibleCosts":929.12,"debtFees":0},{"month":4,"year":2026,"monthDateTime":"2026-04-01T00:00:00","calculatedIncome":2612.62,"affordability":181.3,"incomeForMonth":null,"affordabilityForMonth":null,"fixedCosts":1671.65,"flexibleCosts":759.67,"debtFees":0},{"month":5,"year":2026,"monthDateTime":"2026-05-01T00:00:00","calculatedIncome":2612.62,"affordability":2289.84,"incomeForMonth":null,"affordabilityForMonth":null,"fixedCosts":0,"flexibleCosts":322.78,"debtFees":0}],"estimatedCalculatedIncome":2612.62,"estimatedFixedCosts":1448.6,"estimatedFlexibleCosts":804.62,"estimatedDebtFees":0,"estimatedAffordability":359.4},"id":"paths/~1insights-engine~1v1~1income-verification/post/responses/200/content/application~1json/example"},"paths/~1insights-engine~1v1~1affordability/post/responses/200/content/application~1json/example":{"value":{"referenceId":"Ref_1","countryCode":"GB","currencyCode":"GBP","affordabilityMonths":[{"month":5,"year":2025,"monthDateTime":"2025-05-01T00:00:00","calculatedIncome":2612.62,"affordability":1645.87,"incomeForMonth":null,"affordabilityForMonth":null,"fixedCosts":639.86,"flexibleCosts":326.89,"debtFees":0},{"month":6,"year":2025,"monthDateTime":"2025-06-01T00:00:00","calculatedIncome":2612.62,"affordability":11.85,"incomeForMonth":null,"affordabilityForMonth":null,"fixedCosts":1671.65,"flexibleCosts":929.12,"debtFees":0},{"month":7,"year":2025,"monthDateTime":"2025-07-01T00:00:00","calculatedIncome":2612.62,"affordability":11.85,"incomeForMonth":null,"affordabilityForMonth":null,"fixedCosts":1671.65,"flexibleCosts":929.12,"debtFees":0},{"month":8,"year":2025,"monthDateTime":"2025-08-01T00:00:00","calculatedIncome":2612.62,"affordability":328.55,"incomeForMonth":null,"affordabilityForMonth":null,"fixedCosts":1475.42,"flexibleCosts":808.65,"debtFees":0},{"month":9,"year":2025,"monthDateTime":"2025-09-01T00:00:00","calculatedIncome":2612.62,"affordability":11.85,"incomeForMonth":null,"affordabilityForMonth":null,"fixedCosts":1671.65,"flexibleCosts":929.12,"debtFees":0},{"month":10,"year":2025,"monthDateTime":"2025-10-01T00:00:00","calculatedIncome":2612.62,"affordability":11.85,"incomeForMonth":null,"affordabilityForMonth":null,"fixedCosts":1671.65,"flexibleCosts":929.12,"debtFees":0},{"month":11,"year":2025,"monthDateTime":"2025-11-01T00:00:00","calculatedIncome":2612.62,"affordability":131.85,"incomeForMonth":null,"affordabilityForMonth":null,"fixedCosts":1671.65,"flexibleCosts":809.12,"debtFees":0},{"month":12,"year":2025,"monthDateTime":"2025-12-01T00:00:00","calculatedIncome":2612.62,"affordability":11.85,"incomeForMonth":null,"affordabilityForMonth":null,"fixedCosts":1671.65,"flexibleCosts":929.12,"debtFees":0},{"month":1,"year":2026,"monthDateTime":"2026-01-01T00:00:00","calculatedIncome":2612.62,"affordability":11.85,"incomeForMonth":null,"affordabilityForMonth":null,"fixedCosts":1671.65,"flexibleCosts":929.12,"debtFees":0},{"month":2,"year":2026,"monthDateTime":"2026-02-01T00:00:00","calculatedIncome":2612.62,"affordability":211.97,"incomeForMonth":null,"affordabilityForMonth":null,"fixedCosts":1471.53,"flexibleCosts":929.12,"debtFees":0},{"month":3,"year":2026,"monthDateTime":"2026-03-01T00:00:00","calculatedIncome":2612.62,"affordability":-188.27,"incomeForMonth":null,"affordabilityForMonth":null,"fixedCosts":1871.77,"flexibleCosts":929.12,"debtFees":0},{"month":4,"year":2026,"monthDateTime":"2026-04-01T00:00:00","calculatedIncome":2612.62,"affordability":181.3,"incomeForMonth":null,"affordabilityForMonth":null,"fixedCosts":1671.65,"flexibleCosts":759.67,"debtFees":0},{"month":5,"year":2026,"monthDateTime":"2026-05-01T00:00:00","calculatedIncome":2612.62,"affordability":2289.84,"incomeForMonth":null,"affordabilityForMonth":null,"fixedCosts":0,"flexibleCosts":322.78,"debtFees":0}],"estimatedCalculatedIncome":2612.62,"estimatedFixedCosts":1448.6,"estimatedFlexibleCosts":804.62,"estimatedDebtFees":0,"estimatedAffordability":359.4},"id":"paths/~1insights-engine~1v1~1affordability/post/responses/200/content/application~1json/example"},"paths/~1connect~1users~1v1~1{userId}~1accounts/delete/responses/200/content/application~1json/example":{"value":{"status":true,"message":"Could not find user with Atto Id [2296e344-5238-4249-20f0-08dd8d44a444]"},"id":"paths/~1connect~1users~1v1~1{userId}~1accounts/delete/responses/200/content/application~1json/example"},"paths/~1connect~1users~1v1~1{userId}~1accounts/delete/responses/409/content/application~1json/example":{"value":{"status":true,"message":"Could not find user with Atto Id [2296e344-5238-4249-20f0-08dd8d44a444]"},"id":"paths/~1connect~1users~1v1~1{userId}~1accounts/delete/responses/409/content/application~1json/example"},"paths/~1connect~1users~1v1~1{userId}~1accounts/get/responses/200/content/application~1json/example":{"value":{"userId":"a0d4bcfb-daba-427a-9ce1-0cd6e53d2625","connectedAccounts":[{"accountId":"account_1","providerId":"15238","brandId":null,"providerName":"Monzo","creditInformationAccountStatus":"Up to date","creditInformationAccountType":"CurrentAccount","currency":"GBP","accountIdentifiers":[{"type":"AccountNumber","value":"xxxx4149"}],"lastUpdated":"2026-05-12T14:23:51"},{"accountId":"account_2","providerId":"286","brandId":null,"providerName":"Barclaycard","creditInformationAccountStatus":"Up to date","creditInformationAccountType":"CreditCard","currency":"GBP","accountIdentifiers":[{"type":"AccountNumber","value":"xxxx xxxx xxxx 5873"}],"lastUpdated":"2026-05-12T14:23:51"}],"unConnectedAccounts":[{"brandId":null,"providerId":null,"lenderName":"Special Bank","connectionSupported":false,"isClosed":false,"creditInformationAccountStatus":"Default","creditInformationAccountType":"Other","currency":"GBP","accountIdentifiers":[{"type":"AccountNumber","value":"xxxx8648"}]}],"verificationError":null},"id":"paths/~1connect~1users~1v1~1{userId}~1accounts/get/responses/200/content/application~1json/example"},"paths/~1connect~1users~1v1~1verification/post/responses/200/content/application~1json/example":{"value":{"status":"Success","message":"User verification successful","userId":"a0d4bcfb-daba-427a-9ce1-0cd6e53d2625","consentId":"2296e344-5238-4249-20f0-08dd8d44a444","customerReference":"customer_reference_123"},"id":"paths/~1connect~1users~1v1~1verification/post/responses/200/content/application~1json/example"},"paths/~1account-verification~1v3~1consents~1{consentId}/post/responses/200/content/application~1json/example":{"value":{"result":"Pass","matchedAccount":{"countryCode":"GB","accountNumber":"55374149","bankCode":"123456","iban":null,"bic":null,"type":"Bic"},"matchedAccountHolderName":"Ms Jane Borrower"},"id":"paths/~1account-verification~1v3~1consents~1{consentId}/post/responses/200/content/application~1json/example"}},"securitySchemeStore":{"Bearer":{"id":"Bearer","type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"JWT Authorization header using the Bearer scheme."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Enter 'Bearer' [space] and then your token in the text input below."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Example: \"Bearer token123\""},"children":[]}]}]}]}},"servers":[{"url":"https://uk.api.atto.co","description":"UK Environment (Production)"},{"url":"https://us.api.atto.co","description":"US Environment (Production)"}]},"options":{"hideSidebar":true,"mockServer":{"off":true},"disableRouter":true,"downloadUrls":[{"url":"/_bundle/content/apis/index.json?download"},{"url":"/_bundle/content/apis/index.yaml?download"}],"excludeFromSearch":false,"specType":"openapi","markdocOptions":{"tags":{},"nodes":{},"components":{}},"metadata":{"title":"Atto Developer Documentation"}},"baseSlug":"/content/apis","routesMapping":{}}