Payment Spring Boot is a Java implementation of wechat Payment V3, relying only on some built-in Spring libraries. The configuration is simple and convenient, allowing developers to quickly connect Spring Boot applications to wechat Pay.

Sample: payment-spring-boot-samples

Documentation: Payment Spring Boot documentation

If you have any questions, please submit the ISSUE and we will follow up in time. Welcome Star and PR contribution.

1.0.3.SNAPSHOT has entered the beta phase

The current function

  • Realize wechat Pay multi-merchant
  • Integrate Alipay SDK and quickly access Spring Boot
  • Realize wechat Pay V3 basic payment
  • Realize wechat Pay V3 single payment
  • Realize wechat Pay V3 voucher
  • Achieve wechat pay V3 wechat pay points
  • Realize wechat Pay V3 premium card

Maven central repository coordinates

The coordinates of the latest version are:

<dependency> <groupId>cn.felord</groupId> <artifactId>payment-spring-boot-starter</artifactId> < version > 1.0.2. RELEASE < / version > < / dependency >Copy the code

Update log

  • Feat: Access to wechat pay
  • Feat: Access for wechat Pay first enjoy card
  • Fix: Problem with incomplete payment callback parameters

Follow our public id: Felordcn for more information

Personal blog: https://felord.cn