---
title: "Client Get wechat pay order pay info"
method: POST
path: "/v2/wechat/pay/{appid}"
tags: ["user"]
---

# Client Get wechat pay order pay info

`POST /v2/wechat/pay/{appid}`

Client Get wechat pay order pay info

## Headers

- `Authorization` string

## Response `200`

success

- object
  - `code` integer — 0=success，only parse data when code=0
  - `data` object — real data
    - `mch_id` string
    - `order_no` string
    - `pay_info` WechatAppPayParams
      - `appid` string
      - `noncestr` string
      - `package` string
      - `partnerid` string
      - `prepayid` string
      - `sign` string
      - `timestamp` string
  - `message` string — tip message

---

[API](https://skmtc.net/bluente/apis/bluente-api.md) · [All operations](https://skmtc.net/bluente/apis/bluente-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bluente/bluente-api/revisions/5c90e58bf672/schema)
