


WeChat payment development (11) Native payment, native payment
Keywords: WeChat public platform WeChat payment Native payment
Author: Fangbei Studio
Original text :http://www.cnblogs.com/txw1958/p/wxpay-native.html
In this WeChat public platform development tutorial, we will introduce how to develop the Native function of WeChat payment.
This article is divided into the following three parts:
1. Generate Native payment URL
Native (native) payment URL is a series of URLs with the prefix weixin://wxpay/bizpayurl?, followed by a series of key-value pairs that identify the merchant. The rules for Native payment URL are as follows:
weixin://wxpay/bizpayurl?sign=XXXXX&appid=XXXXXX&productid=XXXXXX×tamp=XXXXXX&noncestr=XXXXXX
The generated code is as follows
<span>1</span> <?<span>php </span><span>2</span> <span>include_once</span>("WxPayHelper.php"<span>); </span><span>3</span> <span>$wxPayHelper</span> = <span>new</span><span> WxPayHelper(); </span><span>4</span> <span>echo</span> <span>$wxPayHelper</span>->create_native_url("1234567890"<span>); </span><span>5</span> ?>
The productid is the unique ID of the product. Developers need to define and maintain their own product ID. This ID is equivalent to an order. The WeChat backend uses this ID to obtain transaction information through the POST merchant backend.
The URL generated by the above code is as follows:
weixin://wxpay/bizpayurl?appid=wxb489e8caeabcdefg<span>&noncestr</span>=BBvdr5atZ9D7s08X<span>&productid</span>=1234567890<span>&sign</span>=e15d2466a85cd62b530e2f690604e7502f67ccb5<span>×tamp</span>=1408025996
2. Generate QR code
You can use a third-party interface to generate a QR code, or you can use your own code or plug-in. Here we introduce PHP QR Code.
PHP QR Code is a PHP QR code generation library that can be used to easily generate QR codes. The official website provides downloads and multiple demonstration demos. View address: http://phpqrcode.sourceforge.net /.
The syntax for generating QR codes is very simple, just fill in the URL as a parameter. Examples are as follows
<span>include</span> 'phpqrcode.php'<span>; QRcode</span>::png('http://www.cnblogs.com/txw1958/');
This generates a payment QR code.
3. Generate Package
When the user scans the above QR code, the Native payment URL will be called. The URL needs to call the order information Package and return it to the user. This Package is implemented by create_native_package() of the WxPayHelper class. The calling code is as follows:
<span> 1</span> <?<span>php </span><span> 2</span> <span>include_once</span>("WxPayHelper.php"<span>); </span><span> 3</span> <span> 4</span> <span>$commonUtil</span> = <span>new</span><span> CommonUtil(); </span><span> 5</span> <span>$wxPayHelper</span> = <span>new</span><span> WxPayHelper(); </span><span> 6</span> <span>$wxPayHelper</span>->setParameter("bank_type", "WX"<span>); </span><span> 7</span> <span>$wxPayHelper</span>->setParameter("body", "方倍工作室微信支付开发教程"<span>); </span><span> 8</span> <span>$wxPayHelper</span>->setParameter("partner", "1900000109"<span>); </span><span> 9</span> <span>$wxPayHelper</span>->setParameter("out_trade_no", <span>$commonUtil</span>-><span>create_noncestr()); </span><span>10</span> <span>$wxPayHelper</span>->setParameter("total_fee", "1"<span>); </span><span>11</span> <span>$wxPayHelper</span>->setParameter("fee_type", "1"<span>); </span><span>12</span> <span>$wxPayHelper</span>->setParameter("notify_url", "htttp://www.baidu.com"<span>); </span><span>13</span> <span>$wxPayHelper</span>->setParameter("spbill_create_ip", "127.0.0.1"<span>); </span><span>14</span> <span>$wxPayHelper</span>->setParameter("input_charset", "GBK"<span>); </span><span>15</span> <span>echo</span> <span>$wxPayHelper</span>-><span>create_native_package(); </span><span>16</span> ?>
When the user scans the QR code, he will jump directly to the product page, as shown below
Such a Native payment is formed.
Usually you need to find a third party to write the payment interface, it is more troublesome to do it yourself
Look for the official website, WeChat payment application was opened yesterday

微信文件的过期时间需要根据情况来判断:1、如果发送的文件没有打开过,则在72小时以后微信系统会自动清理掉,即过了三天文件就会过期;2、如果已经查看了微信文件,但是并没有下载(当然已经下载的文件也是一样的),那么文件是可以保留180天的,在这180天以内随时都可以去下载。

区别:1、拉黑后对话框从主页消失,但是聊天记录还在;删除后聊天记录全部消失不见了。2、拉黑后还能发给他,但是收不到他的消息;删除后不能发信息了。3、拉黑后双方都不可见彼此的朋友圈;删除对方以后,你看不到对方的朋友圈了,对方是否能看到你的,取决于设置(允许陌生人查看十张照片)与否,如果设置则可以看到朋友圈。

支持微信付款的购物平台有:1、京东,是中国的综合网络零售商;2、唯品会,是一家在线销售品牌折扣商品的互联网公司;3、拼多多,是社交新电商领导者,更懂消费者的购物平台;4、京喜,是京东旗下生活消费商城;5、蘑菇街,一个电子商务网站;6、聚美优品,是一家以销售化妆品为主的时尚购物网站;7、微店,是一个云推广电子商务平台;8、考拉海购,是一个跨境海淘业务为主的会员电商平台。

微信查看ip地址的方法:1、登录电脑版微信,右键点击屏幕下方的任务栏,点击“任务管理器”;2、弹出任务管理器时,点击左下角的“详细信息”;3、任务管理器进入“性能”选项,点击“打开资源监视器”;4、选择“网络”,勾选微信进程“Wechat.exe”;5、点击下面的“TCP连接”即可监视微信网络IP相关情况,发送消息得到回复就会显示他人的IP地址。

可以。未经过实名认证的微信号,可以绑定他人的银行卡,但在绑定过程中需要提供银行卡的开户人姓名、开户行地址、开户时预留的联系方式及银行卡支付密码;已通过实名认证的微信号,无法绑定他人银行卡,只能添加使用自己身份证办理的银行卡。

不是,一个身份证能绑定5个微信。按照微信当前规定,一个身份证可以实名认证5个微信号;如果已经实名认证了5个微信账号,但是还想要继续实名,就要把已经实名认证的一些不用的微信号清除以后,才可以再实名认证新的微信号。

电脑微信打字打一个少一个是因为开启了改写状态,其解决办法:1、打开电脑微信;2、在微信聊天窗口输入对话文字内容;3、找到并按下键盘上的Insert键即可正常输入文字内容。

财付通是微信,是腾讯公司旗下的第三方支付平台,其核心业务是协助在互联网上进行交易的双方完成支付和收款,其使用方式是:1、进行账户注册及登录;2、进行账户充值;3、根据需求设置快捷支付;4、通过打开微信支付或QQ钱包查询交易账单。


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

Dreamweaver Mac version
Visual web development tools

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.

Atom editor mac version download
The most popular open source editor

VSCode Windows 64-bit Download
A free and powerful IDE editor launched by Microsoft

SublimeText3 Chinese version
Chinese version, very easy to use
