1. Public readiness
Use this once the app is deployed on app.nextgnf.com.
Base URL
-
Create / update callback
POST /agentic/sessions/{sessionId}
Commit callback
POST /agentic/sessions/{sessionId}/commit
Cancel callback
POST /agentic/sessions/{sessionId}/cancel
Finalize callback
POST /agentic/sessions/{sessionId}/finalize
This calls the Adyen Agentic configuration endpoint from your backend. Do not expose your real Adyen API key or callback API key in client-side code.