get_payment_terms_latam
Retrieve typical and legal B2B payment terms for Latin American countries, including default payment period, common practices, and late payment rules. Supports BR, MX, CL, AR, CO.
Instructions
Returns the typical and legal B2B payment terms for a given Latin American country — default payment period, common commercial practices, and late payment rules where defined by law. Returns { country, default_days, common_terms, late_payment_notes, currency, notes }. Supports BR, MX, CL, AR, CO. Use when generating invoices, setting payment due dates, or automating accounts receivable workflows in LatAm markets. Information provided as reference only — not legal advice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| country_code | Yes | Two-letter ISO country code. Example: 'BR', 'MX', 'CL' |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| country | No | ||
| default_days | No | ||
| common_terms | No | ||
| late_payment_notes | No | ||
| currency | No | ||
| notes | No | ||
| disclaimer | No | ||
| error | No |