#nickderobertis
1 messages · Page 1 of 1 (latest)
Also we are not using payment element or payment sheet, we have our own UI and were planning to add platform pay buttons
You can follow the pattern of the payment guides with a Setup Intent in the place of a payment intent using the returned payment method
But you should note that there are restriction from Apple about when/how you can used a saved Apple Pay card
SO you must make sure to adhere to their guidelines
ok cool, thank makes sense. does Google pay have any such restrictions? And do you know where I can find the Apple pay restrictions off-hand?
Google Pay doesn't that I am aware of, no
ok thank you. I'm googling around but I haven't been able to figure out what the Apple pay restrictions are yet
You need to be aware of all their terms, but this page has example of allowed recurring subscriptions: https://developer.apple.com/app-store/subscriptions/#providing-subscription-offers
For one off payment you need to show the Apple Pay payment sheet every time
got it, thanks. so we are not allowed to do a one-time payment without the user going through Apple pay sheet? in our case we don't have subscriptions, but we issue bills based on services rendered and would like to be able to charge the card they have on file if they have agreed to auto-payment.