For AI agents: a documentation index is available at the root level at /llms.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Document Verifications
- 🍃 Add
document-type Document Verifications: Document Verifications now include a document-type attribute. document-type refers to the classification of the submitted document, such as bank_statement or credit_card_statement.
Inquiries
- 🍃 Asynchronous redaction of related resources: Previously, the redact an Inquiry endpoint would redact the Inquiry as well as any related resources (Accounts, Verifications, etc.) synchronously. Now it redacts the Inquiry synchronously and redacts any related resources asynchronously. The
inquiry.redacted event is only emitted after all objects are redacted. This improves performance.