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

Razorpay Error: Razorpay paymentId missing for payment verification #298

Open
cshemantsinghsparx opened this issue Dec 6, 2021 · 4 comments

Comments

@cshemantsinghsparx
Copy link

cshemantsinghsparx commented Dec 6, 2021

I am sending the request to complete the payment through the Magento 2.4.2 REST API but facing payment id issues while ordering the product.

Payload:

{ "email": "cs.hemantsinghsparx@gmail.com", "cart_id": 266, "billing_address": { "email": "cs.hemantsinghsparx@gmail.com", "region": "Uttar Pradesh", "region_id": 566, "region_code": "UP", "country_id": "IN", "street": ["Noida, Noida"], "postcode": "201301", "city": "Noida", "telephone": "7992293862", "firstname": "Hemant", "lastname": "Singh" }, "paymentMethod": { "method": "razorpay", "additional_data":{ "cc_cid":"123", "cc_type":"VI", "cc_exp_year":"2021", "cc_exp_month":"3", "cc_number":"4111111111111111" } } }

Error :
error

@cshemantsinghsparx cshemantsinghsparx changed the title Razorpay Error: Razorpay Error: Razorpay paymentId missing for payment verification Razorpay Error: Razorpay paymentId missing for payment verification Dec 6, 2021
@ramth05
Copy link
Contributor

ramth05 commented Dec 6, 2021

@cshemantsinghsparx
Copy link
Author

cshemantsinghsparx commented Dec 6, 2021

Can you please explain why i should use GraphQL ? if my whole android application is designed in such a way that where i have to send the request to make payment using API.

does Razorpay not support payment using api ? @ramth05

@cshemantsinghsparx
Copy link
Author

Hello @ramth05 can you please update ?

@ramth05
Copy link
Contributor

ramth05 commented Dec 7, 2021

Hello @ramth05 can you please update ?

No, currently only GraphQL supported.

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

2 participants