v1
latestOpenAPI 3.0.0Forter License2026-07-1333204516.7 KBAgentic Commerce (ACP) - demo
ACP Delegate Payment
Agentic Commerce Protocol Delegate Payment: takes payment_method, allowance (max amount, currency, expiry, merchant scope) and risk_signals, returns a scoped vault token. DEMO-ONLY: canned responses, no real Forter risk decisioning, no real payment. The vault token is synthetic and NOT PCI-scoped.
post/agentic_commerce/delegate_payment
Headers
API-Versionstring required
Example:2025-09-29
ACP API version in YYYY-MM-DD form. If the version is unsupported the endpoint returns an ACP-shaped error carrying supported_versions so the agent can negotiate.
Idempotency-Keystring required
Example:a1b2c3d4-0000-4000-8000-000000000000
Client-generated unique key that makes a write idempotent: a retry carrying the same key returns the original result instead of creating a duplicate. Required on ACP write operations.
Request body
object required
Response
Success - demo ACP object.
Example response
{
"status": "demo-issued"
}