#robertotmuniz
1 messages · Page 1 of 1 (latest)
Hi there 👋 you will need to include that parameter when initially creating the Payment Intent, it cannot be added later.
I understand, but when I add it to the create checkout session it receives the parameters.
I believe it may be a problem with the firebase extension with stripe
cs_test_b1yv9WNWE5cvLOONH3HJBneGN5GNXj3yAqjRSt38FvIAj697lahYqcAz5L
It's possible, I'm not certain offhand whether that extension supports that parameter when creating Checkout Sessions. Looking at your code though, I see the Account ID is wrapped in double curly brackets, does the behavior you're experiencing remain the same when you leave those wrapping the Account's ID?
I can try to remove the two square brackets and I'll try again, you suggested leaving only the ""?
That's correct, leave the quotes as that parameter is expecting a string.
Thank you very much, I will test