Void an uncaptured Stripe PaymentIntent
Authorization: requires payments:write API-key scope AND the per-user payments.refund_void permission (SoD parity sweep 2026-05-16; AICPA SoD 4-role split treats void as the highest-trust action, manager DENIED by default).
Cancel a Stripe PaymentIntent that has not yet been captured. Returns 422 not_a_stripe_payment for non-Stripe payments; returns 400 payment_not_voidable for already-captured PIs (use /refund instead). Idempotent via Idempotency-Key.
Authorizations
API key issued per entity via Settings > Developers > API Keys.
Each key carries scopes (e.g. orders:read, products:write).
Bearer token format: Authorization: Bearer ark_live_ent_Test keys use ark_test_ent_. Both are issued per entity
via Settings > Developers > API Keys.
Headers
Client-generated unique key for idempotent POST/PATCH/DELETE operations. Alias for the Idempotency parameter. Max 255 chars. On retry with the same key, the original response is returned without re-executing the operation. Keys expire after 24 hours.
255Path Parameters
Response
Payment voided
The response is of type object.

