Skip to main content

Generate and upload business Source of Funds declaration PDF

POST 

/v1/compliance/business/onboardings/:onboardingId/source-of-funds

Generates a PDF document declaring the business's source of funds based on selected options. Uploads it to the KYC vendor and triggers business onboarding completion check.

Request

Path Parameters

    onboardingId stringrequired

Body

required

    sourcesOfFunds string[]required

    Possible values: [income, investments, sale_of_assets, retirement_funds, inheritance_gift, savings, loan_proceeds, legal_settlement, other]

    Array of source of funds values. User can select multiple sources.

Responses

Business source of funds PDF generated and uploaded successfully

Schema

    traceId string
    message string

    data

    object

    documentId stringrequired

    The ID of the generated document in the database

    vendorDocumentId stringrequired

    The external document ID from the KYC vendor

Loading...