cost 69 ms
我正在尝试使用 Stripe 和 NextJS 13.2.3 设置 webhook - I am trying to setup of a webhook using Stripe and NextJS 13.2.3

我能够通过内置的 Stripe 页面成功结帐我的购物车,并且我被重定向到我的 successUrl 路由。 我的本地测试 webhook 按预期被调用。 但是,当我包含验证请求来自 Stripe 的代码时,出现了一些错误。 这是我在 NextJS 中的 webhook 我正在使用 Stripe C ...

Stripe:当最初没有收集付款方式时,如何在创建订阅后向用户收费 - Stripe: How to charge user after subscription already created, when no payment method initially collected

我很困惑我是否应该创建一个全新的订阅(并在以下订阅中丢失一些数据)或者我是否可以使用状态已从trial变为active的现有订阅。 我是否使用付款意向、添加付款方式或使用提供的某些特定订阅方式? 这些文档是一本曲折的小说(我正在阅读),在我继续阅读的过程中现在抛出了这个问题。 任何帮助表示赞赏 ...

使用 stripe、node 和 express 成功处理 2 笔付款或退款 - Successfully process 2 payments or refund to both, using stripe, node, and express

我将使用 node express 和 stripe 来处理我的用户的付款。 在极端情况下,它必须按顺序处理 2 个用户的付款。 如果第二笔付款处理失败,则必须退还第一笔付款。 存储用户的支付信息/选项。 如何实施? ...

如何为新的 Stripe 订阅提供折扣? - How to give discount on new Stripe subscription?

我们有一个独立于 Stripe 的免费订阅概念。 当用户注册付费订阅时,我们希望立即向他们收费,但仍会兑现任何剩余的免费期。 我知道我可以使用试用期来延迟 Stripe 订阅的开始,但我们想立即收费以确认有效的信用卡详细信息。 是否可以为新订阅提供折扣,以考虑用户剩余的空闲时间? 例如,如果今天是 ...

Stripe webhooks 以监控客户是否有有效的付款方式 - Stripe webhooks to monitor whether customer has an active payment method

我网站上的客户在用户注册时使用 Stripe Billing 门户输入付款方式(卡或 ACH)。 我可以使用什么 webhook 来监控他们是否至少有一种有效的付款方式? 我知道我可以在创建付款方式时使用 customer.source.created,在删除来源时使用 customer.sourc ...

PaymentIntent 需要一种支付方式——React,Django Rest - The PaymentIntent requires a payment method — React, Django Rest

我有一个 React 应用程序和一个 Django Rest API。 我的目标是让 PaymentRequestButtonElement 正常工作。 在我的 Stripe 仪表板(测试模式)中,我得到以下日志: 但是在“付款”选项卡中,我得到以下信息: 这是我的 React 组件: 这是我的 ...

使用条带创建 sepa 授权 - Creating sepa mandates with stripe

我想为['sepa_debit', 'card']创建支付选项来支付订阅费用,据我所知,对于 sepa,需要授权以确保确实存在协议。 我想知道如何设置它。 api https://stripe.com/docs/api/mandates没有提供创建授权的方法,所以我在我的节点应用程序中尝试通过se ...

DEBIAN 服务器上的 Stripe CLI,如何让它在后台“监听”新请求并继续使用控制台? - Stripe CLI on DEBIAN server, how do I make it "listen" to new requests in the background and continue using the console?

我想在我的 debian(10.1) 服务器上使用 Stripe CLI 和 WEBHOOKS 事件。 我已经设法让一切正常工作,但我的问题是当我运行时: stripe listen --forward-to localhost:8000/foo/webhooks/stripe/ 我不能再使用控制 ...

付款成功消息不会从 Stripe 发送到 React 应用程序 - Payment success message doesn’t make it to from Stripe to React app

我有一个正在 Vercel 上测试的 React 应用程序。 该应用程序是使用 create-react-app 创建的。 我有一个 Stripe 帐户和一个 Django REST API,托管在 Heroku。 我正在使用PaymentRequestButtonElement生成一个动态的 Ap ...

如何将connect账户中的钱转入stripe账户,Stripe Payment - How to hand over money in connect account to stripe account, Stripe Payment

我在 Stripe 中使用Connect Account ,将资金转账到我项目中的会员银行账户。 转帐每月进行一次(每月 5 日)。 如果会员退出我的网站,我想在5号之前把connect账户的钱交给一个系统账户(我的stripe账户)。 我能做什么? 我会使用什么 api? PS:我的项目运行在 ...

使用 Netlify 部署后,我遇到了条带结帐重定向到条带支付页面的问题 - I am having an issue with stripe checkout redirecting to the stripe payment page once deployed with Netlify

您好,我正在尝试将条带结帐集成到我的网络应用程序中。 每当我单击应该将您重定向到条带结帐页面的“购买按钮”时,我都会收到此错误 VM97:1 Uncaught (in promise) SyntaxError: Unexpected token '<', "I have a Node.js & ...

初始化 Stripe 支付页面和提交银行卡详细信息时收到错误 - Receiving errors when initializing Stripe payment page and when submitting card details

在我保存信用卡的 Angular/typescript 页面上,我收到 2 个我无法修复的不同错误。 我只能找到类似的在线链接: How to change stripe locale when the stripe variable has been initialized 当页面首次加载并且 S ...


 
粤ICP备18138465号  © 2020-2025 STACKOOM.COM