在 Stripe React Native 中,我尝试按照 https://docs.stripe.com/ payments/accept-a- payment-deferred?type= payment&integration= paymentsheet-flowcontroller
中的步骤操作但是,客户可以选择付款方式,然后更改商品,这也会更改金额。由于已调用 initPaymentSheet,我如何更新表中的金额。
我尝试重新初始化PaymentSheet,但这取决于客户选择的付款方式
https://docs.stripe.com/ payments/accept-a- payment-deferred?platform=ios&type= payment&integration= paymentsheet-flowcontroller#update- payment-details的文档描述了使用 update
方法,该方法听起来像您要找的东西?