Open a Stripe payment for one quote and get the payment URL
fund_dfx_accountOpens a Stripe payment for exactly one quote, into the account key you present, and returns the hosted payment URL and a payment id. THE AMOUNT IS READ FROM THE QUOTE, SERVER SIDE. There is no field on this tool through which a price can be proposed, raised or lowered. A CARD MUST STILL BE AUTHORIZED. That is the card network's boundary and not a DFX design choice: show the URL and the price to your human, or present your own payment credential to Stripe. Everything either side of that step is callable by a machine. Returning to the success page is NOT a receipt. Poll dfx_payment_status until it reports PAID; that reads the DFX ledger, which advances only on a Stripe event DFX verified and re-read from Stripe. This build collects Stripe TEST payments only. No real money moves.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quote_id | Yes | from the PAYMENT_REQUIRED reply | |
| account_key | No | your DFX account key, if your MCP client cannot send the X-DFX-Account header |