发放代金券
用于商户主动调用接口给用户发放代金券的场景,已做防小号处理,给小号发放代金券将返回错误码。**注意:通过接口发放的代金券不会进入微信卡包**
🎃
本接口服务已于 2020年
(北京时间)处于流放状态,新接口见这里,此文档仅做留存参考。
请求参数 | 类型 | 描述 |
---|---|---|
security | true | 声明加载商户API证书 |
xml | object | 声明请求的XML 数据结构 |
coupon_stock_id | string | 代金券批次id |
openid_count | integer | openid记录数 |
partner_trade_no | string | 商户单据号 |
openid | string | 用户openid |
appid | string | 公众账号ID |
mch_id | string | 商户号 |
op_user_id | string | 操作员 |
device_info | string | 设备号 |
version | string | 协议版本1.0 枚举值 |
type | string | 协议类型XML 枚举值 |
php
$instance->v2->mmpaymkttransfers->send_coupon->postAsync([
'security' => true,
'xml' => [
'coupon_stock_id' => '1757',
'openid_count' => '1',
'partner_trade_no' => '1000009820141203515766',
'openid' => 'onqOjjrXT-776SpHnfexGm1_P7iE',
'appid' => 'wx5edab3bdfba3dc1c',
'mch_id' => '10000098',
'op_user_id' => '10000098',
'device_info' => '',
'version' => '1.0',
'type' => 'XML',
],
])
->then(static function(\Psr\Http\Message\ResponseInterface $response) {
print_r(\WeChatPay\Transformer::toArray((string) $response->getBody()));
})
->wait();
php
$instance->chain('v2/mmpaymkttransfers/send_coupon')->postAsync([
'security' => true,
'xml' => [
'coupon_stock_id' => '1757',
'openid_count' => '1',
'partner_trade_no' => '1000009820141203515766',
'openid' => 'onqOjjrXT-776SpHnfexGm1_P7iE',
'appid' => 'wx5edab3bdfba3dc1c',
'mch_id' => '10000098',
'op_user_id' => '10000098',
'device_info' => '',
'version' => '1.0',
'type' => 'XML',
],
])
->then(static function(\Psr\Http\Message\ResponseInterface $response) {
print_r(\WeChatPay\Transformer::toArray((string) $response->getBody()));
})
->wait();
php
$instance['v2/mmpaymkttransfers/send_coupon']->postAsync([
'security' => true,
'xml' => [
'coupon_stock_id' => '1757',
'openid_count' => '1',
'partner_trade_no' => '1000009820141203515766',
'openid' => 'onqOjjrXT-776SpHnfexGm1_P7iE',
'appid' => 'wx5edab3bdfba3dc1c',
'mch_id' => '10000098',
'op_user_id' => '10000098',
'device_info' => '',
'version' => '1.0',
'type' => 'XML',
],
])
->then(static function(\Psr\Http\Message\ResponseInterface $response) {
print_r(\WeChatPay\Transformer::toArray((string) $response->getBody()));
})
->wait();
php
$response = $instance->v2->mmpaymkttransfers->send_coupon->post([
'security' => true,
'xml' => [
'coupon_stock_id' => '1757',
'openid_count' => '1',
'partner_trade_no' => '1000009820141203515766',
'openid' => 'onqOjjrXT-776SpHnfexGm1_P7iE',
'appid' => 'wx5edab3bdfba3dc1c',
'mch_id' => '10000098',
'op_user_id' => '10000098',
'device_info' => '',
'version' => '1.0',
'type' => 'XML',
],
]);
print_r(\WeChatPay\Transformer::toArray((string) $response->getBody()));
php
$response = $instance->chain('v2/mmpaymkttransfers/send_coupon')->post([
'security' => true,
'xml' => [
'coupon_stock_id' => '1757',
'openid_count' => '1',
'partner_trade_no' => '1000009820141203515766',
'openid' => 'onqOjjrXT-776SpHnfexGm1_P7iE',
'appid' => 'wx5edab3bdfba3dc1c',
'mch_id' => '10000098',
'op_user_id' => '10000098',
'device_info' => '',
'version' => '1.0',
'type' => 'XML',
],
]);
print_r(\WeChatPay\Transformer::toArray((string) $response->getBody()));
php
$response = $instance['v2/mmpaymkttransfers/send_coupon']->post([
'security' => true,
'xml' => [
'coupon_stock_id' => '1757',
'openid_count' => '1',
'partner_trade_no' => '1000009820141203515766',
'openid' => 'onqOjjrXT-776SpHnfexGm1_P7iE',
'appid' => 'wx5edab3bdfba3dc1c',
'mch_id' => '10000098',
'op_user_id' => '10000098',
'device_info' => '',
'version' => '1.0',
'type' => 'XML',
],
]);
print_r(\WeChatPay\Transformer::toArray((string) $response->getBody()));
返回字典 | 类型 | 描述 |
---|---|---|
return_code | string | 返回状态码SUCCESS | FAIL 枚举值之一 |
return_msg | string | 返回信息 |
appid | string | 公众账号ID |
mch_id | string | 商户号 |
device_info | string | 设备号 |
nonce_str | string | 随机字符串 |
sign | string | 签名 |
result_code | string | 业务结果SUCCESS | FAIL 枚举值之一 |
err_code | string | 错误代码 |
err_code_des | string | 错误代码描述 |
coupon_stock_id | string | 代金券批次id |
resp_count | integer | 返回记录数 |
success_count | integer | 成功记录数 |
failed_count | integer | 失败记录数 |
openid | string | 用户标识 |
ret_code | string | 返回码 |
coupon_id | string | 代金券id |
ret_msg | string | 返回信息 |
参阅 官方文档