Submitting Applications
The core of the integration involves a two-step process for submitting a funding request.
-
Submit Application Data. Post the primary application details (company info, owner data, and loan requirements) to the
/iso/api/applicationendpoint. 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%
-
Upload Documents. Once you have an
application_id, you must upload required documentation (e.g., bank statements). See Create Document for detail.Format: Only
.pdfand.jsonfiles are accepted.Method: Use multipart/form-data to post each document individually to the
/iso/api/document endpoint.
Updated about 2 hours ago
