Register a transaction with Opayo Direct
POST/api/psp/opayo-direct/register
Retrieves encrypted card data from the card capture session identified by the
aiphoriaCardCaptureKey header, injects the decrypted card details into the
form-encoded registration request, forwards it to Opayo Direct, and returns the response.
Request
Responses
- 200
- 400
- 401
- 403
- 500
Transaction registered — response body contains the Opayo response.
Invalid request — missing card capture key or an Opayo-rejected registration.
Authentication failed — token is missing, expired, or invalid.
Caller does not have the required role.
An unexpected server error occurred.