Skip to main content

PaymentCartValidationResponseDto

Payment cart checkout preparation response

totalAmountnumber

Total amount of the payment cart

Example: 150.75
totalAmountFormattedstring

Total amount converted to a formatted string

Example: 150.75
totalinteger<int32>

Total number of items in the cart

Example: 3
requestSentDatestring

Date the payment cart request was sent

Example: 2023-09-30T10:15:30
accountNumberstring

Account number associated with the payment

Example: 123456789
transactionTypestring

Type of transaction being performed

Example: BILL_PAYMENT
idstring

Unique identifier for the payment cart

Example: A1B2C3D4
versioninteger<int32>

Version number of the object

Example: 1
signatureMethodstring

The signature method used for signing the transaction

Possible values: [VIRTUAL_KEYBOARD, OTP_SMS]

Example: VIRUAL_KEYBOARD
PaymentCartValidationResponseDto
{
"totalAmount": 150.75,
"totalAmountFormatted": 150.75,
"total": 3,
"requestSentDate": "2023-09-30T10:15:30",
"accountNumber": 123456789,
"transactionType": "BILL_PAYMENT",
"id": "A1B2C3D4",
"version": 1,
"signatureMethod": "VIRUAL_KEYBOARD"
}