GET api/Payment/{accountNumber}/BankAccounts
Gets all of the bank accounts on the account. Only the last 4 of the BankAccountNumber is displayed. C is for checking and S is for savings on the bank account type
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
accountNumber |
The account number |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
A collection of BankAccountInfoDto objects
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.