GET api/application/pay/SY_weChatAppNotifyUrl

Request Information

URI Parameters

None.

Body Parameters

SY_PaymentResultNotificationDto
NameDescriptionTypeAdditional information
mid

string

None.

tid

string

None.

instMid

string

None.

attachedData

string

None.

bankCardNo

string

None.

billFunds

string

None.

billFundsDesc

string

None.

buyerId

string

None.

buyerUsername

string

None.

couponAmount

decimal number

None.

buyerPayAmount

decimal number

None.

totalAmount

decimal number

None.

invoiceAmount

decimal number

None.

merOrderId

string

None.

payTime

date

None.

receiptAmount

integer

None.

refId

string

None.

refundAmount

decimal number

None.

refundDesc

string

None.

seqId

string

None.

settleDate

date

None.

status

string

None.

subBuyerId

string

None.

targetOrderId

string

None.

targetSys

string

None.

RandomKey

string

None.

sign

string

None.

couponMerchantContribute

decimal number

None.

couponOtherContribute

decimal number

None.

activityIds

string

None.

refundTargetOrderId

string

None.

refundPayTime

date

None.

refundSettleDate

date

None.

orderDesc

string

None.

createTime

date

None.

mchntUuid

string

None.

connectSys

string

None.

subInst

string

None.

yxlmAmount

decimal number

None.

refundExtOrderId

string

None.

goodsTradeNo

string

None.

extOrderId

string

None.

secureStatus

string

None.

completeAmount

decimal number

None.

refundOrderId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "mid": "sample string 1",
  "tid": "sample string 2",
  "instMid": "sample string 3",
  "attachedData": "sample string 4",
  "bankCardNo": "sample string 5",
  "billFunds": "sample string 6",
  "billFundsDesc": "sample string 7",
  "buyerId": "sample string 8",
  "buyerUsername": "sample string 9",
  "couponAmount": 10.0,
  "buyerPayAmount": 11.0,
  "totalAmount": 12.0,
  "invoiceAmount": 13.0,
  "merOrderId": "sample string 14",
  "payTime": "2025-11-08 18:52:02",
  "receiptAmount": 16,
  "refId": "sample string 17",
  "refundAmount": 1.0,
  "refundDesc": "sample string 18",
  "seqId": "sample string 19",
  "settleDate": "2025-11-08 18:52:02",
  "status": "sample string 21",
  "subBuyerId": "sample string 22",
  "targetOrderId": "sample string 23",
  "targetSys": "sample string 24",
  "RandomKey": "sample string 25",
  "sign": "sample string 26",
  "couponMerchantContribute": 1.0,
  "couponOtherContribute": 1.0,
  "activityIds": "sample string 27",
  "refundTargetOrderId": "sample string 28",
  "refundPayTime": "2025-11-08 18:52:02",
  "refundSettleDate": "2025-11-08 18:52:02",
  "orderDesc": "sample string 29",
  "createTime": "2025-11-08 18:52:02",
  "mchntUuid": "sample string 31",
  "connectSys": "sample string 32",
  "subInst": "sample string 33",
  "yxlmAmount": 1.0,
  "refundExtOrderId": "sample string 34",
  "goodsTradeNo": "sample string 35",
  "extOrderId": "sample string 36",
  "secureStatus": "sample string 37",
  "completeAmount": 1.0,
  "refundOrderId": "sample string 38"
}

application/xml, text/xml

Sample:
<SY_PaymentResultNotificationDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Applications.MiniProgramTools">
  <RandomKey>sample string 25</RandomKey>
  <activityIds>sample string 27</activityIds>
  <attachedData>sample string 4</attachedData>
  <bankCardNo>sample string 5</bankCardNo>
  <billFunds>sample string 6</billFunds>
  <billFundsDesc>sample string 7</billFundsDesc>
  <buyerId>sample string 8</buyerId>
  <buyerPayAmount>11</buyerPayAmount>
  <buyerUsername>sample string 9</buyerUsername>
  <completeAmount>1</completeAmount>
  <connectSys>sample string 32</connectSys>
  <couponAmount>10</couponAmount>
  <couponMerchantContribute>1</couponMerchantContribute>
  <couponOtherContribute>1</couponOtherContribute>
  <createTime>2025-11-08T18:52:02.7859097+08:00</createTime>
  <extOrderId>sample string 36</extOrderId>
  <goodsTradeNo>sample string 35</goodsTradeNo>
  <instMid>sample string 3</instMid>
  <invoiceAmount>13</invoiceAmount>
  <mchntUuid>sample string 31</mchntUuid>
  <merOrderId>sample string 14</merOrderId>
  <mid>sample string 1</mid>
  <orderDesc>sample string 29</orderDesc>
  <payTime>2025-11-08T18:52:02.7859097+08:00</payTime>
  <receiptAmount>16</receiptAmount>
  <refId>sample string 17</refId>
  <refundAmount>1</refundAmount>
  <refundDesc>sample string 18</refundDesc>
  <refundExtOrderId>sample string 34</refundExtOrderId>
  <refundOrderId>sample string 38</refundOrderId>
  <refundPayTime>2025-11-08T18:52:02.7859097+08:00</refundPayTime>
  <refundSettleDate>2025-11-08T18:52:02.7859097+08:00</refundSettleDate>
  <refundTargetOrderId>sample string 28</refundTargetOrderId>
  <secureStatus>sample string 37</secureStatus>
  <seqId>sample string 19</seqId>
  <settleDate>2025-11-08T18:52:02.7859097+08:00</settleDate>
  <sign>sample string 26</sign>
  <status>sample string 21</status>
  <subBuyerId>sample string 22</subBuyerId>
  <subInst>sample string 33</subInst>
  <targetOrderId>sample string 23</targetOrderId>
  <targetSys>sample string 24</targetSys>
  <tid>sample string 2</tid>
  <totalAmount>12</totalAmount>
  <yxlmAmount>1</yxlmAmount>
</SY_PaymentResultNotificationDto>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'SY_PaymentResultNotificationDto'.

Response Information

Resource Description

None.