#Crazyadam_la
1 messages · Page 1 of 1 (latest)
Hi there, could you elaborate on the error? Any stack trace? screenshot? screen recording?
I'm getting a error of getCard symbol not found
Hi @tame mesa I'm taking over
I don't see CardInputWidget has a getCard() function. You can visit https://stripe.dev/stripe-android/payments-core/com.stripe.android.view/-card-input-widget/index.html for the list of properties and functions that this class provides.
Perhaps you are looking for CardParams ?
Then how do i create a token from credit card number using cardinputwidget and i did try cardparam got a error and fyi, i only use Java.
https://github.com/stripe/stripe-android/blob/master/MIGRATING.md#migrating-from-versions--1700 Please read the migration guide
- createCardToken() now requires CardParams instead of Card
Yes that is working now thank you 🙂