We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Showing "IntentSample" when opening the checkout(only iOS)
Error: Getting "IntentSample" error when opening the checkout
SDK Version: razorpay_flutter 1.3.4 Platform: iOS only (Android working fine)
Checkout Parameters:
final options = <String, dynamic>{ 'description': '...', 'image': '...', 'currency': "INR", 'amount': '...', 'name': '...', 'prefill': <String, dynamic>{ 'email': '...', 'contact': '...', 'name': '...', 'method': orderId, 'bank': bank, "bank_account[name]": bankAccountName, 'bank_account[ifsc]': ifscCode, "bank_account[account_number]": bankAccountNumber }, 'theme': {'color': '#6725F4'}, 'order_id': orderId, 'key': apiKey };
• Flutter version 3.10.6 on channel stable at /Users/selvakumar/Downloads/flutter • Dart version 3.0.6 • DevTools version 2.23.1
Xcode - develop for iOS and macOS (Xcode 16.1) Build 16B4
CocoaPods version 1.16.2
1.Initialize Razorpay with above parameters 2.Open checkout 3.Error occurs on iOS devices only
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Showing "IntentSample" when opening the checkout(only iOS)
Description
Error: Getting "IntentSample" error when opening the checkout
SDK Version: razorpay_flutter 1.3.4
Platform: iOS only (Android working fine)
Checkout Parameters:
final options = <String, dynamic>{
'description': '...',
'image': '...',
'currency': "INR",
'amount': '...',
'name': '...',
'prefill': <String, dynamic>{
'email': '...',
'contact': '...',
'name': '...',
'method': orderId,
'bank': bank,
"bank_account[name]": bankAccountName,
'bank_account[ifsc]': ifscCode,
"bank_account[account_number]": bankAccountNumber
},
'theme': {'color': '#6725F4'},
'order_id': orderId,
'key': apiKey
};
Flutter Version :
Xcode Version :
Xcode - develop for iOS and macOS (Xcode 16.1)
Build 16B4
Cocoapod Version :
CocoaPods version 1.16.2
Steps To Reproduce
1.Initialize Razorpay with above parameters
2.Open checkout
3.Error occurs on iOS devices only
The text was updated successfully, but these errors were encountered: