Show Early Pay Program
show_early_pay_programRetrieve detailed information about a specific early pay program for a company. Provide the company ID and program ID to access payment program data.
Instructions
Returns an early pay program for a given company. Use this to fetch the full details of a specific Payments by its identifier. Returns a JSON object describing the requested Payments. Required parameters: company_id, early_pay_program_id. Procore API: Construction Financials > Payments. Endpoint: GET /rest/v1.0/companies/{company_id}/payments/early_pay_programs/{early_pay_program_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| early_pay_program_id | Yes | URL path parameter — uUID of the early pay program | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |