Prerequisites🔗
- Sign up for a Razorpay account.
- Generate API Keys from the Dashboard.
Use iOS UPI Intent SDK to accept UPI payments from your iOS device customers.
Use the iOS Standard SDK to support UPI Intent payments on your iOS apps. We support UPI Intent on iOS for these PSP apps:
To enable UPI Intent on your iOS app's Standard Checkout:
Copy<key>LSApplicationQueriesSchemes</key>
<array>
<string>tez</string>
<string>phonepe</string>
<string>paytmmp</string>
</array>
Your iOS app now supports UPI Intent payments.
ON THIS PAGE