GET api/receipt/paymentitem/{bankaccountid}
Get saved payment item for specific bank account Processes this receipt API request. The parameter and response sections describe the data exchanged with the API.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| bankaccountid |
The bankaccountid value supplied with the request. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The response returned after the operation completes.
PaymentItemDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| SourceAccountId |
The unique identifier of the related source account resource. |
integer |
None. |
| AccountType |
The account type classification. |
AccountType |
None. |
| Amount |
The amount value. |
decimal number |
None. |
| PaymentType |
The payment type classification. |
PaymentType |
None. |
| ClientBankAccountId |
The unique identifier of the related client bank account resource. |
integer |
None. |
| Date |
The date, expressed as a date and time. |
date |
None. |
| Description |
The description value. |
string |
None. |
| AccountName |
The account name value. |
string |
None. |
| PropertyAccountName |
The property account name value. |
string |
None. |
| IsCleared |
Indicates whether this item is cleared. |
boolean |
None. |
| NegotiatorId |
The unique identifier of the related negotiator resource. |
integer |
None. |
| PaymentStatementReziDocumentIds |
The unique identifiers of the related payment statement rezi document resources. |
Collection of integer |
None. |
| PaymentStatementPreviewReziDocumentRef |
The payment statement preview rezi document ref value. |
string |
None. |
| ReceiptsCollection |
The collection of receipts collection. |
Collection of PaymentInvoiceCollectionDataContract |
None. |
| InvoicePaymentCollection |
The collection of invoice payment collection. |
Collection of PaymentInvoiceCollectionDataContract |
None. |
| RefundsCollection |
The collection of refunds collection. |
Collection of PaymentInvoiceCollectionDataContract |
None. |
| InvoiceDeductionCollection |
The collection of invoice deduction collection. |
Collection of PaymentInvoiceCollectionDataContract |
None. |
| RefundDeductionsCollection |
The collection of refund deductions collection. |
Collection of PaymentInvoiceCollectionDataContract |
None. |
| Reference |
The reference value. |
string |
None. |
| Id |
The unique identifier of this resource. |
integer |
None. |
Response Formats
application/json, text/json
{
"SourceAccountId": 1,
"AccountType": 0,
"Amount": 2.0,
"PaymentType": 0,
"ClientBankAccountId": 3,
"Date": "2026-08-05T00:27:13.9204481Z",
"Description": "sample string 4",
"AccountName": "sample string 5",
"PropertyAccountName": "sample string 6",
"IsCleared": true,
"NegotiatorId": 8,
"PaymentStatementReziDocumentIds": [
1,
2
],
"PaymentStatementPreviewReziDocumentRef": "sample string 9",
"ReceiptsCollection": [
{
"InvoiceId": 1,
"Amount": 1.0,
"SubTotalAmount": 2.0,
"TaxTotalAmount": 3.0,
"AllocationId": 1,
"ReceiptId": 1,
"RefundId": 1,
"RefundDeductionId": 1,
"PropertyAccountId": 1,
"CreatedDate": "2026-08-05T00:27:13.9204481Z",
"Description": "sample string 5",
"Type": "sample string 6",
"AllocationIdentifier": 1
},
{
"InvoiceId": 1,
"Amount": 1.0,
"SubTotalAmount": 2.0,
"TaxTotalAmount": 3.0,
"AllocationId": 1,
"ReceiptId": 1,
"RefundId": 1,
"RefundDeductionId": 1,
"PropertyAccountId": 1,
"CreatedDate": "2026-08-05T00:27:13.9204481Z",
"Description": "sample string 5",
"Type": "sample string 6",
"AllocationIdentifier": 1
}
],
"InvoicePaymentCollection": [
{
"InvoiceId": 1,
"Amount": 1.0,
"SubTotalAmount": 2.0,
"TaxTotalAmount": 3.0,
"AllocationId": 1,
"ReceiptId": 1,
"RefundId": 1,
"RefundDeductionId": 1,
"PropertyAccountId": 1,
"CreatedDate": "2026-08-05T00:27:13.9204481Z",
"Description": "sample string 5",
"Type": "sample string 6",
"AllocationIdentifier": 1
},
{
"InvoiceId": 1,
"Amount": 1.0,
"SubTotalAmount": 2.0,
"TaxTotalAmount": 3.0,
"AllocationId": 1,
"ReceiptId": 1,
"RefundId": 1,
"RefundDeductionId": 1,
"PropertyAccountId": 1,
"CreatedDate": "2026-08-05T00:27:13.9204481Z",
"Description": "sample string 5",
"Type": "sample string 6",
"AllocationIdentifier": 1
}
],
"RefundsCollection": [
{
"InvoiceId": 1,
"Amount": 1.0,
"SubTotalAmount": 2.0,
"TaxTotalAmount": 3.0,
"AllocationId": 1,
"ReceiptId": 1,
"RefundId": 1,
"RefundDeductionId": 1,
"PropertyAccountId": 1,
"CreatedDate": "2026-08-05T00:27:13.9204481Z",
"Description": "sample string 5",
"Type": "sample string 6",
"AllocationIdentifier": 1
},
{
"InvoiceId": 1,
"Amount": 1.0,
"SubTotalAmount": 2.0,
"TaxTotalAmount": 3.0,
"AllocationId": 1,
"ReceiptId": 1,
"RefundId": 1,
"RefundDeductionId": 1,
"PropertyAccountId": 1,
"CreatedDate": "2026-08-05T00:27:13.9204481Z",
"Description": "sample string 5",
"Type": "sample string 6",
"AllocationIdentifier": 1
}
],
"InvoiceDeductionCollection": [
{
"InvoiceId": 1,
"Amount": 1.0,
"SubTotalAmount": 2.0,
"TaxTotalAmount": 3.0,
"AllocationId": 1,
"ReceiptId": 1,
"RefundId": 1,
"RefundDeductionId": 1,
"PropertyAccountId": 1,
"CreatedDate": "2026-08-05T00:27:13.9204481Z",
"Description": "sample string 5",
"Type": "sample string 6",
"AllocationIdentifier": 1
},
{
"InvoiceId": 1,
"Amount": 1.0,
"SubTotalAmount": 2.0,
"TaxTotalAmount": 3.0,
"AllocationId": 1,
"ReceiptId": 1,
"RefundId": 1,
"RefundDeductionId": 1,
"PropertyAccountId": 1,
"CreatedDate": "2026-08-05T00:27:13.9204481Z",
"Description": "sample string 5",
"Type": "sample string 6",
"AllocationIdentifier": 1
}
],
"RefundDeductionsCollection": [
{
"InvoiceId": 1,
"Amount": 1.0,
"SubTotalAmount": 2.0,
"TaxTotalAmount": 3.0,
"AllocationId": 1,
"ReceiptId": 1,
"RefundId": 1,
"RefundDeductionId": 1,
"PropertyAccountId": 1,
"CreatedDate": "2026-08-05T00:27:13.9204481Z",
"Description": "sample string 5",
"Type": "sample string 6",
"AllocationIdentifier": 1
},
{
"InvoiceId": 1,
"Amount": 1.0,
"SubTotalAmount": 2.0,
"TaxTotalAmount": 3.0,
"AllocationId": 1,
"ReceiptId": 1,
"RefundId": 1,
"RefundDeductionId": 1,
"PropertyAccountId": 1,
"CreatedDate": "2026-08-05T00:27:13.9204481Z",
"Description": "sample string 5",
"Type": "sample string 6",
"AllocationIdentifier": 1
}
],
"Reference": "sample string 10",
"Id": 11
}