v1

latestOpenAPI 3.0.0Forter License2026-07-1333204516.7 KB
Agentic 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.

idstring
object'delegated_payment'
statusstring
vault_tokenstring

Synthetic demo vault token - never a real payment credential.

payment_methodobject
allowanceobject

Scoped spend allowance: max amount, currency, expiry, merchant scope.

risk_signalsobject nullable
livemodeboolean

Example response

{
  "status": "demo-issued"
}