---
title: "Void Invoice Payment"
method: POST
path: "/api/v1/Invoices/voidpayment"
tags: ["Invoices"]
---

# Void Invoice Payment

`POST /api/v1/Invoices/voidpayment`

## Headers

- `Time-Stamp` string, required
- `Time-Signature` string, required
- `User-Token` string, required
- `Client-Token` string, required

## Request body

- PeakAPIsLibraryModelRequestPaidPaymentPaidPaymentsVoidModel
  - `peakPaidPayments` PeakAPIsLibraryModelRequestPaidPaymentPaidPaymentsVoidModelPaidPayment
    - `transactionId` string — The Unique Identifier of the document to request payment cancellation
    - `transactionCode` string — The Code of the document to request payment cancellation
    - `paymentGroupId` integer — A value used to indicate the specific payment transaction or group of payments

## Response `200`

Success

- PeakWCFModelsAPISharedAPIResponseModel
  - `resCode` string
  - `resDesc` string

---

[API](https://skmtc.net/peakaccount/apis/peakapis-core.md) · [All operations](https://skmtc.net/peakaccount/apis/peakapis-core/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/peakaccount/peakapis-core/versions/516e79534d77/schema)
