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": "a2602764-44ea-46b5-9781-d92f0d653046",
"InvoiceId": "30961774-8ba3-4777-a37a-4745a08659d4",
"PaymentAmount": 1.0,
"InvoiceChargeId": "b9cab5a6-2787-4e2f-b531-ce624ae19b4f",
"PaymentDate": "2026-06-15T21:54:36.4485667+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": "a2602764-44ea-46b5-9781-d92f0d653046",
"InvoiceId": "30961774-8ba3-4777-a37a-4745a08659d4",
"PaymentAmount": 1.0,
"InvoiceChargeId": "b9cab5a6-2787-4e2f-b531-ce624ae19b4f",
"PaymentDate": "2026-06-15T21:54:36.4485667+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>b9cab5a6-2787-4e2f-b531-ce624ae19b4f</InvoiceChargeId>
<InvoiceId>30961774-8ba3-4777-a37a-4745a08659d4</InvoiceId>
<PSCustomerId>sample string 4</PSCustomerId>
<PSInvoiceId>sample string 3</PSInvoiceId>
<PaymentAmount>1</PaymentAmount>
<PaymentDate>2026-06-15T21:54:36.4485667+00:00</PaymentDate>
<PaymentId>a2602764-44ea-46b5-9781-d92f0d653046</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>b9cab5a6-2787-4e2f-b531-ce624ae19b4f</InvoiceChargeId>
<InvoiceId>30961774-8ba3-4777-a37a-4745a08659d4</InvoiceId>
<PSCustomerId>sample string 4</PSCustomerId>
<PSInvoiceId>sample string 3</PSInvoiceId>
<PaymentAmount>1</PaymentAmount>
<PaymentDate>2026-06-15T21:54:36.4485667+00:00</PaymentDate>
<PaymentId>a2602764-44ea-46b5-9781-d92f0d653046</PaymentId>
<PaymentRefundAmount>1</PaymentRefundAmount>
<PlanName>sample string 6</PlanName>
<SubscriptionType>sample string 7</SubscriptionType>
</InvoicePaymentViewModel>
</ArrayOfInvoicePaymentViewModel>