payment_send

Sends payment QR code images to customers via message attachment.

8.4k|1.4k|Updated Apr 24, 2024
One-click install
npx skills add https://github.com/TeamWiseFlow/wiseflow --skill payment-send
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: payment_send
Source: https://github.com/TeamWiseFlow/wiseflow/tree/main/addons/officials/crew/sales-cs/skills/payment_send
Command: npx skills add https://github.com/TeamWiseFlow/wiseflow --skill payment-send

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the problem of manually sending payment QR codes to customers when a clear purchase intention appears.

Core Features & Use Cases

  • Payment QR dispatch: Sends a pre-stored payment QR image to the customer using the messaging tool.
  • Mode-aware purchasing: Supports club (168), subs (488), and topup (100) payment modes so you can match the customer’s selection.
  • Conversion-focused flow: Helps move from “I want to buy” to “here’s how to pay” to accelerate成交.

Quick Start

When the customer confirms they want to pay, call the payment_send skill so it sends the QR attachment and then prompts the customer with a扫码付款提示.

Frequently Asked Questions about payment_send

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I send a payment QR code to close a sale in WeChat?

To send a payment QR code, use the payment_send function to dispatch a pre-stored QR image as a message attachment to the customer. This directly facilitates customer conversion by providing immediate purchase checkout instructions.

Can I use different purchase checkout modes like club, subs, and topup?

Yes, purchase checkout supports club (168), subs (488), and topup (100) payment modes. You can match the specific payment mode to the customer's selection before dispatching the corresponding QR code.

When should I send purchase QR codes to customers?

You should send purchase QR codes when a customer has expressed clear buying intent and needs immediate payment instructions. This accelerates the conversion flow by moving directly from purchase desire to the checkout step.

How does QR code attachment sending work for customer conversion?

QR code attachment sending works by dispatching a pre-existing payment QR image via a messaging tool using the sendAttachment action. After sending the attachment, the system prompts the customer with a checkout scanning instruction to complete the purchase.

What's the best way to handle immediate purchase checkout after a customer confirms buying intent?

The best way to handle immediate purchase checkout is to automatically send a pre-stored payment QR code image matching their selected mode. This eliminates manual steps and immediately prompts the customer to scan and pay.

Do I need to manually generate a new WeChat QR code for each transaction?

No, you do not need to manually generate a new QR code for each transaction. The system dispatches a pre-existing payment QR code image based on the selected payment mode, such as club, subs, or topup.