Exigo Web Service

GetAccountDirectDeposit
Returns direct deposit info for an existing customer.

CSV Support
No
Transactional Support
No

GetAccountDirectDepositRequest
CustomerID [Required]
Int32
Yes
The unique identifier of the customer
GetAccountDirectDepositResponse
NameOnAccount
String
The account holder's name
BankAccountNumberDisplay
String
The masked bank account number
BankRoutingNumber
String
The bank's routing number
DepositAccountType
DepositAccountType
The type of deposit account
BankName
String
The name on file with this payment method
BankAddress
String
The bank's street address
BankCity
String
The bank's city
BankState
String
The bank's state or region code (ie. TX, CA, etc.)
BankZip
String
The bank's zip code
BankCountry
String
The bank's country code (ie. US, CA, etc.)
BankAccountType
BankAccountType
The type of bank account
Iban
String
The bank's IBAN number
SwiftCode
String
The bank's SWIFT code
Result
The status of your web service call response. This property tells you if the call was executed successfully, any errors that occurred and other miscellanous, method-specific information.
ApiResult
Status
ResultStatus
Specifies whether the web service call was successfully executed.
Errors
String[]
An array of error messages that were returned from Exigo. If the web service call was successful, this colleciton will be empty.
TransactionKey
String
The unique GUID identifier assigned to this web service call for logging purposes.