扫码支付下单
合作伙伴系统先调用该接口在微信支付服务后台生成预支付交易单,返回正确的预支付交易会话标识后再按Native、JSAPI、APP等不同场景生成交易串调起支付。
请求参数 | 类型 | 描述 |
---|---|---|
json | object | 声明请求的JSON 数据结构 |
sp_appid | string | 合作伙伴应用AppID |
sp_mchid | string | 合作伙伴商户号 |
sub_appid | string | 特约商户应用AppID |
sub_mchid | string | 特约商户号 |
description | string | 商品描述 |
out_trade_no | string | 商户订单号 |
time_expire | string | 交易结束时间 |
attach | string | 附加数据 |
notify_url | string | 通知地址 |
goods_tag | string | 订单优惠标记 |
support_fapiao | boolean | 电子发票入口开放标识 |
amount | object | 订单金额 |
total | number | 总金额 |
currency | string | 货币类型 |
payer | object | 支付者 |
sp_openid | string | 用户标识 |
sub_openid | string | 用户子标识 |
detail | object | 优惠功能 |
cost_price | number | 订单原价 |
invoice_id | string | 商品小票 ID |
goods_detail | object[] | 单品列表 |
merchant_goods_id | string | 商品编码 |
wechatpay_goods_id | string | 微信侧商品编码 |
goods_name | string | 商品名称 |
quantity | number | 商品数量 |
unit_price | number | 商品单价 |
scene_info | object | 场景信息 |
payer_client_ip | string | 用户终端IP |
device_id | string | 商户端设备号 |
store_info | object | 商户门店信息 |
id | string | 门店ID |
out_id | string | 商家自定义编码 |
settle_info | object | 结算信息 |
profit_sharing | boolean | 是否指定分账 |
php
$instance->v3->pay->partner->transactions->scannedpos->postAsync([
'json' => [
'sp_appid' => 'wx8888888888888888',
'sp_mchid' => '1230000109',
'sub_appid' => 'wxd678efh567hg6999',
'sub_mchid' => '1900000109',
'description' => 'Image形象店-深圳腾大-QQ公仔',
'out_trade_no' => '1217752501201407033233368018',
'time_expire' => '2018-06-08T10:34:56+08:00',
'attach' => '自定义数据',
'notify_url' => 'https://www.weixin.qq.com/wxpay/pay.php',
'goods_tag' => 'WXG',
'support_fapiao' => true,
'amount' => [
'total' => 888,
'currency' => 'CNY',
],
'payer' => [
'sp_openid' => 'oUpF8uMuAJO_M2pxb1Q9zNjWeS6o',
'sub_openid' => 'oUpF8uMuAJO_M2pxb1Q9zNjWeS6o',
],
'detail' => [
'cost_price' => 1,
'invoice_id' => 'wx123',
'goods_detail' => [[
'merchant_goods_id' => '由半角的大小写字母、数字、中划线、下划线中的一种或几种组成',
'wechatpay_goods_id' => '微信支付定义的统一商品编号(没有可不传)',
'goods_name' => 'iPhone6s 16G',
'quantity' => 1,
'unit_price' => 528800,
],],
],
'scene_info' => [
'payer_client_ip' => '14.23.150.211',
'device_id' => '013467007045764',
'store_info' => [
'id' => '0001',
'out_id' => 'example_out_id',
],
],
'settle_info' => [
'profit_sharing' => true,
],
],
])
->then(static function(\Psr\Http\Message\ResponseInterface $response) {
print_r(json_decode((string) $response->getBody(), true));
})
->wait();
php
$instance->chain('v3/pay/partner/transactions/scannedpos')->postAsync([
'json' => [
'sp_appid' => 'wx8888888888888888',
'sp_mchid' => '1230000109',
'sub_appid' => 'wxd678efh567hg6999',
'sub_mchid' => '1900000109',
'description' => 'Image形象店-深圳腾大-QQ公仔',
'out_trade_no' => '1217752501201407033233368018',
'time_expire' => '2018-06-08T10:34:56+08:00',
'attach' => '自定义数据',
'notify_url' => 'https://www.weixin.qq.com/wxpay/pay.php',
'goods_tag' => 'WXG',
'support_fapiao' => true,
'amount' => [
'total' => 888,
'currency' => 'CNY',
],
'payer' => [
'sp_openid' => 'oUpF8uMuAJO_M2pxb1Q9zNjWeS6o',
'sub_openid' => 'oUpF8uMuAJO_M2pxb1Q9zNjWeS6o',
],
'detail' => [
'cost_price' => 1,
'invoice_id' => 'wx123',
'goods_detail' => [[
'merchant_goods_id' => '由半角的大小写字母、数字、中划线、下划线中的一种或几种组成',
'wechatpay_goods_id' => '微信支付定义的统一商品编号(没有可不传)',
'goods_name' => 'iPhone6s 16G',
'quantity' => 1,
'unit_price' => 528800,
],],
],
'scene_info' => [
'payer_client_ip' => '14.23.150.211',
'device_id' => '013467007045764',
'store_info' => [
'id' => '0001',
'out_id' => 'example_out_id',
],
],
'settle_info' => [
'profit_sharing' => true,
],
],
])
->then(static function(\Psr\Http\Message\ResponseInterface $response) {
print_r(json_decode((string) $response->getBody(), true));
})
->wait();
php
$instance['v3/pay/partner/transactions/scannedpos']->postAsync([
'json' => [
'sp_appid' => 'wx8888888888888888',
'sp_mchid' => '1230000109',
'sub_appid' => 'wxd678efh567hg6999',
'sub_mchid' => '1900000109',
'description' => 'Image形象店-深圳腾大-QQ公仔',
'out_trade_no' => '1217752501201407033233368018',
'time_expire' => '2018-06-08T10:34:56+08:00',
'attach' => '自定义数据',
'notify_url' => 'https://www.weixin.qq.com/wxpay/pay.php',
'goods_tag' => 'WXG',
'support_fapiao' => true,
'amount' => [
'total' => 888,
'currency' => 'CNY',
],
'payer' => [
'sp_openid' => 'oUpF8uMuAJO_M2pxb1Q9zNjWeS6o',
'sub_openid' => 'oUpF8uMuAJO_M2pxb1Q9zNjWeS6o',
],
'detail' => [
'cost_price' => 1,
'invoice_id' => 'wx123',
'goods_detail' => [[
'merchant_goods_id' => '由半角的大小写字母、数字、中划线、下划线中的一种或几种组成',
'wechatpay_goods_id' => '微信支付定义的统一商品编号(没有可不传)',
'goods_name' => 'iPhone6s 16G',
'quantity' => 1,
'unit_price' => 528800,
],],
],
'scene_info' => [
'payer_client_ip' => '14.23.150.211',
'device_id' => '013467007045764',
'store_info' => [
'id' => '0001',
'out_id' => 'example_out_id',
],
],
'settle_info' => [
'profit_sharing' => true,
],
],
])
->then(static function(\Psr\Http\Message\ResponseInterface $response) {
print_r(json_decode((string) $response->getBody(), true));
})
->wait();
php
$response = $instance->v3->pay->partner->transactions->scannedpos->post([
'json' => [
'sp_appid' => 'wx8888888888888888',
'sp_mchid' => '1230000109',
'sub_appid' => 'wxd678efh567hg6999',
'sub_mchid' => '1900000109',
'description' => 'Image形象店-深圳腾大-QQ公仔',
'out_trade_no' => '1217752501201407033233368018',
'time_expire' => '2018-06-08T10:34:56+08:00',
'attach' => '自定义数据',
'notify_url' => 'https://www.weixin.qq.com/wxpay/pay.php',
'goods_tag' => 'WXG',
'support_fapiao' => true,
'amount' => [
'total' => 888,
'currency' => 'CNY',
],
'payer' => [
'sp_openid' => 'oUpF8uMuAJO_M2pxb1Q9zNjWeS6o',
'sub_openid' => 'oUpF8uMuAJO_M2pxb1Q9zNjWeS6o',
],
'detail' => [
'cost_price' => 1,
'invoice_id' => 'wx123',
'goods_detail' => [[
'merchant_goods_id' => '由半角的大小写字母、数字、中划线、下划线中的一种或几种组成',
'wechatpay_goods_id' => '微信支付定义的统一商品编号(没有可不传)',
'goods_name' => 'iPhone6s 16G',
'quantity' => 1,
'unit_price' => 528800,
],],
],
'scene_info' => [
'payer_client_ip' => '14.23.150.211',
'device_id' => '013467007045764',
'store_info' => [
'id' => '0001',
'out_id' => 'example_out_id',
],
],
'settle_info' => [
'profit_sharing' => true,
],
],
]);
print_r(json_decode((string) $response->getBody(), true));
php
$response = $instance->chain('v3/pay/partner/transactions/scannedpos')->post([
'json' => [
'sp_appid' => 'wx8888888888888888',
'sp_mchid' => '1230000109',
'sub_appid' => 'wxd678efh567hg6999',
'sub_mchid' => '1900000109',
'description' => 'Image形象店-深圳腾大-QQ公仔',
'out_trade_no' => '1217752501201407033233368018',
'time_expire' => '2018-06-08T10:34:56+08:00',
'attach' => '自定义数据',
'notify_url' => 'https://www.weixin.qq.com/wxpay/pay.php',
'goods_tag' => 'WXG',
'support_fapiao' => true,
'amount' => [
'total' => 888,
'currency' => 'CNY',
],
'payer' => [
'sp_openid' => 'oUpF8uMuAJO_M2pxb1Q9zNjWeS6o',
'sub_openid' => 'oUpF8uMuAJO_M2pxb1Q9zNjWeS6o',
],
'detail' => [
'cost_price' => 1,
'invoice_id' => 'wx123',
'goods_detail' => [[
'merchant_goods_id' => '由半角的大小写字母、数字、中划线、下划线中的一种或几种组成',
'wechatpay_goods_id' => '微信支付定义的统一商品编号(没有可不传)',
'goods_name' => 'iPhone6s 16G',
'quantity' => 1,
'unit_price' => 528800,
],],
],
'scene_info' => [
'payer_client_ip' => '14.23.150.211',
'device_id' => '013467007045764',
'store_info' => [
'id' => '0001',
'out_id' => 'example_out_id',
],
],
'settle_info' => [
'profit_sharing' => true,
],
],
]);
print_r(json_decode((string) $response->getBody(), true));
php
$response = $instance['v3/pay/partner/transactions/scannedpos']->post([
'json' => [
'sp_appid' => 'wx8888888888888888',
'sp_mchid' => '1230000109',
'sub_appid' => 'wxd678efh567hg6999',
'sub_mchid' => '1900000109',
'description' => 'Image形象店-深圳腾大-QQ公仔',
'out_trade_no' => '1217752501201407033233368018',
'time_expire' => '2018-06-08T10:34:56+08:00',
'attach' => '自定义数据',
'notify_url' => 'https://www.weixin.qq.com/wxpay/pay.php',
'goods_tag' => 'WXG',
'support_fapiao' => true,
'amount' => [
'total' => 888,
'currency' => 'CNY',
],
'payer' => [
'sp_openid' => 'oUpF8uMuAJO_M2pxb1Q9zNjWeS6o',
'sub_openid' => 'oUpF8uMuAJO_M2pxb1Q9zNjWeS6o',
],
'detail' => [
'cost_price' => 1,
'invoice_id' => 'wx123',
'goods_detail' => [[
'merchant_goods_id' => '由半角的大小写字母、数字、中划线、下划线中的一种或几种组成',
'wechatpay_goods_id' => '微信支付定义的统一商品编号(没有可不传)',
'goods_name' => 'iPhone6s 16G',
'quantity' => 1,
'unit_price' => 528800,
],],
],
'scene_info' => [
'payer_client_ip' => '14.23.150.211',
'device_id' => '013467007045764',
'store_info' => [
'id' => '0001',
'out_id' => 'example_out_id',
],
],
'settle_info' => [
'profit_sharing' => true,
],
],
]);
print_r(json_decode((string) $response->getBody(), true));
返回字典 | 类型 | 描述 |
---|---|---|
prepay_id | string | 预支付交易会话标识 |
参阅 官方文档