POCustomerTokensService
interface POCustomerTokensService
Provides functionality related to customer tokens.
Properties
Link copied to clipboard
Subscribe to this flow to collect result from assignCustomerToken invocation.
Functions
Link copied to clipboard
abstract fun assignCustomerToken(request: POAssignCustomerTokenRequest, threeDSService: PO3DSService)
Assign new source to existing customer token and optionally verify it with the given request and 3DS service implementation. Collect result by subscribing to assignCustomerTokenResult flow before invoking token assignment.
abstract fun assignCustomerToken(request: POAssignCustomerTokenRequest, threeDSService: PO3DSService, callback: (ProcessOutResult<POCustomerToken>) -> Unit)