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.
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.
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.
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