I’m currently using the Bubble Stripe PlugIn for payments which doesn’t seem to support digital wallets. If I use the API Connector for my payments via Stripe instead however, I understand that I can use such payment methods.
If I use the API Connector to accept Google/Apple/Paypal, is it possible to extract a User’s name and email address from the wallet they’re using so that I don’t have to have them enter it at the point of payment? This will still enable me to them a “Thanks for using my app, here’s your receipt” email and log the order without hassling them for extra info. If it’s possible to do this, can anyone point me to a “How” resource?
Many thanks
They shouldn’t have to enter their email address everytime they pay anyway.
You store the Customer ID in your DB, and use that to initiate the checkout session for the specific Customer.
You can store their details in your own DB (or you can retrieve it from Stripe).
Thanks Adam. My bad, I didn’t explain properly…this would be for users who aren’t registered on the marketplace. This guy wants random people to be able to rock up to his stall, scan a QR Code and be taken to a pre-populated order for a specific item he’s selling that has a “Pay” button on it that they can then pay with a digital wallet of some description.
I’ve told him I need user information to send them receipts etc and need email address for that but he reckons this is too “clunky” as that information could come from GooglePay or ApplePay or something. I don’t know if that’s possible. If it is, it’d be cool but I can see Google/Apple etc may not want to share that info. If it is doable, I’d love to know how…personally I’m not sure it is…