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