---
title: "Re-send a Transaction invoice"
method: POST
path: "/transaction/resendInvoice"
tags: ["transactions"]
---

# Re-send a Transaction invoice

`POST /transaction/resendInvoice`

## Request body

- Criteria
  - `objectID` integer, required
  - `ids` integer[]
  - `condition` string — [See the Criteria examples below](https://api.ontraport.com/live/#!/Criteria/Examples)
  - `sort` string — Field used to sort results
  - `sortDir` 'asc' | 'desc' — Sort direction, must be used in conjunction with <b>sort</b> parameter.
  - `range` integer — Number of results to return (maximum=50)
  - `start` integer — Return results starting at this offset
  - `group_id` integer — Group ID as an integer
  - `search` string — Search Objects for this string
  - `searchNotes` string — Boolean flag to additionally search Object Notes for the Search term given in Search parameter
  - `externs` string — External fields to include in results
  - `listFields` string[] — Return only these fields in the response
  - `event_id` integer — Optional parameter for calendar event composite ID

## Response `200`

Successfully created transaction

- Response
  - `code` integer, required
  - `data` object, required
  - `account_id` integer, required

## Other responses

- `400` — Error processing transaction
- `403` — No permissions

---

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