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
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.