条纹订单 API 和产品 API

Stripe Order API and Product API

是否可以在不使用 Stripe 的付款方式 API 的情况下使用 Stripe Orders API?我已经设法创建了一些示例产品并创建了一个订单,并使用示例令牌调用了与支付相关的方法。这一切都有效,但在现场环境中我不清楚会发生什么?订单和产品 API 非常有用,但由于 Stripe 不能与 PayPal 一起使用,我们不能将其用作付款提供商...

Test cards won't work in live mode, so the API would return a card_error when you try to pay an order.