支付类型查询
测试环境
测试环境
GET
/open/v1/pay/payWay/query
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://gldopenapi.keruyun.com/open/v1/pay/payWay/query?appKey=&shopIdenty=&brandId=&version=×tamp=&sign=' \
--header 'Content-Type: application/json' \
--data-raw '{
"enabledTS": "true",
"enabledWM": "true"
}'
响应示例响应示例
{
"result": [
{
"id": 224027,
"name": "美团闪惠"
},
{
"id": 224028,
"name": "美团团购券"
},
{
"id": 223547,
"name": "现金券"
},
{
"id": 223548,
"name": "银行卡"
},
{
"id": 223549,
"name": "现金"
},
{
"id": 223550,
"name": "匿名卡支付"
},
{
"id": 223551,
"name": "储值卡"
},
{
"id": 223552,
"name": "百度钱包"
},
{
"id": 223553,
"name": "微信"
},
{
"id": 223554,
"name": "实体卡支付"
},
{
"id": 223555,
"name": "支付宝"
}
],
"code": 0,
"message": "成功[OK]",
"messageUuid": "11.3-18030714-3",
"apiMessage": "成功[OK]"
}
请求参数
Query 参数
appKey
string
必需
默认值:
{{appKey}}
shopIdenty
string
必需
默认值:
{{shopIdenty}}
brandId
string
必需
默认值:
{{brandId}}
version
string
必需
默认值:
2.0
timestamp
string
必需
默认值:
{{timestamp}}
sign
string
必需
默认值:
{{sign}}
Body 参数application/json
返回响应
修改于 2021-12-16 06:36:24