接口 IAlipayService

所有已知实现类:
AlipayServiceImpl

public interface IAlipayService
  • 方法详细资料

    • getAppId

      String getAppId(AliPayType aliPayType)
      获取APPid
      参数:
      wxPayType -
      返回:
    • checkOrder

      StatusResult checkOrder(Order order)
      校验订单
      参数:
      order -
      返回:
    • checkRefundOrder

      StatusResult checkRefundOrder(Order order)
      校验退款订单
      参数:
      order -
      返回:
    • nativePay

      StatusResult nativePay(String orderId, AliPayType aliPayType, String notifyUrl)
      支付宝扫码支付
      参数:
      orderId -
      aliPayType -
      notifyUrl -
      返回:
    • appPay

      StatusResult appPay(String orderId, String notifyUrl)
      APP支付
      参数:
      orderId -
      notifyUrl -
      返回:
    • h5PayNoSdk

      void h5PayNoSdk(jakarta.servlet.http.HttpServletResponse response, String orderId, String returnUrl, String notifyUrl)
      H5支付 没有SDK
      参数:
      response -
      orderId -
      returnUrl -
      notifyUrl -
    • h5Pay

      void h5Pay(jakarta.servlet.http.HttpServletResponse response, String orderId, String returnUrl, String notifyUrl)
      H5支付
      参数:
      response -
      orderId -
      returnUrl -
      notifyUrl -
    • pcPay

      void pcPay(jakarta.servlet.http.HttpServletResponse response, String orderId, String returnUrl, String notifyUrl)
      Pc支付
      参数:
      response -
      orderId -
      returnUrl -
      notifyUrl -
    • tradePay

      StatusResult tradePay(String orderId, String notifyUrl, String authCode)
      支付宝条码支付
      参数:
      orderId -
      authCode - 用户条码
      notifyUrl -
      返回:
    • tradeRefund

      StatusResult tradeRefund(Long orderId, BigDecimal amount, String reason)
      订单退款
      参数:
      orderId -
      amount -
      reason -
      返回:
    • uniTransfer

      StatusResult uniTransfer(AliPayType aliPayType, String orderTitle, String account, String name, BigDecimal amount, String remarks)
      转账
      参数:
      orderTitle -
      account -
      name -
      amount -
      remarks -
    • uniTransferQuery

      StatusResult uniTransferQuery(String orderId)
      通过商户订单号
      参数:
      orderId -
      返回: