Deleting an offer
Deleting an offer prevents any further accounts from being invited and removes the offer from the merchant-facing Capital Dashboard.
When to delete an offer
Common reasons to delete an offer include:
- The offer was created with incorrect parameters (e.g., wrong interest rate or amount range) and needs to be replaced.
- The offer's funding period has ended and you do not intend to accept new applications.
- The lending product has been discontinued or restructured.
How to delete an offer
curl -XDELETE https://api.paymongo.com/v1/capitals/lenders/offers/{offer_id}On deletion, the offer transitions to deleted status. No further accounts can be invited to the offer.
Effect on existing applications and loans
Deleting an offer does not affect applications that were already submitted or loans that are already active. In-flight applications continue through the normal review and approval flow; active loans continue collecting repayments until fully repaid.
Updated about 3 hours ago