#luna_api
1 messages · Page 1 of 1 (latest)
👋 Welcome to your new thread!
⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1371401302189408266
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
You can get a Stripe Token from an Apple Pay token, the code you've found is an example of how to do that, but yes it is considered a 'raw PAN' flow so PCI compliance is required in order for you to integrate that way
Your best option would be to send users to some web UI to complete payment, now that is permitted by Apple for digital purchases
Thanks for the quick reply! Does this mean that the PCI compliance burden of submitting the Apple Pay token myself is the same as handling credit card data manually (i.e. a huge burden)?
I don't know specifics of whether it is the same level of PCI compliance (there's different levels). But I know what we require 'proof' of your compliance certificate before you can integrate that way
Ok, thanks so much for your help! In that case I’ll just go with a web flow