收藏
回答

com.github.wechatpay-apiv3,合作伙伴调用Native支付不能信用卡支付吗?

<!--微信支付-->
<dependency>
    <groupId>com.github.wechatpay-apiv3</groupId>
    <artifactId>wechatpay-java</artifactId>
    <version>0.2.12</version>
</dependency>
// 调用下单方法,得到应答
PrepayResponse response = service.prepay(request);
// 使用微信扫描 code_url 对应的二维码,即可体验Native支付
System.out.println(response.getCodeUrl());
Map<String, Object> map = new HashMap<>(1);
map.put("codeUrl", response.getCodeUrl());
return map;


回答关注问题邀请回答
收藏

1 个回答

  • Memory (私信不回复)
    Memory (私信不回复)
    06-27

    是否能使用信用卡支付取决于你的商户号

    06-27
    有用
    回复 3
    • 😏
      😏
      06-28
      是要在商户号的什么地方设置一下吗?
      06-28
      回复
    • Memory (私信不回复)
      Memory (私信不回复)
      06-28回复😏
      商户号如果异常了就不支持信用卡支付,可以先打95017联系客服确认一下商户号是否正常
      06-28
      1
      回复
    • 😏
      😏
      06-28
      好的,在违规记录那里,确实找到一条待处理记录!!!感谢
      06-28
      回复
登录 后发表内容