简体   繁体   中英

I'm facing an issue with payment gateway using the razorpay APIs

I have added the live API to the Manifest but it is not working somehow test API is working fine. I am getting this below error

 {"error":{"code":"bad_request_error","description":"the id provided
does not exist"}}

any help would be appreciated.

I have installed the latest SDK , tried correcting some code, compared the code with razor pay's sample android app but still no luck. And the API is working fine with sample app; I don't see any issue with it.

{"error":{"code":"bad_request_error","description":"the id provided does not exist"}}

this is the error I am getting

remove order id provided by razor pay don't use order id while testing

option.put("order_id","order_9A") remove this line

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM