扫码支付(被扫)
测试环境
测试环境
POST
/open/v1/wallet/showCode
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://gldopenapi.keruyun.com/open/v1/wallet/showCode?appKey=&shopIdenty=&brandId=&version=×tamp=&sign=' \
--header 'Content-Type: application/json' \
--data-raw '{
"authCode": "134912181385079853",
"outTradeNo": "PI_201905111111",
"payFee": 1,
"payOrg": "ORG_WEIXINPAY",
"productDesc": "string"
}'
响应示例响应示例
{
"result": {
"payStatus": "PAYING"
},
"code": 0,
"message": "成功[OK]",
"messageUuid": "7b4c58d3995d48569f02def35a1f6af8",
"apiMessage": null
}
请求参数
Query 参数
appKey
string
必需
默认值:
{{appKey}}
shopIdenty
string
必需
默认值:
{{shopIdenty}}
brandId
string
必需
默认值:
{{brandId}}
version
string
必需
默认值:
2.0
timestamp
string
必需
默认值:
{{timestamp}}
sign
string
必需
默认值:
{{sign}}
Body 参数application/json