GET api/Payment/{accountNumber}/CreditCards
Gets all of the credit cards on the account. Only the last 4 of the CardNumber is displayed.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
accountNumber |
The account number |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
A colleciton of CreditCardInfoDto objects
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.