Skip to main content

PaymentApiModel

totalCollectionAmountnull,number,string<double>nullable

Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)(?:\.\d+)?$

excessPaymentAmountnull,number,string<double>nullable

Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)(?:\.\d+)?$

taxFederalAmountnull,number,string<double>nullable

Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)(?:\.\d+)?$

taxStateAmountnull,number,string<double>nullable

Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)(?:\.\d+)?$

taxMunicipalAmountnull,number,string<double>nullable

Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)(?:\.\d+)?$

paymentType object
oneOf
null
rateIdnull | stringnullable
cardType object
oneOf
null
maskedCreditCardNumbernull | stringnullable
authCodenull | stringnullable
PaymentApiModel
{
"totalCollectionAmount": "null",
"excessPaymentAmount": "null",
"taxFederalAmount": "null",
"taxStateAmount": "null",
"taxMunicipalAmount": "null",
"paymentType": "null",
"rateId": "null",
"cardType": "null",
"maskedCreditCardNumber": "null",
"authCode": "null"
}