MUWE OpenAPI
MUWE OpenAPI is the partner-facing payment API for merchant digitization in Mexico.
The first documentation set covers the core Upay-compatible payment flow:
- API request format and signing.
- Terminal identity and key usage.
- Transaction creation with barcode payment and QR pre-create.
- Query, refund, cancel, and revoke lifecycle operations.
Use this documentation as the integration contract for bank, processor, and acquiring partners.
Base URL
text
https://vsi-api.shouqianba.comProduction MUWE endpoints may use a market-specific host. The API path and request signing model stay stable unless a versioned contract says otherwise.
Integration Model
- Activate or check in the terminal to obtain
terminal_snandterminal_key. - Build UTF-8 JSON request bodies.
- Sign each request body with the terminal key.
- Submit transaction requests.
- Query uncertain transactions until a final order status is reached.