MerchantDepositInfo

Type:  Struct
Abstract:  no
Status:  Active
Java Class:  MerchantDepositInfo
Deposit information for remittances sent to the merchant.
holderName
References: Merchant Account Group.Bank Account Holder Name
XML Representation: attribute
Attributes:
Default Value
Full name of the account holder, where remittance deposits are directed.

Name of a payment card or bank account holder. The value is a concatenation of the firstName and lastName field values separated by a space.
routingNumber
References: Merchant Account Group.Bank Routing Number Masked
XML Representation: attribute
Attributes:
Default Value
Masked routing number (last four digits) of the bank account associated with the merchant account group.

When update (modify) action is performed, the real routing number information has to be supplied for this field. When the information is requested for reading (load), the masked value will be returned instead for security purposes.
accountNumber
References: Merchant Account Group.Bank Account Number Masked
XML Representation: attribute
Attributes:
Default Value
Masked account number (last four digits) of the bank account associated with the merchant account group.

When update (modify) action is performed, the real bank account information has to be supplied for this field. When the information is requested for reading (load), the masked value will be returned instead for security purposes.
tokenCode
References: Merchant Account Group.Token Code
XML Representation: attribute
Attributes:
Default Value
Value, issued by the internal tokenization system that replaces actual bank account and routing number. Using that value system can obtain the real bank account number and routing number to process.
bankName
References: Merchant Account Group.Bank Name
XML Representation: attribute
Attributes:
Default Value
Name of the bank which holds the account where remittance deposits are directed.
bankPhone
References: Merchant Account Group.Bank Phone
XML Representation: attribute
Attributes:
Default Value
Phone of the bank which holds the account where remittance deposits are directed.
accountType
References: Merchant Account Group.Bank Account Type CL
XML Representation: attribute
Attributes:
Represents the selected (or current) type of bank account.

XML Sample:

<deposit-info holderName="John Smith"  accountNumber="2741562792163512"  tokenCode="BC123654789654123446"  bankName="Bank Name"  bankPhone="18881234000"  accountType="C" />

"<deposit-info holderName=\"John Smith\" accountNumber=\"2741562792163512\" tokenCode=\"BC123654789654123446\" bankName=\"Bank Name\" bankPhone=\"18881234000\" accountType=\"C\" />"

JSON Sample:

{
  "holderName": "John Smith",
  "accountNumber": "2741562792163512",
  "tokenCode": "BC123654789654123446",
  "bankName": "Bank Name",
  "bankPhone": "18881234000",
  "accountType": "C"
}

XURL Sample:

?holderName=John+Smith&accountNumber=2741562792163512&tokenCode=BC123654789654123446&bankName=Bank+Name&bankPhone=18881234000&accountType=C&
holderName=John Smith
accountNumber=2741562792163512
tokenCode=BC123654789654123446
bankName=Bank Name
bankPhone=18881234000
accountType=C