GET api/Payment/InvoicePayments
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of InvoicePaymentViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PaymentId | globally unique identifier |
None. |
|
| InvoiceId | globally unique identifier |
None. |
|
| PaymentAmount | decimal number |
None. |
|
| InvoiceChargeId | globally unique identifier |
None. |
|
| PaymentDate | date |
None. |
|
| CustomerName | string |
None. |
|
| PSInvoiceId | string |
None. |
|
| PSCustomerId | string |
None. |
|
| ChargeId | string |
None. |
|
| ClientId | integer |
None. |
|
| PlanName | string |
None. |
|
| SubscriptionType | string |
None. |
|
| PaymentRefundAmount | integer |
None. |
|
| ClientEmail | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"PaymentId": "9b7cd178-b479-46cd-95e4-32132d3e88b0",
"InvoiceId": "b52d4858-1628-43da-8ab9-9b38271e27ee",
"PaymentAmount": 1.0,
"InvoiceChargeId": "a6dbc6ed-f716-4b4f-96c7-c0b17471c61a",
"PaymentDate": "2026-01-30T10:24:02.5512071+00:00",
"CustomerName": "sample string 2",
"PSInvoiceId": "sample string 3",
"PSCustomerId": "sample string 4",
"ChargeId": "sample string 5",
"ClientId": 1,
"PlanName": "sample string 6",
"SubscriptionType": "sample string 7",
"PaymentRefundAmount": 1,
"ClientEmail": "sample string 8"
},
{
"PaymentId": "9b7cd178-b479-46cd-95e4-32132d3e88b0",
"InvoiceId": "b52d4858-1628-43da-8ab9-9b38271e27ee",
"PaymentAmount": 1.0,
"InvoiceChargeId": "a6dbc6ed-f716-4b4f-96c7-c0b17471c61a",
"PaymentDate": "2026-01-30T10:24:02.5512071+00:00",
"CustomerName": "sample string 2",
"PSInvoiceId": "sample string 3",
"PSCustomerId": "sample string 4",
"ChargeId": "sample string 5",
"ClientId": 1,
"PlanName": "sample string 6",
"SubscriptionType": "sample string 7",
"PaymentRefundAmount": 1,
"ClientEmail": "sample string 8"
}
]
application/xml, text/xml
Sample:
<ArrayOfInvoicePaymentViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AdminPortal.Domain.ViewModels">
<InvoicePaymentViewModel>
<ChargeId>sample string 5</ChargeId>
<ClientEmail>sample string 8</ClientEmail>
<ClientId>1</ClientId>
<CustomerName>sample string 2</CustomerName>
<InvoiceChargeId>a6dbc6ed-f716-4b4f-96c7-c0b17471c61a</InvoiceChargeId>
<InvoiceId>b52d4858-1628-43da-8ab9-9b38271e27ee</InvoiceId>
<PSCustomerId>sample string 4</PSCustomerId>
<PSInvoiceId>sample string 3</PSInvoiceId>
<PaymentAmount>1</PaymentAmount>
<PaymentDate>2026-01-30T10:24:02.5512071+00:00</PaymentDate>
<PaymentId>9b7cd178-b479-46cd-95e4-32132d3e88b0</PaymentId>
<PaymentRefundAmount>1</PaymentRefundAmount>
<PlanName>sample string 6</PlanName>
<SubscriptionType>sample string 7</SubscriptionType>
</InvoicePaymentViewModel>
<InvoicePaymentViewModel>
<ChargeId>sample string 5</ChargeId>
<ClientEmail>sample string 8</ClientEmail>
<ClientId>1</ClientId>
<CustomerName>sample string 2</CustomerName>
<InvoiceChargeId>a6dbc6ed-f716-4b4f-96c7-c0b17471c61a</InvoiceChargeId>
<InvoiceId>b52d4858-1628-43da-8ab9-9b38271e27ee</InvoiceId>
<PSCustomerId>sample string 4</PSCustomerId>
<PSInvoiceId>sample string 3</PSInvoiceId>
<PaymentAmount>1</PaymentAmount>
<PaymentDate>2026-01-30T10:24:02.5512071+00:00</PaymentDate>
<PaymentId>9b7cd178-b479-46cd-95e4-32132d3e88b0</PaymentId>
<PaymentRefundAmount>1</PaymentRefundAmount>
<PlanName>sample string 6</PlanName>
<SubscriptionType>sample string 7</SubscriptionType>
</InvoicePaymentViewModel>
</ArrayOfInvoicePaymentViewModel>