Skip to main content

Class GetCollectionDetailsResponse


Properties

NAMETYPELENGTHREQUIREDDESCRIPTION
ReturnDatestring
CollectionAmountstringAmount of the transaction unless a fee has been assessed, then it will be the amount of the original transaction plus the fee.
ReferenceNumberstringSystem assigned number of the original transaction.
TransactionNumberstring50The unique user or system-assigned number to the original transaction.
OriginalAmountstringAmount of the original transaction.
NameOnAccountstringName of the maker of the transaction, if available.
EffectiveDatestring19The date and time the transaction was processed.
Field1string50Optional information associated with the transaction.
Field2string50Optional information associated with the transaction.
Field3string50Optional information associated with the transaction.
WsCollectionItemsWsCollectionItems

WsCollectionItems

NAMETYPELENGTHREQUIREDDESCRIPTION
CollectionItemTypestringPossible responses are:
  • Face
  • Fee
AmountstringAmount of the Collection item.
StatusstringPossible responses are:
  • Scheduled
  • Collected
  • Returned_NSF
  • Resolved
  • Disputed
  • Bad_Account
  • Uncollectable
  • Pulled
  • Unauthorized
CurrentAttemptbytePossible responses are:
  • 1, 2 or 3 for ACH transactions
  • 1 or 2 for Check21 transactions
AttemptsRemainingbytePossible responses are:
  • 0, 1 or 2 for ACH transactions
  • 0 or 1 for Check21 transactions
WsCollectionAttemptsWsCollectionAttempts

WsCollectionAttempts

NAMETYPELENGTHREQUIREDDESCRIPTION
AttemptbytePossible responses are:
  • 1, 2 or 3 for ACH transactions
  • 1 or 2 for Check21 transactions
CollectionStatusstringPossible responses are:
  • Scheduled
  • Collected
  • Returned_NSF
  • Resolved
  • Disputed
  • Bad_Account
  • Uncollectable
  • Pulled
  • Unauthorized
OriginallyScheduledstring
ReferenceNumberstringSystem assigned number of the returned transaction.

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>
<GetCollectionDetailsResponse xmlns="https://ssl.selectpayment.com/PV">
<GetCollectionDetailsResult>
<ReturnDate>Monday, June 17, 2013</ReturnDate>
<CollectionAmount>$270.00</CollectionAmount>
<ReferenceNumber>T:ABCC4PKBA1</ReferenceNumber>
<TransactionNumber>20130617-5</TransactionNumber>
<OriginalAmount>$250.00</OriginalAmount>
<NameOnAccount>Jane Doe</NameOnAccount>
<EffectiveDate>Tuesday, June 18, 2013</EffectiveDate>
<WsCollectionItems>
<WSCollectionItem>
<CollectionItemType>Face</CollectionItemType>
<Amount>$250.00</Amount>
<Status>Collected</Status>
<CurrentAttempt>2</CurrentAttempt>
<AttemptsRemaining>1</AttemptsRemaining>
<WsCollectionAttempts>
<WSCollectionAttempt>
<Attempt>2</Attempt>
<CollectionStatus>Collected</CollectionStatus>
<OriginallyScheduled>Monday, June 17, 2013</OriginallyScheduled>
<ReferenceNumber>PRN9CABC7D</ReferenceNumber>
</WSCollectionAttempt>
</WsCollectionAttempts>
</WSCollectionItem>
<WSCollectionItem>
<CollectionItemType>NSF Fee</CollectionItemType>
<Amount>$20.00</Amount>
<Status>Collected</Status>
<CurrentAttempt>1</CurrentAttempt>
<AttemptsRemaining>1</AttemptsRemaining>
<WsCollectionAttempts>
<WSCollectionAttempt>
<Attempt>1</Attempt>
<CollectionStatus>Collected</CollectionStatus>
<OriginallyScheduled>Monday, June 17, 2013</OriginallyScheduled>
<ReferenceNumber>QRN1F2GBF6</ReferenceNumber>
</WSCollectionAttempt>
</WsCollectionAttempts>
</WSCollectionItem>
</WsCollectionItems>
</GetCollectionDetailsResult>
</GetCollectionDetailsResponse>
</soap:Body>
</soap:Envelope>