arekkubaczkowski

Results 76 comments of arekkubaczkowski

@YoQuieroDistraerlo I believe this would need to be implemented in `stripe-android` at first as I also couldn't find such solution in the current implementation. @michelleb-stripe any chance to put it...

closing due to inactivity, @aanalmehta-sa @vipu-sa @konstantinmv please reopen if above solution didn't work for you

Unfortunately lack of these props comes from limitations of android and iOS SDKs, AFAIR there is no ETA for such funcionalities at the moment. @acomley-stripe can you confirm this?

@michelleb-stripe I am afraid that without changes on `stripe-android` and `stripe-ios` side, we cannot deliver this functionality. cc @michelleb-stripe @davidme-stripe

@souhe This can be implemented only on react-native end and doesn't require any changes in native libraries. I am gonna keep this open and we take care of this in...

Unfortunately it turns out that it's possible to implement this only na Android (without any changes on native side) so we need to put it aside at the moment

@kevinhuang78 unfortunately CardForm doesn't support disabling particular fields atm, I will keep this issue open in order to track progress regarding this

@m-elgamal payment methods are attached into the customer object instead of paymentIntent, so you need to make sure that you provide the same `customerId` in `initPaymentSheet` method. This scenario can...

These options are not available at the moment due to limitations of stripe-ios and stripe-android but there are plans to implement it in the future.

@tlvenn @OussJouh can you provide code snippet so I can take a look over it?