ProcessCaptureRequestModel
Capture request model. Supports optional tip adjustment at capture time.
- amountType: integer | null · Amount
Optional capture amount in cents. If omitted, the full authorized amount is captured.
- breakdownType: object · Breakdown
Optional payment breakdown for the capture.
- 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.
- eventType: string | null · Event Id
_id Idempotency key. Auto-generated if omitted.
- tipType: integer | null · Tip Amount
_amount Optional tip amount in cents to apply at capture time. This allows adding or adjusting the tip when capturing a pre-authorized transaction.

