v1

latestOpenAPI 3.1.02026-07-24233206489.1 KB
offers

Get offer by ID

Retrieve a single offer by its ID

get/v1/capitals/lenders/offers/{offer_id}

Path parameters

offer_idstring required

Offer ID

Response

OK

messagestring

Example response

{
  "data": {
    "amount_increment": 10000,
    "currency": "PHP",
    "id": "offer_123",
    "interest_fee": 250,
    "max_amount": 500000,
    "max_term": 12,
    "min_amount": 10000,
    "min_term": 12,
    "name": "Special Loan Offer",
    "repayment_rate": 550
  }
}