Skip to main content
December 15, 2025
Compliance requirements, Webhooks, and API Schema updates

Documentation Updates

  • Compliance Requirements Guide: Renamed and expanded the Compliance Requirements guide.
    • Added mandatory KYB documents (SHAREHOLDER_REGISTRY, TERMS_OF_SERVICE).
    • Detailed specific requirements for Non-US Onboarding.
    • Explicitly listed PROOF_OF_ADDRESS and Liveness Check requirements for AUTHORIZED_REPRESENTATIVE roles.
  • Webhooks Reference: Overhauled the Webhooks section.
    • Added comprehensive payload examples for all transaction types (Offramp, Onramp, Deposit, Withdrawal, Conversion).
    • Audited and documented all possible status values for Transactions and Counterparties.
    • Centralized webhook examples to the developer section for better maintainability.

API Schema Improvements

  • Conditional Validation: Updated BusinessInformationSchema to make regulatorName required only when isFinancialInstitution is true.
  • ISO3 Country Validation: Enhanced validation for nationality and country fields to strictly enforce ISO 3166-1 alpha-3 codes.
  • Schema Refactoring: Improved internal schema definitions to fix issues with partial updates on refined schemas.
  • Sandbox API Visibility: Exposed simulation endpoints (Deposit, Compliance, KYB) in the main API reference for easier integration testing.
December 11, 2025
Customer API documentation updates

Customer API documentation updates

Updated the customer API documentation to include more detailed descriptions and summaries for the endpoints.Added examples for the request and response bodies for the Create Customer API for Direct Onboarding and Hosted Onboarding options.Added examples for the request and response bodies for the Upload KYB/KYC Documents API.Fixed bug that caused the KYB and KYC supported document enums not to be showing in the API Reference available options section.Liveness Check links will only be returned for control persons with the authorized_representative role.Added authorized_representative role to the API Reference control person role enum.
November 26, 2025
Sandbox URL update

Sandbox URL update

Switched the sandbox API base URL in our documentation and API reference to https://api.sandbox.conduit.financial.Existing sandbox endpoints on prior hostnames remain supported so current integrations continue to work.
November 17, 2025
Customer create field name fix

Customer create field name fix

Fixed a typo on the customer create endpoint, renaming the higRiskIndustry field to highRiskIndustry.