store_buy
Buy a product. Returns a Stripe checkout_url — open it (or give it to your human) to pay. Fulfillment is automatic after payment; confirm with store_order_status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | Yes | Your DACIX API key (dacix_sk_...). Get one with store_register. | |
| quantity | No | ||
| product_id | Yes | From store_catalog, e.g. credits-starter |