v1
latestOpenAPI 3.1.02026-07-24233206489.1 KBrepayments
Create a manual repayment
Creates a manual repayment entry for a loan or account.
post/v1/capitals/repayments
Request body
Example request
{
"amount": 10000,
"loan_id": "loan_123"
}Response
OK
Example response
{
"data": {
"amount": 10000,
"checkout_url": "https://checkout.paymongo.com/session/checkout_123",
"id": "repayment_123",
"loan_id": "loan_123"
}
}