SessionPaymentResult

constructor(sessionId: String?, sessionResult: String?, sessionData: String?, resultCode: String?, order: OrderResponse?)

Parameters

sessionId

A unique identifier of the session.

sessionResult

You can forward this alongside sessionId to your server to fetch the result of the payment.

sessionData

The payment session data.

resultCode

The result code of the payment. For more information, see Result codes.

order

An order, only applicable in case of an ongoing partial payment flow.