我必须将Stripe连接到我的laravel项目,但是当我开始这个过程时,我遇到了这个错误消息:Unexpected error communicating with Stripe.If this problem persists, let us know at support@stripe.com.我在stackoverflow上发现一个人犯了同样的错误,答案是将TLS 1.0升级到TLS 1.2。我尝试过here,但什么也没有发生
我正在尝试开发一个带条纹连接的直接充电流// Set the connected Stripe Account当我使用charges API时,情况并非如此,但是现在对于intents,我似乎必须这样做。很奇怪,我需要用一个connected_customer初始化条带,因为它可能有超过一个connected_accounts,但是他