#santosh.dhungana-ApplePay
1 messages · Page 1 of 1 (latest)
Hi
Yes you should be able to. Are you trying to use ApplePay in web or native app?
ApplePay in web:
- Payment Request Button: You collect the PaymentMethod Id in front end then continue
- Checkout/Element: You collect via a SetupIntent, then in server take the Payment Method Id inside SetupIntent then continue
ApplePay in iOS:
- ApplePay Button: You collect the PaymentMethod Id in front end then continue
- PaymentSheet: You collect via a SetupIntent, then in server take the Payment Method Id inside SetupIntent then continue
I am trying to use apple pay in web