问题标签 [stripe-connect]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
production-environment - 暂存中的 Stripe Connect 客户数据
我想使用我的生产数据库的克隆,并能够在使用Test API Key的暂存环境中加载使用Live API Keystripe_customer_id
创建的用户。有没有办法“重新创建”或生成新的暂存用户数据?stripe_customer_ids
stripe-payments - 使用 PayumStripeBundle 进行条纹连接付款
我有一个 Stripe 帐户,它已经有一个平台。它已经用 OAuth 完成了,Api 返回了我等等。我access_token
的问题是。Payum 包使用 stripe.js 或条纹结帐付款,但使用 Stripe 的平台付款是不同的。我该怎么做使用 PayumBundle 通过 Stripe 的平台付款(我需要 PayumBundle)。这是一个简单的文档
这是什么TOKEN?它是当前交易令牌还是 OAuth 在连接期间给我的令牌?
stripe-payments - 条纹帐户卡号
我有一个 Stripe 的平台并且已经有连接的账户。我需要做的就是在连接的用户之间转账,这就是为什么我已经建立了 Stripe 的连接。我的问题是:如果用户已经连接到我的平台,他/她是否每次通过 Stripe 平台付款时都必须输入信用卡详细信息?
php - 在 Stripe 中为帐户收费
我正在尝试使用 Stripe 实现付款,我正在使用 Stripe connect。
我正在阅读“通过平台充电”的文档,它说:
我有PLATFORM_SECRET_KEY
, 和CONNECTED_STRIPE_ACCOUNT_ID
(从 oauth 流中通过条带连接获得),但是需要TOKEN
什么?
我已经读过可以从“条带形式”中获得令牌,但是如果我需要向我的用户请求卡数据,那么“连接”条带帐户有什么意义呢?
我是否错过了流程中的某些内容?
有没有办法从用户帐户创建令牌?
我需要创建客户吗?
注意:我是条纹支付的新手。
python - 使用 Stripe 充电时“没有这样的客户”
我正在使用 Stripe API 进行测试,但我无法让这个基本的“市场”场景工作。场景是买家从卖家那里购买,应用程序有费用。
我的设置:
这会导致错误:
我究竟做错了什么?
stripe-payments - 在创建帐户时设置“display_name”属性
创建帐户时,如何设置“display_name”属性?
我检查了文档(https://stripe.com/docs/api/php#create_account),在他们的示例响应中,display_name 设置为“Stripe.com”。
目前,在我的应用程序中,它设置为“MyProject.com”。
ruby-on-rails - stripe callback redirecting http instead https uri
I'm using stripe connect on my website, and when a user in production tries to connect his stripe account to my web site, I have the following error in the stripe callback :
whereas my redirecti URIS in my stripe application setting is https://www.mywebsite.com/stripe_connections/callback
here is my controller :
I'm using heroku and paying the SSL add-ons already. I don't know why stripe is returning http instead of https. Does anyone have an idea? thx.
ps: this has already worked before in production and works in the beta version of the website
javascript - Window.opener 不适用于条带连接弹出窗口
我在我的项目中集成了条带连接,条带验证窗口在弹出窗口中打开,当它关闭时父窗口重新加载。
几天前我工作得很好,但现在它给了我 window.opener is null 错误以下是我的代码
oauth - 在 Stripe Connect OAuth 回调之后将应用程序用户与 Stripe 用户关联
我需要在我的项目中实现 Stripe Connect,所以我正在遵循本指南
OAuth 流程运行良好,我在 /stripe/callback 端点中收到了预期的 JSON 响应 -
现在我的问题是:如何将此返回的对象与我的应用程序中的用户关联?
我没有在我的应用程序中使用 cookie,因为我的所有路由都用于与客户端无关的 REST API。我通常在标头中使用令牌来识别客户端用户。
但是在这种情况下,当 Stripe 重定向时,我没有得到任何信息来告诉我哪个用户在 Stripe 中注册了。
ios - 将 Stripe Api 与 Swift IOS 和 Parse 后端一起使用
嗨,我正在使用 Swift 开发一个 IOS 应用程序,但在询问 Stripe API 以接受付款时遇到了一些问题。我已经能够从 Stripe 生成令牌并使用 Swift,但我一直坚持获取有关如何使用 Parse 后端处理费用的教程或适当文档。我对这一切都很陌生,不知道从哪里开始。根据我阅读的文档,我需要创建某种 Parse Cloud Code Function。任何关于我应该从哪里开始理解所有这些或任何一般帮助的想法将不胜感激!
PS 我也希望使用 Stripe Connect,如果你能引导我找到更多关于这个的方向