Skip to main content
InputObject

Input Fields

totalAmount
required
The amount to increment the original authorization by. A positive decimal with precision depending on transaction currency. For example: $10.00 would be 10.00 or 10.
currency
required
The purchasing currency code of the request amount.
baseAmount
The base transaction amount intended to be collected by this payment not including any cashback, gratuity, fees, or taxes.
cashBackAmount
The cashback amount.
gratuityAmount
The gratuity amount.
{
  "totalAmount": Decimal,
  "currency": "USD",
  "baseAmount": DecimalAmount,
  "cashBackAmount": DecimalAmount,
  "gratuityAmount": DecimalAmount
}