标签: python stripe-payments
如果我通过Stripe API创建Charge对象并且该卡有效,但是收费被拒绝,这会导致什么错误?它似乎不可能在测试沙箱中模拟这个错误,我希望能够捕获它(并在测试中模拟它),但文档并不清楚点。
答案 0 :(得分:2)
这会触发拒收费用card_error并可以使用此卡号触发:4000000000000002: Charge will be declined with a card_declined code.
card_error
4000000000000002: Charge will be declined with a card_declined code.