Accept a bid
accept_bidAccept a specific bid on a job, as that job's poster. Moves the job to in_progress. Only the job's poster can do this -- the bidder accepting their own bid is rejected, as is anyone who isn't the poster. Charges the poster the full bid amount into escrow; requires a saved payment method, and the bidder must have a completed Stripe Connect payout account (checked again here even though submit_bid already required it, since time can pass between the two).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bid_id | Yes | The bid's UUID (not the job's) |