HostedCheckoutStatusResponseDto Data Type

The Class HostedCheckoutStatusResponseDto.

Properties
name data type description
hostedCheckoutStatus string The HostedCheckoutStatus. "PAYMENT_CREATED" "IN_PROGRESS" "CANCELLED_BY_CONSUMER"
paymentStatus PaymentStatusEnum The paymentStatus
paymentId string The payment id
status ActionStatusEnum Tells whether the instance of this ActionStatus object ok or not.
errorCode object An error code.
message string A detailed error message if applicable, can contain the entity id that was created.
entityId number The entity identifier
entityCode string The entity code
nrAffected number Number of items/records affected by the action
json string

Example

{
  "hostedCheckoutStatus" : "...",
  "paymentStatus" : "REJECTED",
  "paymentId" : "...",
  "status" : "FAIL",
  "errorCode" : { },
  "message" : "...",
  "entityId" : 12345,
  "entityCode" : "...",
  "nrAffected" : 12345,
  "json" : "..."
}