0

I use PaymentMethodsActivity to allow users to manage cards on android, but there is two problem:

https://stripe.com/docs/mobile/android/customer-information

  1. After adding more cards, when appears scroll, "add new card" button becomes not visible.

As you see now Add new card button is visible in the bottom enter image description here

After adding one card again it becomes not visible and can't scroll to it enter image description here

  1. There is no edit button to edit or delete card, but it

Is this normal for stripe?

Although this problems doesn't exist on IOS Api

Tigran Babajanyan
  • 1,967
  • 1
  • 22
  • 41

1 Answers1

1

Can you clarify what you mean by the first point? The second point-- yes, that is expected. The PaymentMethodsActivity doesn't currently support Deleting or Updating payment sources; however, the PaymentSession does. So while you can do these operations, it means you have to roll your own UI. Not ideal, but the Android implementation was released more recently and is still building out parity with the iOS implementation. Hope that helps!

korben
  • 1,146
  • 7
  • 7