Prepare pre-authorize
POST/transaction/:apiKey/prepare-preauthorize
Prepare a pre-authorize transaction, will not create a transaction on the IXOPAY platform. Used with very specific payment adapters to prepare a frontend payment widget.
Request
Responses
- 200
Preauthorize Debit 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 reference for further information.