Banking wrapper SDK that integrates with Razorpay. Add this package or pod only—Razorpay is pulled in automatically.
- iOS 15.0+
- Xcode 14.0+
- Swift 5.0+
- In Xcode: File → Add Package Dependencies...
- Enter the repository URL:
https://github.com/razorpay/razorpay-banking-wrapper-sdk - Choose the version or branch you need, then add the package to your app target. Select the RazorpayBankingWrapper product.
Usage: Use only import RazorpayBankingWrapper in your app. You may see another module (e.g. RazorpayBankWrapperShim) in the package; that is an internal dependency—do not import it.
Add to your Podfile:
pod 'razorpay-banking-wrapper-sdk'Then run:
pod installOpen the .xcworkspace and use import RazorpayBankingWrapper in your code.
In your Swift code:
import RazorpayBankingWrapper
// Use the SDK APIs as neededFor integration support, contact [email protected].
See LICENSE.md for details.