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

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

"<depositInfo 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