I'm developing an app which will cater for in-app purchases but not in the traditional sense of addons for games, upgrades, etc.
The app will connect to the user's profile on our API and see if they have any Payment Profiles, which we would use to pay for an item (in this case a ticket) on the website.
It is my understanding after reading up on this that even though you pay Apple their $99 a year they still demand app-purchases go through Apple Pay.
Is my use case of allowing users to pay using their account's Payment Profiles via the app? No card details would need to be entered.
In the case they haven't yet added a Payment Profile (signed up on the app, for example) - how do I go about processing payments this way - again, where do I stand?