-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apple Pay #711
Comments
We are creating a POS system for merchants to use and are utilizing Balanced for all the payment processing of sales. In addition to processing normal credit cards and bank accounts, we'd like to support Apple Pay. I realize this is probably a unique use case for you guys, as you're probably more concerned with supporting Apple Pay on the app developer side (e.g. integrating payments into apps), which is not what we're trying to do. I haven't been able to find any documentation as to how to develop for Apple Pay on the POS side of things. It seems like it will work similarly to current NFC payments, but NFC tags like Visa Paywave pass raw credit card data through the tag, which Apple isn't doing. So I'm unsure of if the data that Apple is passing to the sensor can be processed in the same way. My guess is that we would just be shoveling off whatever "credit card" data Apple gives us, treating it like a normal card, and letting the payment processor (Balanced) handle it. Could anyone comment on this and offer any insights on how we can support Apple Pay on our system with Balanced? Jay |
Hi @remear, any ETA on Apple Pay support. Specifically would like to know whether this will work just like tokenizing a credit card or bank account using the iOS API. |
+1 would love to see this released. Happy to be a beta tester for my marketplace. Ref in iOS repo: balanced/balanced-ios#28 |
Is there any active development on this? |
Yes, although there is no official timeline yet. We'll post updates here as soon as we have them. |
Update on this? |
👍 I'd really like to use this soon. |
In this issue we will track progress for supporting Apple Pay.
The text was updated successfully, but these errors were encountered: