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

NameDescriptionTypeAdditional information
accountNumber

The account number

string

Required

Body Parameters

None.

Response Information

Resource Description

A colleciton of CreditCardInfoDto objects

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.