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
The text was updated successfully, but these errors were encountered:
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
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
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 :
The text was updated successfully, but these errors were encountered: