ProcessAuthRequestModel
- Type: integer · Amount
amount requiredInteger numbers.
- Type: object · Breakdown nullable
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.
- Type: integer · Subtotal
subtotal requiredSubtotal amount in cents before tax and tip.
- Type: integer · Taxamount
tax Amount requiredTax amount in cents.
- Type: integer · Taxrate
tax 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.
- Type: integer · Tipamount
tip Amount requiredTip amount in cents.
- Type: string · Tiptype
tip Type requiredTip calculation method. One of:
fixed,percentage. - Type: integer | null · Tiprate
tip Rate Tip rate as an integer (e.g., 1500 for 15%). Values >= 100 are treated as basis points and divided by 100 server-side.
- Type: string | null · Event Id
event _id

