POST api/pay/ydzfjsbyhis

Request Information

URI Parameters

None.

Body Parameters

YDZFJSForHISByZFBDto
NameDescriptionTypeAdditional information
payOrderId

string

None.

payToken

string

None.

sXM

string

None.

sSFZ

string

None.

Request Formats

application/json, text/json

Sample:
{
  "payOrderId": "sample string 1",
  "payToken": "sample string 2",
  "sXM": "sample string 3",
  "sSFZ": "sample string 4"
}

application/xml, text/xml

Sample:
<YDZFJSForHISByZFBDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wechatpay.Dto">
  <payOrderId>sample string 1</payOrderId>
  <payToken>sample string 2</payToken>
  <sSFZ>sample string 4</sSFZ>
  <sXM>sample string 3</sXM>
</YDZFJSForHISByZFBDto>

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 'YDZFJSForHISByZFBDto'.

Response Information

Resource Description

YDZFJSForHISData
NameDescriptionTypeAdditional information
sError

string

None.

feeSumamt

decimal number

None.

ownPayAmt

decimal number

None.

psnAcctPay

decimal number

None.

fundPay

decimal number

None.

otherPay

decimal number

None.

iSFXH

integer

None.

sTagKey

string

None.

Response Formats

application/json, text/json

Sample:
{
  "sError": "sample string 1",
  "feeSumamt": 2.0,
  "ownPayAmt": 3.0,
  "psnAcctPay": 4.0,
  "fundPay": 5.0,
  "otherPay": 6.0,
  "iSFXH": 7,
  "sTagKey": "sample string 8"
}

application/xml, text/xml

Sample:
<YDZFJSForHISData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MT.HISCom.YBJKCom.QG">
  <_x003C_feeSumamt_x003E_k__BackingField>2</_x003C_feeSumamt_x003E_k__BackingField>
  <_x003C_fundPay_x003E_k__BackingField>5</_x003C_fundPay_x003E_k__BackingField>
  <_x003C_iSFXH_x003E_k__BackingField>7</_x003C_iSFXH_x003E_k__BackingField>
  <_x003C_otherPay_x003E_k__BackingField>6</_x003C_otherPay_x003E_k__BackingField>
  <_x003C_ownPayAmt_x003E_k__BackingField>3</_x003C_ownPayAmt_x003E_k__BackingField>
  <_x003C_psnAcctPay_x003E_k__BackingField>4</_x003C_psnAcctPay_x003E_k__BackingField>
  <_x003C_sError_x003E_k__BackingField>sample string 1</_x003C_sError_x003E_k__BackingField>
  <_x003C_sTagKey_x003E_k__BackingField>sample string 8</_x003C_sTagKey_x003E_k__BackingField>
</YDZFJSForHISData>