Submit a payment to Judopay
POST/api/psp/judopay/transactions/payments
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 payments endpoint.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Payment 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.