Tip Adjust Request

Tip adjustment request model. Supports fixed amount or percentage-based tip adjustments on previously authorized or captured transactions.

  • type
    Type: string · Type
    required

    Adjustment type. One of: fixed, percentage.

  • amount
    Type: integer | null · Amount

    Fixed tip amount in cents. Required when type is fixed.

  • event_id
    Type: string | null · Event Id

    Idempotency key. Auto-generated if omitted.

  • percentage
    Type: number | null · Percentage

    Tip percentage (e.g., 18 for 18%). Required when type is percentage.