Adyen Agentic

Agentic Commerce Test

Test the merchant-side Agentic Cart callbacks exposed on this server. For a real payment, deploy this app publicly, register the callback configuration in Adyen, then initiate the checkout from an Agentic platform or sandbox.

Public callback base https://app.nextgnf.com Adyen appends /agentic/sessions/{sessionId} and related paths.

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.

2. Merchant callback simulation

Quick local simulation of what Adyen will call on your merchant server.

3. Current session

Latest merchant session state and payment/order simulation result.

No session yet.

Callback log