Enumeration PaymentRequestState

Represents the lifecycle of a payment request.

SUBMITTED -> [IN_PROGRESS, EXPIRED, CANCELED]
IN_PROGRESS -> [SUBMITTED, COMPLETED, EXPIRED, CANCELED]
COMPLETED
EXPIRED
CANCELED

Enumeration Members

CANCELED: "CANCELED"

The payment request has been cancelled. This is a final state.

COMPLETED: "COMPLETED"

The customer has approved the request. In case of one-time payment, call payment/authorize with the issued payment token to create a Klarna Payment Transaction

EXPIRED: "EXPIRED"

The payment request has expired. This is a final state.

IN_PROGRESS: "IN_PROGRESS"

The payment flow is in progress - consumer is inside the purchase flow

SUBMITTED: "SUBMITTED"

Payment request has been submitted to the backend and ready to be initiated or prepared, request can be modified but must be synchronized