Hello Everyone. Just want to ask. Anyone tried int...
# suitescript
b
Hello Everyone. Just want to ask. Anyone tried integrating stripe without using any middleware? I'm trying to process stripe payment via suitelet and I've already build a form but I'm getting an error upon loading stripe library file in suitelet. Any ideas what's wrong? Your suggestions are highly appreciated. Thanks,
b
In general those types of libraries are written to run in node or the browser
The suitescript environment is neither
You can try sharing what error you have with which library, but your expectation should be to use the library in the environment it should run in, or
Modify it to work in suitescript, or write your own code to interact with stripe's api
General warning, you are doing something wrong if you get a credit card number serverside
b
Hi @battk Thanks for the reply. is there a way to process the submission of payment form in the client side? I need to push it in stripe.
b