Class ScreenlessPaymentCreated

Indicates that payment was created. If it was a credit card or transfer payment you might have to display paymentUrl to the user to finish the payment. If it was a BLIK payment user has to accept it in bank app. It is advised to use long polling mechanism to observe payment status via transactionId.

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

paymentUrl: null | string

Payment url, needs to be displayed to the user to finish the payment

transactionId: string

Transaction id of the created transaction

Generated using TypeDoc