v2
latestOpenAPI 3.1.02026-07-262279731.3 MBPreauthorizations
Cancel or validate a Preauthorization
<Warning icon="fa-regular fa-triangle-exclamation"> **Caution – Canceling or validating a preauthorization is irreversible**A preauthorization with the CANCELED or VALIDATED status can’t be reused.
</Warning>
Cancel or validate a Preauthorization
This call is used to manually close the preauthorization hold period before the ExpirationDate, thereby releasing the preauthorized funds.
The PaymentStatus can be set to:
- CANCELED when no preauthorized pay-ins have been made to capture funds. Trying to cancel a used preauthorization returns an error.
- VALIDATED when at least one preauthorized pay-in has been made to capture funds. Trying to validate an unused preauthorization returns an error.
put/v2.01/{ClientId}/preauthorizations/{PreauthorizationId}
Path parameters
ClientIdstring required
Platform's API account identifier, associated with the API key.
PreauthorizationIdstring required
The unique identifier of the preauthorization.
Headers
Authorizationstring required
Bearer authentication of the form Bearer <token>, where token is your auth token.
If your platform is using a proxy to take SCA-triggering action on behalf of users, you also need to integrate mTLS authentication and use the api-mtls base URL.
Request body
Response
Success