创建订单时如何使用Stripe Orders API收到“卡片错误”?

问题描述 投票:0回答:1

使用Stripe Orders API,尽管无法提供或处理任何信用卡信息,create order方法仍可以返回'card_error'。

错误:

{
  "error": {
    "code": "order_creation_failed",
    "doc_url": "https://stripe.com/docs/error-codes/order-creation-failed",
    "message": "Order creation failed while contacting the provider.",
    "type": "card_error"
  }
}

当创建脱机订单时不支持添加卡信息时,如何获得'card_error'?>

使用Stripe Orders API,尽管无法提供或处理任何信用卡信息,但create order方法可以返回'card_error'。错误:{“错误”:{“代码”:“ ...

stripe-payments orders
1个回答
0
投票

[如果您选择使用自己的方式来计算税款或发送错误,则抛出该错误或返回该错误可能会导致'card_error',因为它无法创建订单的订单项。错误代码不是特别好,但是可以测试并且可以重复。

© www.soinside.com 2019 - 2024. All rights reserved.