mark_job_paid
Record payment completion for accepted jobs by providing transaction details and amount, ensuring payment matches agreed terms.
Instructions
Record that payment has been sent for an ACCEPTED job. The job must be accepted by the human first. Payment amount must match or exceed the agreed price.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | The job ID | |
| payment_tx_hash | Yes | The on-chain transaction hash | |
| payment_network | Yes | The blockchain network (e.g., "ethereum", "solana") | |
| payment_amount | Yes | The amount paid in USDC |