v1
latestOpenAPI 3.1.02026-07-24233206489.1 KBapplications
Submit a Loan Application
Submits a new loan application with the provided details
post/v1/capitals/applications
Request body
Example request
{
"loan_info": {
"currency": "PHP",
"principal_amount": 50000,
"purpose": "Expand business inventory",
"term": 12
},
"offer_id": "offer_1",
"supporting_documents": [
{
"document_type": "government_id",
"file_id": "file_1"
}
]
}Response
Application submitted successfully
object required