Skip to main content
POST
Create a human funding handoff

Authorizations

Authorization
string
header
required

Scoped lcac_ credential. Tenant-managed Agent Connections authorize only their bound MCP and wrapped execution surfaces. A bootstrap connection for a self-registered agent additionally authorizes the explicit /credits/agent/* self-service routes for its own account; neither form authorizes general tenant management.

Headers

Idempotency-Key
string
required
Required string length: 1 - 255

Body

application/json
usd
string
required

Non-negative exact decimal string with at most six fractional digits. Endpoint-specific positivity and amount limits still apply.

Pattern: ^\d+(?:\.\d{1,6})?$

Response

Stripe funding handoff created

success
any
required
fundingSessionId
string
required
Pattern: ^cs_
checkoutUrl
string<uri>
required

Share only this Stripe-hosted URL with the human payer.

statusUrl
string<uri>
required
expiresAt
string<date-time> | null
required
quote
object
required
humanHandoff
object
required
pollAfterMs
integer
required
Required range: x >= 1000