- 支付
- 私域
- 公域
- 营销
- 资金
- 会员
- 信用
- 安全
- 其他
现金红包无线支付接口
开发环境
开发环境
POST
/v3/alipay/fund/trans/app/pay
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://dev-cn.your-api-server.com/v3/alipay/fund/trans/app/pay' \
--header 'authorization: ALIPAY-SHA256withRSA app_id=$appid,timestamp=$now,nonce=$uuid,expired_seconds=600,sign=$sign' \
--header 'alipay-request-id: $requestid' \
--header 'Content-Type: application/json' \
--data-raw '{
"out_biz_no":"2018062800001",
"trans_amount":8.88,
"order_id":"20191001110076000006120015113294",
"product_code":"STD_RED_PACKET",
"biz_scene":"PERSONAL_PAY",
"remark":"拼手气红包",
"order_title":"钉钉拼手气红包",
"time_expire":"2018-03-23 19:15",
"refund_time_expire":"2018-11-08 10:00",
"business_params":"{\"sub_biz_scene\":\"REDPACKET\",\"payer_binded_alipay_uid\":\"2088302510459335\"}"
}'
响应示例响应示例
{
"out_biz_no": "201806300001",
"order_id": "20180629110070001502040007320562",
"status": "SUCCESS"
}
请求参数
Header 参数
authorization
string
必需
示例值:
ALIPAY-SHA256withRSA app_id=$appid,timestamp=$now,nonce=$uuid,expired_seconds=600,sign=$sign
alipay-request-id
string
必需
示例值:
$requestid
Content-Type
string
必需
示例值:
application/json
Body 参数application/json
out_biz_no
string
必需
trans_amount
number
必需
order_id
string
支付宝订单号
product_code
string
必需
biz_scene
string
必需
remark
string
支付备注
order_title
string
可选
time_expire
string
可选
refund_time_expire
string
可选
business_params
string
可选
示例
返回响应
🟢200成功
application/json
Body
out_biz_no
string
商户端的唯一订单号
order_id
string
必需
status
string
必需
修改于 2023-11-22 06:39:26