Services accept quote
services_accept_quoteAccept a submitted quote and charge immediately. Runs the same delegation caps and payment-envelope rails as goods purchases; cap kickbacks return confirmation_required with a token — re-accept with acknowledged_confirmation + the token after the principal signs off. Funds are held in escrow until the deliverable is accepted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| service_quote_id | Yes | UUID of the quoted thread to accept and pay. | |
| payment_method_id | No | UUID of a saved payment method to charge. Omitted = envelope-bound card, else the principal's default. | |
| confirmation_token | No | Token from the confirmation_required kickback; must match to complete the charge. | |
| __outcomeForTesting | No | Test-only: force a simulated card outcome. Never set in production. | |
| acknowledged_confirmation | Yes | Set true when retrying after a confirmation_required kickback, together with confirmation_token. |