---
title: "apple-pay/void"
method: POST
path: "/apple-pay/void"
tags: ["Digital Wallet Endpoints"]
---

# apple-pay/void

`POST /apple-pay/void`

This endpoint allows you to void a completed Apple Pay transaction.

## Response `200`

- object
  - `Success` boolean, required — True if the request was successful, false if it failed
  - `ErrorMessage` string, required — Contains a description of the error if the request failed
  - `TransactionID` integer, required — The unique ID for the void transaction

---

[API](https://skmtc.net/vopay/apis/accounts.md) · [All operations](https://skmtc.net/vopay/apis/accounts/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vopay/accounts/versions/7033bd231ec7/schema)
