Submit a pre-auth to Judopay
POST/api/psp/judopay/transactions/preauths
Retrieves encrypted card data from the card capture session identified by the
aiphoriaCardCaptureKey header, injects the decrypted card details into the request,
and forwards it to the Judopay pre-auth endpoint.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Pre-auth processed — response body contains the Judopay transaction result.
Invalid request — missing card capture key, null gateway response, or a Judopay-rejected payment.
Authentication failed — token is missing, expired, or invalid.
Caller does not have the required role.
The card capture session could not be found.
An unexpected server error occurred.