Retrieve the stored payment result for a card capture
GET/api/psp/adyen/agentPayment/:paymentCaptureReference
Returns the Adyen payment result previously stored for the given capture reference, scoped to the caller's account (resolved from the JWT). Returns 404 when no payment has been stored.
Request
Responses
- 200
- 400
- 401
- 403
- 404
The stored payment result.
Invalid request — missing capture reference, or the account could not be resolved from the token.
Authentication failed — token is missing, expired, or invalid.
Caller does not have the required role.
No stored payment is available for the capture reference.