Demo
Cancel the Nonce Onchain
TypeScript
CancelAuthorization; the merchant or another relayer can submit that signature. The token marks the nonce used, so the original transfer authorization can no longer settle.
After cancellation,
authorizationState(authorizer, nonce) returns true, and a later capture with the original signature reverts.See Also
Authorize a Payment
Create a short-lived exact authorization.
Capture an Authorization
Settle an authorization you intend to fulfill.