You write your final title and settlement fees to the loan file via the API; those values flow into the Closing Disclosure (CD). There is no separate “balancing” step—writing the fees is how the CD gets the correct numbers. Pylon is responsible for all tolerance cures and represents and warrants the file; fees should have been disclosed within TRID tolerance bands at initial disclosure, so you only need to send final amounts.Documentation Index
Fetch the complete documentation index at: https://docs.pylon.mortgage/llms.txt
Use this file to discover all available pages before exploring further.
How to write fees
1. Get the loan’s fees — Query so you have fee IDs and can match your figures to the right line items:feeSpecifiedFixedAmountis in cents (e.g. 50000 = $500.00).- Use
feeType,feeDescription, andintegratedDisclosureSectionTypeto map to your title/settlement fees. For percent units, see the GraphQL API Reference forFeeandUpdateFeeInput.
fee mutation with UpdateFeeInput: required id, and either feeSpecifiedFixedAmount (cents) or feeTotalPercent. Only send the field you’re updating so you don’t switch a fixed fee to percent (or vice versa).
Related resources
- Tolerance cure — Fee tolerance bands and who is responsible for cures
- TRID (TILA-RESPA Integrated Disclosure) — Disclosure timing and requirements
- Order-Outs Overview — When order-outs are triggered (after ITP)
- GraphQL API Reference —
Fee,FeeMutations,UpdateFeeInput,UpdateFeeResponse