Generate an agent UI payment launch URL
POST/api/psp/adyen/agentPayment
Builds the URL the agent UI should be launched with for a card capture, combining the capture
reference, the account (resolved from the caller's JWT), the requested capture-page
configuration, and the amount from the supplied Adyen payment request. No payment is
started — only the launch URL is returned.
Request
Responses
- 200
- 400
- 401
- 403
- 500
The agent UI payment launch URL.
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.
An unexpected server error occurred.