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.
abstract fun assignCustomerToken(request: POAssignCustomerTokenRequest, threeDSService: PO3DSService, callback: (ProcessOutResult<POCustomerToken>) -> Unit)
Deprecated
Use function assignCustomerToken(request, threeDSService)
Replace with
assignCustomerToken(request, threeDSService)
Content copied to clipboard