Get MWD Pay Order Dtail
Description
取得信用卡交易明細。
Resource
GET /v1/payment/mwd/order/{order_id}
Authorization
採用 OAuth 2.0 Bearer Token,詳細使用流程請參考 Auth Login。
Path Parameters
| Name | Type | Description |
|---|---|---|
| order_id | string | 訂單編號 |
Request Example
GET /v1/payment/mwd/order/2020071500002
Response
{
"auth_code": "547296",
"credit_card_name": "台新",
"credit_card_no": "438045******2708",
"date": "2020-07-16",
"id": "2020071500002",
"price": 55,
"shop_name": "里仁總公司",
"status": "交易成功"
}
Response Body Parameters
| Name | Type | Description |
|---|---|---|
| auth_code | string | 訂單編號 |
| credit_card_name | string | 卡片名稱 |
| credit_card_no | string | 信用卡號 |
| date | string | 交易日期 |
| id | string | 訂單編號 |
| price | string | 交易金額 |
| shop_name | string | 商店名稱 |
| status | string | 交易狀態 |