v1
latestOpenAPI 3.1.02026-07-24233206489.1 KBoffers
Create a new offer
Create a new offer for accounts
post/v1/capitals/lenders/offers
Request body
Example request
{
"amount_increment": 10000,
"currency": "PHP",
"interest_fee": 250,
"max_amount": 500000,
"max_term": 12,
"min_amount": 10000,
"min_term": 1,
"name": "Special Loan Offer",
"repayment_rate": 1250
}Response
Created
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
}
}