Stripe Connection Error

前端 未结 2 515
挽巷
挽巷 2021-01-17 20:41

I have the follow backend Node.js code to connect to my Stripe account to make a Charge. But I\'m getting this error. I\'m using Firebase Functions, and this functionality u

2条回答
  •  滥情空心
    2021-01-17 20:54

    this is a good one! Firebase blocks external API connections for Free accounts, just get any paid account and this will work!

提交回复
热议问题