I am new to both Stripe API and CORS concept. I basically send a POST request from Angular to my Node js server. The client origin is different to server destination so I have implemented CORS at server side. Using a network tab on Chrome, I can see a preflight request going OK then the actual request failing. I do not actually know what went wrong with it. Could anybody give me some advice or explain what I am missing here? Thank you in advance
Server Side (Node JS)