getPartyBankAccount

Description
This inquiry transaction returns a specific recorded bank account for a given party. The response includes information such as bank number, branch number, account number, depositor's name, and more.
Web Services
Operation name: getPartyBankAccount
Service name: PartyService
Example
Retrieve the bank account information that is used as the payment method to pay an automobile policy for John Smith.
Usage information
The input for this transaction is the Payment Source ID (primary key) for the bank account being queried.
Preconditions
Not applicable
Mandatory input
  • PaymentSourceIdPK
Inquiry levels
Not applicable
Filter values
Not applicable
Transaction behavior
The response from this transaction returns the bank account information for the bank account key being queried.

The response also includes the associated PartyId

Request message
<InquiryType> getPartyBankAccount

<InquiryParam>

     <tcrmParam name= "PaymentSourceIdPK">

Response objects
TCRMPartyBankAccountBObj
Special note
Not applicable