assignCustomerToken

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.


Deprecated

Use function assignCustomerToken(request, threeDSService)

Replace with

assignCustomerToken(request, threeDSService)