GET api/General/Payment/GetPaymentLogByID?Id={Id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
utblPaymentLog| Name | Description | Type | Additional information |
|---|---|---|---|
| PayLogID | string |
None. |
|
| PaymentID | string |
None. |
|
| Amount | integer |
None. |
|
| PayLogStatus | string |
None. |
|
| RPayOrderID | string |
None. |
|
| Method | string |
None. |
|
| AmtRefund | integer |
None. |
|
| RefundStatus | string |
None. |
|
| Captured | boolean |
None. |
|
| CardID | string |
None. |
|
| Bank | string |
None. |
|
| Wallet | string |
None. |
|
| VPA | string |
None. |
|
| CustPhoneNo | string |
None. |
|
| CustUserName | string |
None. |
|
| Fee | integer |
None. |
|
| Tax | integer |
None. |
|
| ErrCode | string |
None. |
|
| ErrDesc | string |
None. |
|
| ErrSource | string |
None. |
|
| ErrReason | string |
None. |
|
| CreatedAt | integer |
None. |
|
| UppaiOrderID | string |
None. |
|
| UserID | string |
None. |
|
| TransDate | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"PayLogID": "sample string 1",
"PaymentID": "sample string 2",
"Amount": 1,
"PayLogStatus": "sample string 3",
"RPayOrderID": "sample string 4",
"Method": "sample string 5",
"AmtRefund": 1,
"RefundStatus": "sample string 6",
"Captured": true,
"CardID": "sample string 8",
"Bank": "sample string 9",
"Wallet": "sample string 10",
"VPA": "sample string 11",
"CustPhoneNo": "sample string 12",
"CustUserName": "sample string 13",
"Fee": 1,
"Tax": 1,
"ErrCode": "sample string 14",
"ErrDesc": "sample string 15",
"ErrSource": "sample string 16",
"ErrReason": "sample string 17",
"CreatedAt": 1,
"UppaiOrderID": "sample string 18",
"UserID": "sample string 19",
"TransDate": "2025-12-07T09:58:02.3872373+05:30"
}
application/xml, text/xml
Sample:
<utblPaymentLog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/General.Operations.Models"> <Amount>1</Amount> <AmtRefund>1</AmtRefund> <Bank>sample string 9</Bank> <Captured>true</Captured> <CardID>sample string 8</CardID> <CreatedAt>1</CreatedAt> <CustPhoneNo>sample string 12</CustPhoneNo> <CustUserName>sample string 13</CustUserName> <ErrCode>sample string 14</ErrCode> <ErrDesc>sample string 15</ErrDesc> <ErrReason>sample string 17</ErrReason> <ErrSource>sample string 16</ErrSource> <Fee>1</Fee> <Method>sample string 5</Method> <PayLogID>sample string 1</PayLogID> <PayLogStatus>sample string 3</PayLogStatus> <PaymentID>sample string 2</PaymentID> <RPayOrderID>sample string 4</RPayOrderID> <RefundStatus>sample string 6</RefundStatus> <Tax>1</Tax> <TransDate>2025-12-07T09:58:02.3872373+05:30</TransDate> <UppaiOrderID>sample string 18</UppaiOrderID> <UserID>sample string 19</UserID> <VPA>sample string 11</VPA> <Wallet>sample string 10</Wallet> </utblPaymentLog>