Request Payment
upwork_request_paymentRequest payment for completed work on Upwork. Specify contract ID, and for fixed-price contracts include milestone ID or amount for hourly contracts.
Instructions
Request payment for work completed.
For hourly contracts, request payment for tracked hours. For fixed-price, request milestone payment.
Args:
contract_id (string, required): The contract ID
milestone_id (string, optional): Milestone ID for fixed-price contracts
amount (number, optional): Amount for hourly contracts
message (string, optional): Message to client
Returns: Confirmation of payment request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | No | Amount to request for hourly contracts | |
| message | No | Optional message to the client | |
| contract_id | Yes | The unique identifier of the contract | |
| milestone_id | No | Specific milestone ID for fixed-price contracts |