1 个仓库
Financial transaction capabilities specifically integrated for mini-program environments.
Distinct from Cloud-Integrated Mini Programs: Focuses on payment execution (orders, refunds) rather than general cloud backend capabilities
Explore 1 awesome GitHub repository matching mobile development · Payment Processings. Refine with filters or upvote what's useful.
该项目是一个多网关支付 SDK,提供了一个统一的 API 和抽象层,用于集成多个支付提供商。它将高级支付操作映射到特定于提供商的 API 调用,并通过统一的响应标准化系统标准化不同的输出。 该 SDK 支持多租户配置,允许单个运行时实例为不同的业务账户隔离凭据和设置。它具有基于插件的架构,能够通过抽象类实现添加自定义支付网关。 其功能面涵盖了端到端的支付生命周期,包括跨 Web、移动和 QR 渠道的订单发起、状态查询、资金冻结和退款处理。它包括用于自动证书轮换和传入 Webhook 数字签名验证的安全实用程序。其他功能领域包括财务对账、具有活体检测的身份验证以及电子发票和利润分成管理。
Handles order creation and refund requests specifically for users within mini-program environments.