POST api/EbillsPay/Payment

Request Information

URI Parameters

None.

Body Parameters

EbillsPaymentParam
NameDescriptionTypeAdditional information
amount

string

None.

debitAccountNumber

string

None.

billerId

string

None.

billerName

string

None.

billerProductId

string

None.

fee

string

None.

EntrustToken

string

None.

Tokentype

string

None.

productName

string

None.

productfields

string

None.

Request Formats

application/json, text/json

Sample:
{
  "amount": "sample string 1",
  "debitAccountNumber": "sample string 2",
  "billerId": "sample string 3",
  "billerName": "sample string 4",
  "billerProductId": "sample string 5",
  "fee": "sample string 6",
  "EntrustToken": "sample string 7",
  "Tokentype": "sample string 8",
  "productName": "sample string 9",
  "productfields": "sample string 10"
}

application/xml, text/xml

Sample:
<EbillsPaymentParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CorporateAPI.RequestObjs">
  <EntrustToken>sample string 7</EntrustToken>
  <Tokentype>sample string 8</Tokentype>
  <amount>sample string 1</amount>
  <billerId>sample string 3</billerId>
  <billerName>sample string 4</billerName>
  <billerProductId>sample string 5</billerProductId>
  <debitAccountNumber>sample string 2</debitAccountNumber>
  <fee>sample string 6</fee>
  <productName>sample string 9</productName>
  <productfields>sample string 10</productfields>
</EbillsPaymentParam>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

EbillspaymentResponseData
NameDescriptionTypeAdditional information
Responsecode

string

None.

ResponseDescription

string

None.

sessionID

string

None.

Base64Receipt

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Responsecode": "sample string 1",
  "ResponseDescription": "sample string 2",
  "sessionID": "sample string 3",
  "Base64Receipt": "sample string 4"
}

application/xml, text/xml

Sample:
<EbillspaymentResponseData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CorporateAPI.ResponseObjs">
  <Base64Receipt>sample string 4</Base64Receipt>
  <ResponseDescription>sample string 2</ResponseDescription>
  <Responsecode>sample string 1</Responsecode>
  <sessionID>sample string 3</sessionID>
</EbillspaymentResponseData>