问题描述
今天在进行彻底的测试后,我切换到 Stripe 的真实账户.对于我的第一个客户条带收取两次费用,即使在服务器端我只创建一个客户并发布一次费用.我有一个正在使用的月度订阅计划.
Today after doing thorough testing i switched to Live Account for Stripe. For my very 1st customer stripe charged twice even though on the server side i am creating just one customer and posting a single charge. I have a monthly subscription plan that i am using.
我从未在测试帐户中看到过这个问题.我什至尝试了自己的卡并被收取了两次费用.这两项费用会在 1 秒内发布.我也检查了我的计划,它们设置正确
I never saw this issue in Test Account. I even tried my own card and got charged twice. The two charges are posted within 1 second of each other. I have checked my plan too and they are correctly set up
推荐答案
如果您有按月订阅,将自动收费,订阅自动收费时,您无需发布费用.
If you have a monthly subscription, that will automatically make a charge, there is no need for you to be posting a charge when the subscription does it automatically.
这篇关于每次我创建一个新客户并发布费用时,Stripe 都会收取两次费用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!