#saleem_14829
1 messages · Page 1 of 1 (latest)
it's not going to be possible to know what's going on from that error log alone. I suggest you add additional logging / debugging statements in your code and step through it to figure out what's going wrong
like i mentioned, you need to step through your code in your server to figure out what's going on. That error message means nothing and doesn't provide any meaningful information.
i tried debugging at api level but its returning null
/home/booqy/nodevenv/api.booqy.in/18/lib/node_modules/stripe/cjs/RequestSender.js:322
App 11262 output: at /home/booqy/nodevenv/api.booqy.in/18/lib/node_modules/stripe/cjs/RequestSender.js:322:37
in stripe node package requestSender.js its getting error
its working well in local machine with same code
I'm sorry, but unless you can point me to which line of your code is generating that error at least, there's nothing which I can do to help any further. Bookq also seems to be an entirely separate third party solution, so if you're using a third party plugin to integrate Stripe instead, you might want to reach out to that third party plugin instead.
We mainly help with developers who want to integrate directly with the Stripe API here on this channel
can you refer any link how to integrate api directly
this might be a good place to start : https://stripe.com/docs/payments/online-payments - you can go through the guide that fits your use case