v1

latestOpenAPI 3.1.02026-07-24233206489.1 KB
offers

Send offer to targeted accounts

Allow lender to send offer to particular accounts so they can borrow money from offer

post/v1/capitals/lenders/offers/{offer_id}/accounts

Path parameters

offer_idstring required

Offer ID

Request body

Example request

{
  "accounts": [
    {
      "expires_at": "2024-12-31T23:59:59Z",
      "id": "account_123"
    }
  ]
}

Response

OK

{"stackTrail":"components:schemas:github_com_paymongo_capital-go-api_pkg_dto.ResponseRootDTO:properties:data","oasType":"schema","type":"unknown"}
messagestring