---
title: "Send offer to targeted accounts"
method: POST
path: "/v1/capitals/lenders/offers/{offer_id}/accounts"
tags: ["offers"]
---

# Send offer to targeted accounts

`POST /v1/capitals/lenders/offers/{offer_id}/accounts`

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

## Path parameters

- `offer_id` string, required

## Request body

- GithubComPaymongoCapitalGoApiInternalOfferUsecaseInviteOfferAccountRequestDTO
  - `accounts` GithubComPaymongoCapitalGoApiInternalOfferUsecaseInviteOfferAccountRequestAccountDTO[], required
    - `expires_at` string, required
    - `id` string, required

## Response `200`

OK

- GithubComPaymongoCapitalGoApiPkgDtoResponseRootDTO — Standard response containing data and its metadata if any
  - `data` unknown
  - `message` string
  - `meta` GithubComPaymongoCapitalGoApiPkgDtoMetaDTO
    - `next` string
    - `prev` string
    - `total` integer

---

[API](https://skmtc.net/paymongo/apis/paymongo-api.md) · [All operations](https://skmtc.net/paymongo/apis/paymongo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/paymongo/paymongo-api/revisions/c18f9a027b2c/schema)
