Create Early Pay Program
create_early_pay_programCreates an early pay program for a company to offer early payment discounts to vendors. Specify name, type, standard rate, and preferred rate.
Instructions
Creates a new early pay program for a given company. Use this to create a new Payments in Procore. Creates a new Payments and returns the created object on success (HTTP 201). Required parameters: company_id, name, type, standardRate, preferredRate. Procore API: Construction Financials > Payments. Endpoint: POST /rest/v1.0/companies/{company_id}/payments/early_pay_programs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| name | Yes | JSON request body field — name of the early pay program | |
| type | Yes | JSON request body field — type of the early pay program | |
| dateConfiguration | No | JSON request body field — date configuration for the program | |
| standardRate | Yes | JSON request body field — standard rate in basis points (1% = 100) | |
| preferredRate | Yes | JSON request body field — preferred rate in basis points (1% = 100) | |
| messageToVendor | No | JSON request body field — custom message to vendor |