create

fun create(context: Context, keyProvider: EphemeralKeyProvider): IssuingCardPinService

Create a IssuingCardPinService with the provided EphemeralKeyProvider.

Parameters

keyProvider

an EphemeralKeyProvider used to obtain an EphemeralKey


fun create(    context: Context,     publishableKey: String,     stripeAccountId: String? = null,     keyProvider: EphemeralKeyProvider): IssuingCardPinService

Create a IssuingCardPinService with the provided EphemeralKeyProvider.

Parameters

publishableKey

an API publishable key

keyProvider

an EphemeralKeyProvider used to obtain an EphemeralKey