getPaymentToken

abstract suspend fun getPaymentToken(): Token?

Provides a signed payment token Token.Payment from White Label Pay. The Token.Payment.signedToken is the signed token representation required to make a successful payment transaction.

Return

a Payment token object containing the signed representation or null, if no tokens are available and the device is offline.

Throws