High Wire Payments
Payments

Void an authorized payment

Cancels an in-flight or authorized, uncaptured payment for its full amount. Captured payments cannot be voided and must be refunded instead.

POST
/v1/payments/{id}/void
AuthorizationBasic <token>

Basic HTTP authentication

In: header

Path Parameters

id*string

Payment id (UUID v7)

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/payments/string/void"
{  "paymentId": "01928e1c-2a4d-7c8e-8b1a-1234567890ab",  "status": "VOIDED",  "amount": 7200,  "cardNumber": "555555xxxxxxxx4444",  "cardExpiration": "1133"}