


How can users pay with Alipay and WeChat directly to the merchant's bank card?
How can the user pay with Alipay and WeChat directly to the merchant’s bank card?
This function seems impossible to implement, but some companies have indeed done it, and I have also tested it.
The process is as follows: The other party gave me a QR code to collect money, and then I paid using WeChat. After the payment was completed, the other party received a text message directly reminding: Such-and-such bank has received payment * yuan. (It takes less than half a minute from the time I pay to the other party receiving the SMS reminder)
How is this done?
My idea: After the user completes the WeChat payment, WeChat will directly transfer the money to a company's corporate bank account, and then the corporate bank account will directly transfer the money to the merchant's bank card.
There is a question about this idea: How does WeChat or Alipay payment go directly to the company's account.
Reply content:
How can the user pay with Alipay and WeChat directly to the merchant’s bank card?
This function seems impossible to implement, but some companies have indeed done it, and I have also tested it.
The process is as follows: The other party gave me a QR code to collect money, and then I paid using WeChat. After the payment was completed, the other party received a text message directly reminding: Such-and-such bank has received payment * yuan. (It takes less than half a minute from the time I pay to the other party receiving the SMS reminder)
How is this done?
My idea: After the user completes the WeChat payment, WeChat will directly transfer the money to a company's corporate bank account, and then the corporate bank account will directly transfer the money to the merchant's bank card.
There is a question about this idea: How does WeChat or Alipay payment go directly to the company's account.
Because WeChat and Alipay cooperate with UnionPay. UnionPay opens interfaces to them, so they have payment permissions.
The process is roughly as follows: you scan the QR code and the money is transferred to the public account of Alipay and WeChat. . The background detects the order status, etc., and then transfers it to the merchant's bank card through the UnionPay interface.
It’s very simple. I don’t know where you feel it seems impossible to achieve. . Technology is not the difficulty, the difficulty is applying for a formal and legal payment license.
Many domestic payment platforms do not allow legal payment and photo taking. . When paying, you just transfer it to the platform's personal account through personal transfer, record it through the remark information, and then transfer it to the merchant's bank card. . . . This is illegal.
Technology is not the difficulty, the difficulty is applying for a formal and legal payment license.
What the person above said is right, the technology of this thing is not a problem, it’s just that it’s hard to get a license.
Only the process is roughly:
<code>钱从客户的支付宝或者微信账户转到商家的支付宝或者微信账户</code>

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

PHP 8.4 brings several new features, security improvements, and performance improvements with healthy amounts of feature deprecations and removals. This guide explains how to install PHP 8.4 or upgrade to PHP 8.4 on Ubuntu, Debian, or their derivati

Visual Studio Code, also known as VS Code, is a free source code editor — or integrated development environment (IDE) — available for all major operating systems. With a large collection of extensions for many programming languages, VS Code can be c

This tutorial demonstrates how to efficiently process XML documents using PHP. XML (eXtensible Markup Language) is a versatile text-based markup language designed for both human readability and machine parsing. It's commonly used for data storage an

A string is a sequence of characters, including letters, numbers, and symbols. This tutorial will learn how to calculate the number of vowels in a given string in PHP using different methods. The vowels in English are a, e, i, o, u, and they can be uppercase or lowercase. What is a vowel? Vowels are alphabetic characters that represent a specific pronunciation. There are five vowels in English, including uppercase and lowercase: a, e, i, o, u Example 1 Input: String = "Tutorialspoint" Output: 6 explain The vowels in the string "Tutorialspoint" are u, o, i, a, o, i. There are 6 yuan in total

Alipay PHP...

This article provides a detailed guide to safe download of Ouyi OKX App in China. Due to restrictions on domestic app stores, users are advised to download the App through the official website of Ouyi OKX, or use the QR code provided by the official website to scan and download. During the download process, be sure to verify the official website address, check the application permissions, perform a security scan after installation, and enable two-factor verification. During use, please abide by local laws and regulations, use a safe network environment, protect account security, be vigilant against fraud, and invest rationally. This article is for reference only and does not constitute investment advice. Digital asset transactions are at your own risk.

Gate.io (Sesame Open Door) is the world's leading cryptocurrency trading platform. This article provides a complete tutorial on spot trading of Gate.io. The tutorial covers steps such as account registration and login, KYC certification, fiat currency and digital currency recharge, trading pair selection, limit/market transaction orders, and orders and transaction records viewing, helping you quickly get started on the Gate.io platform for cryptocurrency trading. Whether a beginner or a veteran, you can benefit from this tutorial and easily master the Gate.io trading skills.

Problem Description When calling Alipay EasySDK using PHP, after filling in the parameters according to the official code, an error message was reported during operation: "Undefined...
