addPartyChargeCard

Description
This transaction adds a charge card or credit card number to an existing party. Typically, a charge/credit card can be used as a payment source to pay insurance contracts such as a homeowners policy or an automobile policy. A party may be associated with multiple charge/credit cards.
Web Services
Operation name: addPartyChargeCard
Service name: PartyService
Example
Add a Visa credit card number to be used as a payment method to pay for Marc Johnson's boat insurance.
Usage information
A charge/credit card can be individually added using this transaction.

One or more charge/credit cards be added using the addFinancialProfile coarse-grained transaction.

The card types are user-definable using code tables.

Preconditions
A Party must exist.
Mandatory input
  • PartyId
  • ChargeCardType
  • CardNumber
  • CardExpiryDate
Inquiry levels
Not applicable
Filter values
Not applicable
Transaction behavior
If a start date not supplied, the current system date is used by default.

Currently, there are no validations completed on the validity of a charge/credit card number.

Request message
<TCRMTxType> addPartyChargeCard

<TCRMTxObject> TCRMPartyChargeCardBObj

<TCRMObject> TCRMPartyChargeCardBObj

Response objects
TCRMPartyChargeCardBObj
Special note
Not applicable