GET api/PaymentAccounts
Get PaymentAccounts List
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ListPaymentAccounts| Name | Description | Type | Additional information |
|---|---|---|---|
| PaymentAccountId | integer |
None. |
|
| PaymentMethod | string |
None. |
|
| PaymentLink | string |
None. |
|
| Description | string |
None. |
|
| Gateway | string |
None. |
|
| PaymentAccountName | string |
None. |
|
| IsActive | boolean |
None. |
|
| IsDeleted | boolean |
None. |
|
| CreatedDateTime | date |
None. |
|
| LastUpdatedDateTime | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"PaymentAccountId": 1,
"PaymentMethod": "sample string 2",
"PaymentLink": "sample string 3",
"Description": "sample string 4",
"Gateway": "sample string 5",
"PaymentAccountName": "sample string 6",
"IsActive": true,
"IsDeleted": true,
"CreatedDateTime": "2026-02-05T00:15:23.8917875+00:00",
"LastUpdatedDateTime": "2026-02-05T00:15:23.8917875+00:00"
},
{
"PaymentAccountId": 1,
"PaymentMethod": "sample string 2",
"PaymentLink": "sample string 3",
"Description": "sample string 4",
"Gateway": "sample string 5",
"PaymentAccountName": "sample string 6",
"IsActive": true,
"IsDeleted": true,
"CreatedDateTime": "2026-02-05T00:15:23.8917875+00:00",
"LastUpdatedDateTime": "2026-02-05T00:15:23.8917875+00:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfListPaymentAccounts xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplicationITTF1.Controllers">
<ListPaymentAccounts>
<CreatedDateTime>2026-02-05T00:15:23.8917875+00:00</CreatedDateTime>
<Description>sample string 4</Description>
<Gateway>sample string 5</Gateway>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<LastUpdatedDateTime>2026-02-05T00:15:23.8917875+00:00</LastUpdatedDateTime>
<PaymentAccountId>1</PaymentAccountId>
<PaymentAccountName>sample string 6</PaymentAccountName>
<PaymentLink>sample string 3</PaymentLink>
<PaymentMethod>sample string 2</PaymentMethod>
</ListPaymentAccounts>
<ListPaymentAccounts>
<CreatedDateTime>2026-02-05T00:15:23.8917875+00:00</CreatedDateTime>
<Description>sample string 4</Description>
<Gateway>sample string 5</Gateway>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<LastUpdatedDateTime>2026-02-05T00:15:23.8917875+00:00</LastUpdatedDateTime>
<PaymentAccountId>1</PaymentAccountId>
<PaymentAccountName>sample string 6</PaymentAccountName>
<PaymentLink>sample string 3</PaymentLink>
<PaymentMethod>sample string 2</PaymentMethod>
</ListPaymentAccounts>
</ArrayOfListPaymentAccounts>