[expo-payment-stripe] custom source

Is there anyway to create a custom source with expo-payment-stripe? Stripe SDK exposes this method to create custom sources: https://github.com/stripe/stripe-android/blob/master/stripe/src/main/java/com/stripe/android/model/SourceParams.java#L238-L240
(and similarly another one for iOS).

How do we tap into this?

Hey @solestage-q5,

Thanks for moving your post from GH issues to the forums!

Have you already taken a look at the Creating a Source section of our docs for the Expo Payments API?

Thanks,
Charlie

Yep I have. It doesn’t help as the underlying library does not accept custom sources. Only the sources listed could be accepted.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.