Add ZPay and Stripe payment documentation and images#558
Add ZPay and Stripe payment documentation and images#558ruibaby merged 3 commits intohalo-dev:mainfrom
Conversation
ruibaby
commented
Feb 27, 2026
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Add detailed Stripe integration instructions to the shop payments guide: steps for logging in/registering, retrieving API keys, creating a webhook (selecting checkout.session.completed), endpoint URL format, and obtaining the webhook signing secret. Update form field hints for API Key and WebHook Secret. Include six accompanying screenshots under static/img/user-guide/shop/ to illustrate the webhook setup.
There was a problem hiding this comment.
Pull request overview
This pull request adds comprehensive documentation for two new payment methods: ZPay (易支付) and Stripe. The changes include detailed setup instructions, API configuration guides, webhook setup, and visual aids.
Changes:
- Added ZPay payment method documentation with registration, channel setup, and Halo configuration instructions
- Added Stripe payment method documentation with account setup, API key retrieval, webhook configuration, and Halo integration steps
- Updated terminology from "是否启用" to "启用" across all payment method configuration sections for consistency
- Updated screenshot reference from
settings-payments-create.pngtosettings-payments-create-2.23.pngto reflect UI changes - Added new image file
settings-payments-stripe-4.pngfor webhook endpoint configuration
Reviewed changes
Copilot reviewed 1 out of 13 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| docs/user-guide/shop/payments.mdx | Added comprehensive documentation for ZPay and Stripe payment methods, updated terminology consistency, and added all necessary cross-references |
| static/img/user-guide/shop/settings-payments-stripe-4.png | New screenshot image for Stripe webhook endpoint type selection step |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>