Breakdown
Payment amount breakdown. Splits the total into subtotal, tax, and tip components. All monetary amounts are in cents. For surcharge-aware breakdowns, use the enhanced breakdown with surcharge support.
- subtotalType: integer · Subtotalrequired
Subtotal amount in cents before tax and tip.
- taxType: integer · Taxamount
Amount requiredTax amount in cents.
- taxType: integer · Taxrate
Rate requiredTax rate as an integer (e.g., 875 for 8.75%). Values >= 100 are treated as basis points and divided by 100 server-side.
- tipType: integer · Tipamount
Amount requiredTip amount in cents.
- tipType: string · Tiptype
Type requiredTip calculation method. One of:
fixed,percentage. - tipType: integer | null · Tiprate
Rate Tip rate as an integer (e.g., 1500 for 15%). Values >= 100 are treated as basis points and divided by 100 server-side.

