v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
Digital Wallet Endpoints

apple-pay/void

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

post/apple-pay/void

Response

Successboolean required

True if the request was successful, false if it failed

ErrorMessagestring required

Contains a description of the error if the request failed

TransactionIDinteger required

The unique ID for the void transaction

Example response

{
  "Success": true
}