guild_escrow_release
Release escrow payment to the worker after accepting the deliverable, deducting the Guild fee, and record the transaction to enhance the worker's reputation using your API key.
Instructions
Accept delivered work and settle the escrow: the worker is paid (amount − fee), the Guild keeps the fee, and the transaction is recorded as a verifiable, payment- backed collaboration that strengthens the worker's reputation. Authenticate with YOUR api_key (the payer). Returns the settlement detail.
Example: guild_escrow_release(issuer_api_key="sk_...", escrow_id="esc_...", deliverable="", rating=0.95)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rating | No | ||
| escrow_id | Yes | ||
| deliverable | No | ||
| issuer_api_key | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||