complete

abstract suspend fun complete(result: ProcessOutResult<Any>)

Notify that processing of tokenized card is complete (e.g. after invoice authorization or assigning of a customer token). Pass the result from respective ProcessOut API. If processing is done by a custom implementation you can pass ProcessOutResult.Success(Unit) or appropriate ProcessOutResult.Failure(...). Calling this method will complete the flow, unless you've subscribed to shouldContinueRequest to decide it on your own in case of failure.