You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
there is a need to update payment details "intentConfiguration" block after calling initPaymentSheet. the feature already exists in android and ios SDK but it is not exposed in react native
Describe the solution you'd like
an updatePaymentSheet function that can be exposed in via useStripe hook, which in turn can take the updated options
Is your feature request related to a problem? Please describe.
there is a need to update payment details "intentConfiguration" block after calling initPaymentSheet. the feature already exists in android and ios SDK but it is not exposed in react native
Describe the solution you'd like
an updatePaymentSheet function that can be exposed in via useStripe hook, which in turn can take the updated options
Additional context
ios docs
https://docs.stripe.com/payments/accept-a-payment-deferred?platform=ios&type=payment#update-payment-details
android docs
https://docs.stripe.com/payments/accept-a-payment-deferred?platform=android&type=payment#update-payment-details
The text was updated successfully, but these errors were encountered: