v1

latestOpenAPI 3.1.02026-07-24233206489.1 KB
applications

Get application detail for lender

Retrieves detailed information about a specific application for lender access, including links to all required documents such as government ID, signed SOA, etc.

get/v1/capitals/lenders/applications/{application_id}

Path parameters

application_idstring required

Application ID

Response

Successfully retrieved application detail

messagestring

Example response

{
  "data": [
    {
      "account_id": "org_1",
      "currency": "PHP",
      "id": "apl_1",
      "interest_fee": 550,
      "offer_id": "offer_1",
      "principal_amount": 50000,
      "purpose": "Expand business inventory",
      "supporting_documents": [
        {
          "document_type": "government_id",
          "url": "https://files.example.com/document_1"
        }
      ],
      "term": 12
    }
  ]
}