This is a playground e-commerce store that lets you try out agentic payments via Arc Pay in a sandbox environment.
| Protocol Part | Supports |
|---|---|
| Checkout Sessions | ✅ All methods |
| Delegated Payment providers | Arc Pay |
| Delegated Payment method | wallet |
Use the included Postman collection to try out the store API:
GET /api/productslists products in JSON/api/acp/...path prefix hosts the ACP Checkout SessionsPOST /checkout_sessionsPOST /checkout_sessions/{checkout-session-id}GET /checkout_sessions/{checkout-session-id}POST /checkout_sessions/{checkout-session-id}/completePOST /checkout_sessions/{checkout-session-id}/cancel
Install the dependencies
npm iSet the environment variables
cp .env.example .envRun the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.