#krustyflakes-paymentsheet
1 messages · Page 1 of 1 (latest)
Hi there! Happy to help. What SDK are you using?
And can you write out explicit questions you have?
Thank you, this is for iOS
Currently the backend setup provides me with a paymentSecret, I'll instantiate the components, Cc form and applePay btn, I'll add the amount and in case of the applePay transaction pass in the configuration the item list and amount
I implemented the paymentsheet with no issues, but I keep looking for where to pass the Amount of the purchase so that it gets displayed in the Pay button within the sheet
Or ways of specify details for when the user taps the applePay button and can't find anything in documentation
The amount of the PaymentIntent is what gets displayed.
PaymentSheet is initialized based on that client secret
If you want more control over Apple Pay, you will want to integrate it outside of PaymentSheet following: https://stripe.com/docs/apple-pay#present-payment-sheet
With what the paymentIntebt requested
Correct for PaymentSheet
So for applePay to receive the amount it's the same l, the sheet will provide the one from the intent
I was guessing this would be the way, really appreciate for clarifying
Thank you, have a great day
Sure thing!