ResellerDepositInfo

Type:  Struct
Abstract:  no
Status:  Active
Java Class:  ResellerDepositInfo
Groups fields reflecting deposit information for a reseller
holderName
References: Reseller.Bank Account Holder Name
XML Representation: attribute
Attributes:
Default Value
Pattern: NAME
Full name of the holder of the bank account associated with this reseller.

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: Reseller.Bank Routing Number Masked
XML Representation: attribute
Attributes:
Default Value
Masked routing number (last four digits) of the bank account associated with the reseller.

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: Reseller.Bank Account Number Masked
XML Representation: attribute
Attributes:
Default Value
Masked account number (last four digits) of the bank account associated with the reseller.

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

XML Sample:

<object holderName="John Smith"  routingNumber="211370545"  accountNumber="2741562792163512"  tokenCode="BC123654789654123446" />

"<object holderName=\"John Smith\" routingNumber=\"211370545\" accountNumber=\"2741562792163512\" tokenCode=\"BC123654789654123446\" />"

JSON Sample:

{
  "holderName": "John Smith",
  "routingNumber": "211370545",
  "accountNumber": "2741562792163512",
  "tokenCode": "BC123654789654123446"
}

XURL Sample:

?holderName=John+Smith&routingNumber=211370545&accountNumber=2741562792163512&tokenCode=BC123654789654123446&
holderName=John Smith
routingNumber=211370545
accountNumber=2741562792163512
tokenCode=BC123654789654123446