【发布时间】:2021-02-22 13:14:30
【问题描述】:
没有可用于此商家的可接受的卡。
【问题讨论】:
-
我在谷歌支付网关中有错误。是否显示此商家没有可用的已接受卡。如何克服这个错误?
标签: google-pay
没有可用于此商家的可接受的卡。
【问题讨论】:
标签: google-pay
这是我之前为类似问题提供的答案:There are no accepted cards available for use with this merchant - Google Pay
它与 API 中请求的支付方式和用户可用的卡的交集有关。
如果您无法使用 Google Pay 使用的真实付款方式,则可以按照https://developers.google.com/pay/api/web/guides/resources/test-card-suite 或https://github.com/google-pay/google-pay-button/discussions/70 中概述的流程使用测试卡。
该过程涉及登录和加入googlepay-test-mode-stub-data 组。请注意,这可以是您的主要 Google 帐户,也可以是您用于测试目的的单独 Google 帐户。
【讨论】: