This feature must be activated for your account. If you are interested, please contact hello@billwerk.com.
Apple In-App-Purchase
billwerk offers a direct integration to Apple In-App Purchase. This makes it possible to carry subscriptions that have been concluded via your Apple app with you in billwerk. Incoming contract changes, billing requests and receipts are processed in billwerk.
For more information, see our developer documentation here.
Configuration in Apple
Configure the application in Apple and define the "URL for App Store Server Notifications" under "General/App Information". The following URL is to be stored:
- Sandbox: https://sandbox.billwerk.com//ExternalSubscriptionsNotifications/AppleIap/{LegalEntityId}
- Production sytem: https://app.billwerk.com//ExternalSubscriptionsNotifications/AppleIap/{LegalEntityId}.
- LegalEntityId is to be replaced with the Public API Key, which you can find in billwerk under Settings/Self-Service Access.
Useful Links
- In-App Purchase programming guide
- In-App Purchase Best Practices
- Video introduction: Using Store-Kit for In-App Purchases
- Working with subscriptions
- Receipt validation
- Receipt validation service:
- sandbox (testing): https://sandbox.itunes.apple.com/verifyReceipt
- In production (live): https://buy.itunes.apple.com/verifyReceipt
- Receipt validation service:
- Adding an In-App Purchase to your app