Path parameters
-
merchant string Required
Merchant name to payment company, e.g. wechat.sh_smk
Query parameters
-
bill_date string Required
Bill date. Query format YYYY-MM-DD, for example, 2021-01-01
-
merchant_id string
Merchant ID of merchant.
-
payment_method string
Must be
wechatpay
oralipay
Values are
wechatpay
oralipay
.
GET /payout/bill/abroad/{merchant}
curl \
-X GET https://nomad.samarkand-global.cn/broker/v1/payout/bill/abroad/{merchant}?bill_date=string \
-H "app-api-key: $API_KEY"
Response example (200)
"@file"
Response example (400)
{
"code": 200,
"message": "success"
}
Response example (401)
{
"code": 200,
"message": "success"
}
Response example (500)
{
"code": 200,
"message": "success",
"errors": "Something wrong when making the service."
}