Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Polling

The polling attribute indicates whether the transaction status needs to be polled. This is usually the case when your customer has to approve a payment via the bank’s mobile app. If polling is an empty object no action is required. If interval is set you need to POST a request every interval milliseconds to the wizard API endpoint providing the wizard session key as well as the parameter action=poll until you receive the finish response.

export
interface

Polling

Hierarchy

  • Polling

Index

Properties

Properties

interval

interval: number

The inverval in milliseconds

memberof

Polling

Generated using TypeDoc