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

