start_checkout
Begin an agent-initiated droplinked checkout for a SKU. Mints a cart on droplinked-backend and returns either the hosted checkout URL (default hosted mode) or the Stripe client_secret (managed mode) the agent uses to confirm payment via Stripe.js.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | hosted | |
| buyer | Yes | ||
| skuId | Yes | ||
| shopId | Yes | ||
| quantity | Yes | ||
| returnUrl | No | ||
| paymentMethod | No | stripe |