【发布时间】:2019-09-30 22:49:41
【问题描述】:
我有订阅,我在注册时收集卡详细信息,试用 7 天,之后订阅按月计费。
据我了解,订阅 API 不符合 SCA。而是
- 在收集卡详细信息时,
off_session付款意图必须first be setup。 - 必须在每个月末触发调度程序以尝试对the registered card 收费。
是这样吗?我现在负责安排付款吗?
更新
对于那些想要一些入门代码的人,I created a working playground here with subscriptions, frontend (react) and backend (express) on glitch。
【问题讨论】:
标签: stripe-payments