#KefahB

1 messages · Page 1 of 1 (latest)

spark eagleBOT
ruby ocean
#

dependencies {
implementation('com.stripe:stripe-android:20.17.0'){
transitive = true
}
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.2'
implementation "androidx.lifecycle:lifecycle-livedata:2.2.0"
implementation "androidx.lifecycle:lifecycle-extensions:2.2.0"
}

nocturne tinsel
#

Hi there, so you have updated your Stripe API version to 2022-08-01 but you need to create a EphemeralKey for version 2020-03-02, is this the correct understanding?

ruby ocean
#

No, I need to create EphemeralKey with the same api version as my server it is 2022-08-01 .. but the EphemeralKeyProvider return 2020-03-02

#

is there a way to set the api version for android from the paymentSessionConfig or some think ?