Relative Content

Tag Archive for javascriptarraysstripe-payments

passing dynamic values to stripe checkout

I’m facing an issue with passing values in stripe checkout, I want to pass my shopping cart object to stripe checkout that’s in my mongodb database. I tried finding my cart.products array and passing that in, but I get errors. Can someone please tell me what I’m missing or doing wrong, I’m passing the array in a structure of how stripe likes it to be. If there is any more information that you need Id be happy to send it. Thank you