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": "2fb75d26-598d-4f63-b3e2-0cd86c1bd6a9",
"InvoiceId": "732d5c2d-e796-4da9-8f1b-6a13bfe13d33",
"PaymentAmount": 1.0,
"InvoiceChargeId": "1d9f576b-29c7-4fae-83ab-8b61bbb412ff",
"PaymentDate": "2026-03-14T08:46:15.4067632+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": "2fb75d26-598d-4f63-b3e2-0cd86c1bd6a9",
"InvoiceId": "732d5c2d-e796-4da9-8f1b-6a13bfe13d33",
"PaymentAmount": 1.0,
"InvoiceChargeId": "1d9f576b-29c7-4fae-83ab-8b61bbb412ff",
"PaymentDate": "2026-03-14T08:46:15.4067632+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>1d9f576b-29c7-4fae-83ab-8b61bbb412ff</InvoiceChargeId>
<InvoiceId>732d5c2d-e796-4da9-8f1b-6a13bfe13d33</InvoiceId>
<PSCustomerId>sample string 4</PSCustomerId>
<PSInvoiceId>sample string 3</PSInvoiceId>
<PaymentAmount>1</PaymentAmount>
<PaymentDate>2026-03-14T08:46:15.4067632+00:00</PaymentDate>
<PaymentId>2fb75d26-598d-4f63-b3e2-0cd86c1bd6a9</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>1d9f576b-29c7-4fae-83ab-8b61bbb412ff</InvoiceChargeId>
<InvoiceId>732d5c2d-e796-4da9-8f1b-6a13bfe13d33</InvoiceId>
<PSCustomerId>sample string 4</PSCustomerId>
<PSInvoiceId>sample string 3</PSInvoiceId>
<PaymentAmount>1</PaymentAmount>
<PaymentDate>2026-03-14T08:46:15.4067632+00:00</PaymentDate>
<PaymentId>2fb75d26-598d-4f63-b3e2-0cd86c1bd6a9</PaymentId>
<PaymentRefundAmount>1</PaymentRefundAmount>
<PlanName>sample string 6</PlanName>
<SubscriptionType>sample string 7</SubscriptionType>
</InvoicePaymentViewModel>
</ArrayOfInvoicePaymentViewModel>