CreateCardNumberAccountRequest

Type: Tessitura.Service.Client.CRM.CreateCardNumberAccountRequest

Property Name Data Type Length Required Readonly Notes
AccountNumber string Y
CardExpiryMonth integer Y
CardExpiryYear integer Y
ConstituentId integer Y
FK: T_CUSTOMER.customer_no   Resource: Constituents
Inactive boolean Y
Name string Y Name on card
PaymentMethodGroupId integer N Required when payment card tokenization enabled
FK: TR_PMT_METHOD_GROUP.id   Resource: PaymentMethodGroups
TransactionOrigin string Y Text indicating the origin of the transaction. The text will be written to T_PAYMENT_GATEWAY_ACTIVITY.origin if payment card tokenization is enabled.
ExclusiveToControlledBatchId integer N If controlled batch ID number is provided, the account will be deleted when the controlled batch is closed.
FK: T_BATCH.batch_no   Resource: Batch
VantivEncryptedCard VantivEncryptedCard N Accepted only for controlled batches
ReturnAccountIfAccountExists boolean N Don't create account if the account being created already exists. Instead, return the data for the existing account.