Skip to main content

paymentData

totalCollectionAmountnumber

The total amount collected for the transaction.

excessPaymentAmountnumber

The excess amount paid for this transaction (e.g. where change is not available at a meter).

taxFederalAmountnumber

Federal Tax (e.g. GST) in dollars.

taxStateAmountnumber

State/Provincial Tax in dollars.

taxMunicipalAmount number

Municipal Tax in dollars.

paymentType string

Possible values: [CASH, CREDIT, DEBIT, SMART, PASS, CASH_CC, CASH_SC, CASH_PASS, UNKNOWN]

rateId string

Identifier for the rate used.

cardType string

Credit card type (if applicable).

Possible values: [VISA, MC, AMEX, DISC, DC, OTHER]

maskedCreditCardNumber string

Partial masked credit card number (e.g. last 4 digits) for the card used in the transaction.

authCode string

Credit card authorization code from processor.

paymentData
{
"totalCollectionAmount": 0,
"excessPaymentAmount": 0,
"taxFederalAmount": 0,
"taxStateAmount": 0,
"taxMunicipalAmount ": 0,
"paymentType ": "CASH",
"rateId ": "string",
"cardType ": "VISA",
"maskedCreditCardNumber ": "string",
"authCode ": "string"
}