Preauthorize
POST/transaction/:apiKey/preauthorize
A Preauthorize reserves the payment amount on the customer's payment instrument.
Depending on the payment method you have up to 7 days until you must Capture the transaction before the authorization expires.
Request
Responses
- 200
- 400
- 422
Transaction response
Transaction error response
Transaction error response
Callbacks
- POST statusChange
POST{$request.body#/callbackUrl}
Receive status updates about transactions.
Status changes are posted as callbacks to the callbackUrl
defined in the request.
See the Callbacks reference for further information about callbacks.
Callbacks Responses
- 200
- 500
Reply with status 200 and body `OK` if you have received the callback successfully.
Callback processing failed and retries will be performed.
See the [Response handling — Acknowledging callback receipt](/docs/reference/integration/callbacks/response-handling#acknowledging-callback-receipt) reference for further information.