Skip to content
New issue

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

Payment Amount Is Not Proper Show #240

Closed
MITDD6338 opened this issue Dec 16, 2019 · 5 comments
Closed

Payment Amount Is Not Proper Show #240

MITDD6338 opened this issue Dec 16, 2019 · 5 comments

Comments

@MITDD6338
Copy link

paymentShow1

Hello @razorpay
payment Screen is failing for some Value like
I click on pay now and pass on the amount String Format
but when Open Razor pay screen my actual amount is not show
and the wrong amount show.
I get no payment failed message with no description of the error and I will be navigated back to
the initial screen of the payment

I am passing on 200 amount but Razorpay Open the Screen wrong data show

worng data dispaly

How can I Solved them
@razorpay

"react": "16.8.3",
"react-native": "0.59.10",

"react-native-razorpay": "^2.1.24",

@khushal87
Copy link

Any solution ? @MITDD6338

@vivekshindhe
Copy link
Contributor

this is the prefill page where we ask the user to enter their e-mail IDs and mobile number. On clicking proceed it should show you the right amount. Also, please ensure that the amount in the payload is in paisa. Ex: Entering 200 in the payload will create a transaction of 2rs. 20000 will result in 200. @khushal87

@jdarshan5
Copy link

Passing the correct details in prefill did not resolve this problem for me, Can this be due to test key which we are passing into the key field?

@vivekshindhe
Copy link
Contributor

@jdarshan5 can you send the payload object you are sending to the package?

@jdarshan5
Copy link

@vivekshindhe
here it is
name: 'name', description: 'description', amount: 'amount in string format', currency: 'INR', key: 'rzp_test_xxxxxxxxxxxxxx', order_id: 'orderid' prefill: { email: 'blah@blah.com', contact: 1212121212, name: 'Blah Blah', },

Versions:
"react-native": "^0.63.4"
"react-native-razorpay": "^2.2.9"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants