You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unable to test netbanking payments in Android, always gets error "We are facing some trouble completing your request at the moment. Please try again shortly"
#429
Open
1 task
sandarshnaroju opened this issue
Dec 14, 2022
· 3 comments
I am trying to integrate razorpay with cutomUI in Android. Upi payments works flawlessly with test key. But, I am unable to check test payments for subscribing to a plan with netbanking option. I always get
{"code": 5, "description": "{\"error\":{\"code\":\"SERVER_ERROR\",\"description\":\"We are facing some trouble completing your request at the moment. Please try again shortly.\",\"source\":\"NA\",\"step\":\"NA\",\"reason\":\"NA\",\"metadata\":{}},\"http_status_code\":500}"}
Specific to iOS Users :-
I have tried updating Razorpay pod to the latest version by using 'pod update'.
Razorpay Package Version :
"react-native-customui": "^2.2.2",
Xcode Version (iOS) :
Open Xcode > Go to About Xcode > copy the Xcode version here.
Razorpay-pod version (iOS) :
Go to your project path > Go to folder named ios > open 'podfile.lock' file > search for 'razorpay-pod' > copy the line here
in Razorpay.open catch I always get this error {"code": 5, "description": "{\"error\":{\"code\":\"SERVER_ERROR\",\"description\":\"We are facing some trouble completing your request at the moment. Please try again shortly.\",\"source\":\"NA\",\"step\":\"NA\",\"reason\":\"NA\",\"metadata\":{}},\"http_status_code\":500}"}
Steps To Reproduce
Provide a detailed list of steps that reproduce the issue.
Suggested solution:
Code example, screenshot, or link to a repository:
Please provide a link to a repository on GitHub, or provide a minimal code example that reproduces the problem.
You may provide a screenshot of the application if you think it is relevant to your bug report.
Here are some tips for providing a minimal example: https://stackoverflow.com/help/mcve
The text was updated successfully, but these errors were encountered:
Description
I am trying to integrate razorpay with cutomUI in Android. Upi payments works flawlessly with test key. But, I am unable to check test payments for subscribing to a plan with netbanking option. I always get
{"code": 5, "description": "{\"error\":{\"code\":\"SERVER_ERROR\",\"description\":\"We are facing some trouble completing your request at the moment. Please try again shortly.\",\"source\":\"NA\",\"step\":\"NA\",\"reason\":\"NA\",\"metadata\":{}},\"http_status_code\":500}"}
Razorpay Package Version :
"react-native-customui": "^2.2.2",
Xcode Version (iOS) :
Open Xcode > Go to
About Xcode
> copy the Xcode version here.Razorpay-pod version (iOS) :
Go to your project path > Go to folder named
ios
> open 'podfile.lock' file > search for 'razorpay-pod' > copy the line hereJava and Gradle Version (android) :
Specify your Java and Gradle version.
What you did:
I am calling Razorpay.open like this
What happened:
in Razorpay.open catch I always get this error
{"code": 5, "description": "{\"error\":{\"code\":\"SERVER_ERROR\",\"description\":\"We are facing some trouble completing your request at the moment. Please try again shortly.\",\"source\":\"NA\",\"step\":\"NA\",\"reason\":\"NA\",\"metadata\":{}},\"http_status_code\":500}"}
Steps To Reproduce
Provide a detailed list of steps that reproduce the issue.
Suggested solution:
Code example, screenshot, or link to a repository:
Please provide a link to a repository on GitHub, or provide a minimal code example that reproduces the problem.
You may provide a screenshot of the application if you think it is relevant to your bug report.
Here are some tips for providing a minimal example: https://stackoverflow.com/help/mcve
The text was updated successfully, but these errors were encountered: