processTokenizedCard

abstract val processTokenizedCard: SharedFlow<POCard>

Deprecated

Use replacement flow.

Replace with

processTokenizedCardRequest

Subscribe to additionally process tokenized card before completion. For example to authorize an invoice or assign customer token. Once you've subscribed it's required to call complete after processing.