void at any time to return all remaining capturable funds. If the operator becomes inactive, the payer can call reclaim at or after authorizationExpiry.
Demo
Void the Remaining Authorization
void returns the complete capturableAmount; there is no partial-void operation. Capture the final fulfilled amount first, then void the remainder.
TypeScript
void and reclaim set capturableAmount to zero while leaving any previously captured refundableAmount unchanged.
Verify
PaymentVoided or PaymentReclaimed, and match its amount to the capturable balance immediately before the return.See Also
Authorize a Payment
Configure the authorization and recovery windows.
Refund a Payment
Return value that was already captured.