#ishpreet8386
1 messages · Page 1 of 1 (latest)
hi! what happens when you press the button, is there some error thrown?
if you want to use your own button and the not the paymentsheet.payment one, you need to specifically use this guide as far as I know : https://stripe.com/docs/payments/accept-a-payment?platform=ios&ui=payment-sheet&uikit-swiftui=swiftui#ios-flowcontroller
doesn't seem like you are using that guide, since you don't use PaymentSheet.FlowController, so that would most likely be why your custom button isn't working.
@native marsh thanks