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": "e4333cb1-8c4d-4d1e-a85d-b74ac0b05307",
"InvoiceId": "2010f061-82af-4db8-bd48-f6f375c0f82f",
"PaymentAmount": 1.0,
"InvoiceChargeId": "e07fdeac-b4df-413f-9883-0352d431494b",
"PaymentDate": "2026-09-15T09:21:57.5088848+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": "e4333cb1-8c4d-4d1e-a85d-b74ac0b05307",
"InvoiceId": "2010f061-82af-4db8-bd48-f6f375c0f82f",
"PaymentAmount": 1.0,
"InvoiceChargeId": "e07fdeac-b4df-413f-9883-0352d431494b",
"PaymentDate": "2026-09-15T09:21:57.5088848+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>e07fdeac-b4df-413f-9883-0352d431494b</InvoiceChargeId>
<InvoiceId>2010f061-82af-4db8-bd48-f6f375c0f82f</InvoiceId>
<PSCustomerId>sample string 4</PSCustomerId>
<PSInvoiceId>sample string 3</PSInvoiceId>
<PaymentAmount>1</PaymentAmount>
<PaymentDate>2026-09-15T09:21:57.5088848+00:00</PaymentDate>
<PaymentId>e4333cb1-8c4d-4d1e-a85d-b74ac0b05307</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>e07fdeac-b4df-413f-9883-0352d431494b</InvoiceChargeId>
<InvoiceId>2010f061-82af-4db8-bd48-f6f375c0f82f</InvoiceId>
<PSCustomerId>sample string 4</PSCustomerId>
<PSInvoiceId>sample string 3</PSInvoiceId>
<PaymentAmount>1</PaymentAmount>
<PaymentDate>2026-09-15T09:21:57.5088848+00:00</PaymentDate>
<PaymentId>e4333cb1-8c4d-4d1e-a85d-b74ac0b05307</PaymentId>
<PaymentRefundAmount>1</PaymentRefundAmount>
<PlanName>sample string 6</PlanName>
<SubscriptionType>sample string 7</SubscriptionType>
</InvoicePaymentViewModel>
</ArrayOfInvoicePaymentViewModel>