2 repository-uri
Tools that compute signatures and parameters needed to initiate payments from mini-program front ends.
Distinct from Mini Program Development: Distinct from Mini Program Development: focuses specifically on generating payment initiation parameters, not general mini-program development frameworks.
Explore 2 awesome GitHub repositories matching part of an awesome list · Payment Parameter Generators. Refine with filters or upvote what's useful.
GoPay is a Go SDK that aggregates multiple Chinese and international payment gateways behind a single, unified interface. It provides a consistent API for creating payment orders, processing refunds, handling asynchronous gateway callbacks, and querying transaction statuses across providers like Alipay and WeChat Pay. The SDK abstracts away the differences between individual payment gateways through a gateway-agnostic interface, with built-in callback signature verification, error-code normalization, and request-response serialization. It includes dedicated client factories for each payment p
Generates the signed parameters required to start a payment from a mini-program front end.
wechatpy is a Python API SDK designed for interacting with official accounts, mini programs, and corporate communication APIs. It provides a unified interface for managing users, media, and messages, and includes a bot framework for processing incoming events and generating structured responses. The project implements a component-based client factory to perform actions across different account types and orchestrates OAuth2 flows for identity verification. It features an event-driven bot architecture and a pluggable token storage system to persist authentication sessions across environments.
Produces required signatures and parameters to trigger payment interfaces within a browser or mobile app.