Submitting Applications

The core of the integration involves a two-step process for submitting a funding request.


  1. Submit Application Data. Post the primary application details (company info, owner data, and loan requirements) to the /iso/api/application endpoint. See Create Application for detail.

    Success Response: You will receive a unique application_id.

    Important Requirement: Combined ownership percentage for all owners (max 3) must be between 50% and 100%

  2. Upload Documents. Once you have an application_id, you must upload required documentation (e.g., bank statements). See Create Document for detail.

    Format: Only .pdf and .json files are accepted.

    Method: Use multipart/form-data to post each document individually to the /iso/api/document endpoint.