GET api/Bills_Nibss/GetNibssReceipt/{sessionId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| sessionId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
GetReceiptNibssResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Amount | string |
None. |
|
| BillerAccount | BillerAccountNibss |
None. |
|
| BillerImage | string |
None. |
|
| BillerName | string |
None. |
|
| CustomerAccountNumber | string |
None. |
|
| CustomerName | string |
None. |
|
| FeeBearer | string |
None. |
|
| NotificationResponse | string |
None. |
|
| PaymentFee | string |
None. |
|
| PaymentType | string |
None. |
|
| ProductName | string |
None. |
|
| ResponseCode | string |
None. |
|
| ResponseMessage | string |
None. |
|
| TotalAmount | string |
None. |
|
| TransactionDate | string |
None. |
|
| TransactionId | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Amount": "sample string 1",
"BillerAccount": {
"InstitutionCode": "sample string 1"
},
"BillerImage": "sample string 2",
"BillerName": "sample string 3",
"CustomerAccountNumber": "sample string 4",
"CustomerName": "sample string 5",
"FeeBearer": "sample string 6",
"NotificationResponse": "sample string 7",
"PaymentFee": "sample string 8",
"PaymentType": "sample string 9",
"ProductName": "sample string 10",
"ResponseCode": "sample string 11",
"ResponseMessage": "sample string 12",
"TotalAmount": "sample string 13",
"TransactionDate": "sample string 14",
"TransactionId": "sample string 15"
}
application/xml, text/xml
Sample:
<GetReceiptNibssResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ICMS.Core.Response.Utility.NibssEbills.GetReceipt">
<Amount>sample string 1</Amount>
<BillerAccount>
<InstitutionCode>sample string 1</InstitutionCode>
</BillerAccount>
<BillerImage>sample string 2</BillerImage>
<BillerName>sample string 3</BillerName>
<CustomerAccountNumber>sample string 4</CustomerAccountNumber>
<CustomerName>sample string 5</CustomerName>
<FeeBearer>sample string 6</FeeBearer>
<NotificationResponse>sample string 7</NotificationResponse>
<PaymentFee>sample string 8</PaymentFee>
<PaymentType>sample string 9</PaymentType>
<ProductName>sample string 10</ProductName>
<ResponseCode>sample string 11</ResponseCode>
<ResponseMessage>sample string 12</ResponseMessage>
<TotalAmount>sample string 13</TotalAmount>
<TransactionDate>sample string 14</TransactionDate>
<TransactionId>sample string 15</TransactionId>
</GetReceiptNibssResponse>