# 获取支付宝 buyer_id

# 说明

  • 在支付宝浏览器内跳转,系统自动处理
  • 浏览器请求该接口,本平台获取 buyer_id 后会带 buyer_id 参数重定向到你 callback_url 参数指定的的地址

# 接口地址

https://open.weidoufu.com/pay/buyerid (opens new window)

请求方式:GET-浏览器访问

# 接口参数

名称 字段类型 必填参数 说明
access_key string(32) 应用密钥的 AK,即是 AccessKey
callback_url string(128) 你接收 buyer_id 的 url 例如:http://www.example.com/abc?type=1

# 举例说明(必看)

1、假如你需要接收 buyer_id 的 url 是:

http://www.example.com/abc?type=1

2、则直接通过微信浏览器跳转该 url 即可:

https://open.weidoufu.com/pay/buyerid?access_key=xxxxxx&callback_url=http://www.example.com/abc?type=1

3、完成 buyer_id 获取后,微信浏览器会自动跳转至:

http://www.example.com/abc?type=1&buyer_id=xxxxxxxxxxxxxxxx

最后更新于: 2/17/2023, 12:31:28 AM