Has DFX actually been paid for this quote?
dfx_payment_statusReads the DFX payment ledger for one quote. Free.
It is the ONLY trustworthy answer to 'did my payment go through'. A browser redirect, a Stripe success page and a client's own belief are all not receipts. This reads DFX rows, which advance only on a Stripe event DFX verified against Stripe's signature and then re-read from api.stripe.com.
AWAITING_PAYMENT means keep polling. PAID means your balance is funded and you may now repeat the paid call with authorize.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quote_id | Yes | ||
| account_key | No | your DFX account key, if your MCP client cannot send the X-DFX-Account header |