Polling

data class Polling(@Json(name = intervalinterval: Int?)

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.

Parameters

interval

The inverval in milliseconds

Constructors

Polling
Link copied to clipboard
fun Polling(@Json(name = intervalinterval: Int? = null)
The inverval in milliseconds

Properties

interval
Link copied to clipboard
var interval: Int? = null
The inverval in milliseconds