Readonly
paymentUnique identifier of this payment request
Optional
Readonly
previousCurrent state of the payment request
Readonly
stateCurrent state of the payment request
Optional
Readonly
stateContext for the current state of the payment request
Optional
Readonly
stateReason why the payment request is in its current state
A Payment Request represents a request for a payment. The Payment Request lifecycle is defined in PaymentRequestState.
A Payment Request is created by the integrator calling
Klarna.Payment.initiate()
.Example of how to programmatically create and initiate a payment request without the Klarna payment button.