SetupIntentClientSecretProvider
Callback to provide the SetupIntent client secret given a customer ID from your server. Return CustomerAdapter.Result.failure with a with a CustomerAdapter.Result.Failure.displayMessage if something went wrong during the retrieval of the SetupIntent client secret.
Functions
Link copied to clipboard
abstract suspend fun provideSetupIntentClientSecret(customerId: String): CustomerAdapter.Result<String>