GET api/applicant/Payment/GetPaymentTransactionById?paymentId={paymentId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
paymentId

integer

Required

Body Parameters

None.

Response Information

Resource Description

ApiResponseOfutblPaymentTransaction
NameDescriptionTypeAdditional information
Success

boolean

None.

Message

string

None.

Data

utblPaymentTransaction

None.

Response Formats

application/json, text/json

Sample:
{
  "Success": true,
  "Message": "sample string 2",
  "Data": {
    "PaymentID": 1,
    "ApplicationID": "sample string 2",
    "AppWorkflowID": 3,
    "PaymentPurpose": "sample string 4",
    "Amount": 5.0,
    "Currency": "sample string 6",
    "Gateway": "sample string 7",
    "Status": "sample string 8",
    "ReceiptNo": "sample string 9",
    "UserID": "sample string 10",
    "CreatedOn": "2026-08-23T20:45:19.9334793+05:30",
    "UpdatedOn": "2026-08-23T20:45:19.9334793+05:30"
  }
}

application/xml, text/xml

Sample:
<ApiResponseOfutblPaymentTransactionTtyOigqL xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tourism.Entities.Models">
  <Data>
    <Amount>5</Amount>
    <AppWorkflowID>3</AppWorkflowID>
    <ApplicationID>sample string 2</ApplicationID>
    <CreatedOn>2026-08-23T20:45:19.9334793+05:30</CreatedOn>
    <Currency>sample string 6</Currency>
    <Gateway>sample string 7</Gateway>
    <PaymentID>1</PaymentID>
    <PaymentPurpose>sample string 4</PaymentPurpose>
    <ReceiptNo>sample string 9</ReceiptNo>
    <Status>sample string 8</Status>
    <UpdatedOn>2026-08-23T20:45:19.9334793+05:30</UpdatedOn>
    <UserID>sample string 10</UserID>
  </Data>
  <Message>sample string 2</Message>
  <Success>true</Success>
</ApiResponseOfutblPaymentTransactionTtyOigqL>