GET api/payment-gateway/ipy88/back

Request Information

URI Parameters

None.

Body Parameters

ResponseFromIPay88Model
NameDescriptionTypeAdditional information
MerchantCode

string

None.

PaymentId

integer

None.

RefNo

string

None.

Amount

string

None.

Currency

string

None.

Remark

string

None.

TransId

string

None.

AuthCode

string

None.

Status

string

None.

ErrDesc

string

None.

Signature

string

None.

CCName

string

None.

CCNo

string

None.

S_bankname

string

None.

S_country

string

None.

Request Formats

application/json, text/json

Sample:
{
  "MerchantCode": "sample string 1",
  "PaymentId": 2,
  "RefNo": "sample string 3",
  "Amount": "sample string 4",
  "Currency": "sample string 5",
  "Remark": "sample string 6",
  "TransId": "sample string 7",
  "AuthCode": "sample string 8",
  "Status": "sample string 9",
  "ErrDesc": "sample string 10",
  "Signature": "sample string 11",
  "CCName": "sample string 12",
  "CCNo": "sample string 13",
  "S_bankname": "sample string 14",
  "S_country": "sample string 15"
}

application/xml, text/xml

Sample:
<IPay88ServiceManager.ResponseFromIPay88Model xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HyperQB.EZTOneApp.Services">
  <Amount>sample string 4</Amount>
  <AuthCode>sample string 8</AuthCode>
  <CCName>sample string 12</CCName>
  <CCNo>sample string 13</CCNo>
  <Currency>sample string 5</Currency>
  <ErrDesc>sample string 10</ErrDesc>
  <MerchantCode>sample string 1</MerchantCode>
  <PaymentId>2</PaymentId>
  <RefNo>sample string 3</RefNo>
  <Remark>sample string 6</Remark>
  <S_bankname>sample string 14</S_bankname>
  <S_country>sample string 15</S_country>
  <Signature>sample string 11</Signature>
  <Status>sample string 9</Status>
  <TransId>sample string 7</TransId>
</IPay88ServiceManager.ResponseFromIPay88Model>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.