UTR 补单
JSON
POST /upi/matchUtr
Request Body
Name
Type
Description
merchant_id*
String
商户编号id
order_id*
String
商户订单号,订单唯一
utr*
String
UTR
```json
{
"code": 200,
"message": "UTR match success."
}
``````json
{
"code": 200,
"message": "UTR already succeed"
}
``````json
{
"code": 400,
"message": "UTR succeed on this order : 1706334713990"
}
``````json
{
"code": 400,
"message": "UTR has matched other merchant."
}
```Last updated