Skip to main content

When Receiving WeChat Pay Event Push

When a user completes a payment or a merchant completes a refund, WeChat will send the result notification to the merchant. The notification URL is configured via the "notify_url" request parameter in the Basic Payment or Apply for Refund interface.

Now you can use a workflow to receive WeChat Pay callback notifications and process and update your business data within the workflow.

Configuration Item Description​

Enabled​

Whether this trigger method is enabled. If disabled, it cannot receive WeChat Pay event push and trigger the workflow anymore.

Push URL​

The interface URL for receiving WeChat Pay result notifications. When calling the Basic Payment or Apply for Refund interface, set the "notify_url" request parameter to this URL.

WeChat Pay Credentials​

For account credentials of WeChat Pay, you can refer to the Account Credentials - WeChat Pay section.

Usage Example​

Refer to the Tutorial: Build a Workflow for Processing WeChat Message Push