PaymentCartValidationResponseDto
Payment cart checkout preparation response
totalAmountnumber
Total amount of the payment cart
Example:
150.75totalAmountFormattedstring
Total amount converted to a formatted string
Example:
150.75totalinteger<int32>
Total number of items in the cart
Example:
3requestSentDatestring
Date the payment cart request was sent
Example:
2023-09-30T10:15:30accountNumberstring
Account number associated with the payment
Example:
123456789transactionTypestring
Type of transaction being performed
Example:
BILL_PAYMENTidstring
Unique identifier for the payment cart
Example:
A1B2C3D4versioninteger<int32>
Version number of the object
Example:
1signatureMethodstring
The signature method used for signing the transaction
Possible values: [VIRTUAL_KEYBOARD, OTP_SMS]
Example:
VIRUAL_KEYBOARDPaymentCartValidationResponseDto
{
"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"
}