Skip to main content

Class GetCollectionReportBuilderResponse


Properties

NAMETYPELENGTHDESCRIPTION
CollectionIdlongThe unique system assigned number associated with this collection transaction.
LocationstringThe name of the location and the location Id (LID) associated with a re-presented item
ReturnDatestringDate transaction was returned
NameOnAccountstring50Maker of the check
TransactionNumberstring50The unique user or system-assigned number to a transaction.
Field1string50Optional information associated with the transaction.
Field2string50Optional information associated with the transaction.
Field3string50Optional information associated with the transaction.
ReferenceNumberstring20The system assigned reference number for a transaction.
FaceAmountstringThe original amount of the transaction.
CollectionAmountstringAmount of the transaction unless a fee has been assessed, then it will be the amount of the original transaction plus the fee.

Examples

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<GetCollectionReportBuilderResponse xmlns="https://ssl.selectpayment.com/PV">
<GetCollectionReportBuilderResult>
<WSCollection>
<CollectionId>11212</CollectionId>
<Location>Accounts Receivable (11111)</Location>
<ReturnDate>6/13/2013 1:24:00 PM</ReturnDate>
<NameOnAccount>John Doe</NameOnAccount>
<TransactionNumber>20130613-44</TransactionNumber>
<Field1>white</Field1>
<Field2>blue</Field2>
<Field3>red</Field3>
<ReferenceNumber>T:NKLMNKBA1</ReferenceNumber>
<FaceAmount>$123.45</FaceAmount>
<CollectionAmount>$123.45</CollectionAmount>
</WSCollection>
<WSCollection>
<CollectionId>11212</CollectionId>
<Location> Accounts Receivable (11111)</Location>
<ReturnDate>6/13/2013 1:24:00 PM</ReturnDate>
<NameOnAccount>Jane Doe</NameOnAccount>
<TransactionNumber>20130613-43</TransactionNumber>
<Field1>museums</Field1>
<Field2>art galleries</Field2>
<Field3>zoos</Field3>
<ReferenceNumber>T:UV3QBBKBA1</ReferenceNumber>
<FaceAmount>$153.25</FaceAmount>
<CollectionAmount>$153.25</CollectionAmount>
</WSCollection>
<WSCollection>
<CollectionId>12233</CollectionId>
<Location> Accounts Receivable (11111)</Location>
<ReturnDate>6/13/2013 1:24:00 PM</ReturnDate>
<NameOnAccount>Profit Stars</NameOnAccount>
<TransactionNumber>{95cfce2e-3a53-4083-bffc-b541d66be67f}</TransactionNumber>
<Field1/>
<Field2/>
<Field3/>
<ReferenceNumber>T:12Y4BBKBA1</ReferenceNumber>
<FaceAmount>$10.95</FaceAmount>
<CollectionAmount>$10.95</CollectionAmount>
</WSCollection>
<WSCollection>
<CollectionId>13322</CollectionId>
<Location> Accounts Receivable (11111)</Location>
<ReturnDate>6/13/2013 12:00:00 AM</ReturnDate>
<NameOnAccount/>
<TransactionNumber>{ef8a1725-b3f9-41de-900a-f3ac35281bcd}</TransactionNumber>
<Field1/>
<Field2/>
<Field3/>
<ReferenceNumber>T:AB1CD2BKBA1</ReferenceNumber>
<FaceAmount>$75.00</FaceAmount>
<CollectionAmount>$75.00</CollectionAmount>
</WSCollection>
</GetCollectionReportBuilderResult>
</GetCollectionReportBuilderResponse>
</soap:Body>
</soap:Envelope>