Hi all,
Is it possible to split automatically payments with Apple Pay? I mean like Uber app. 80% of the client payment goes to the driver and 20% goes to the company.
Thank you.
Hi all,
Is it possible to split automatically payments with Apple Pay? I mean like Uber app. 80% of the client payment goes to the driver and 20% goes to the company.
Thank you.
Apple Pay doesn't process your payments - it returns you payment credentials which you pass on to your payment processor to complete the payment. Typically splitting a payment in the way you describe would be something your payment processor or eCommerce backend would handle.
However, if you wished to have two entirely separate charges going to two different entities you may want to investigate iOS 16's new multiple merchant payments feature, described in Apple Pay's WWDC session: https://developer.apple.com/videos/play/wwdc2022/10041/?time=282
Thank you for your answer.