GET api/applicant/Payment/GetPaymentAttemptByGatewayPaymentId?gatewayPaymentId={gatewayPaymentId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| gatewayPaymentId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiResponseOfutblPaymentAttempt| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| Message | string |
None. |
|
| Data | utblPaymentAttempt |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": true,
"Message": "sample string 2",
"Data": {
"AttemptID": 1,
"PaymentID": 2,
"GatewayOrderID": 3,
"GatewayPaymentID": "sample string 4",
"Signature": "sample string 5",
"Amount": 6.0,
"AttemptStatus": "sample string 7",
"PaymentMethod": "sample string 8",
"Bank": "sample string 9",
"Wallet": "sample string 10",
"VPA": "sample string 11",
"FailureReason": "sample string 12",
"RawResponse": "sample string 13",
"PaidOn": "2026-08-23T20:45:45.9749973+05:30",
"CreatedOn": "2026-08-23T20:45:45.9749973+05:30"
}
}
application/xml, text/xml
Sample:
<ApiResponseOfutblPaymentAttemptTtyOigqL xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tourism.Entities.Models">
<Data>
<Amount>6</Amount>
<AttemptID>1</AttemptID>
<AttemptStatus>sample string 7</AttemptStatus>
<Bank>sample string 9</Bank>
<CreatedOn>2026-08-23T20:45:45.9749973+05:30</CreatedOn>
<FailureReason>sample string 12</FailureReason>
<GatewayOrderID>3</GatewayOrderID>
<GatewayPaymentID>sample string 4</GatewayPaymentID>
<PaidOn>2026-08-23T20:45:45.9749973+05:30</PaidOn>
<PaymentID>2</PaymentID>
<PaymentMethod>sample string 8</PaymentMethod>
<RawResponse>sample string 13</RawResponse>
<Signature>sample string 5</Signature>
<VPA>sample string 11</VPA>
<Wallet>sample string 10</Wallet>
</Data>
<Message>sample string 2</Message>
<Success>true</Success>
</ApiResponseOfutblPaymentAttemptTtyOigqL>