GET api/customer/registreredcreditcard
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
PaymentCardInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| CreatedDate | date |
None. |
|
| PaymentProvider | string |
None. |
|
| CustomerId | integer |
None. |
|
| CardBrand | string |
None. |
|
| CardType | string |
None. |
|
| CardMaskedPen | string |
None. |
|
| CardExpiryMonth | string |
None. |
|
| CardExpiryYear | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"CreatedDate": "2025-12-15T13:11:57.5012803+01:00",
"PaymentProvider": "sample string 2",
"CustomerId": 3,
"CardBrand": "sample string 4",
"CardType": "sample string 5",
"CardMaskedPen": "sample string 6",
"CardExpiryMonth": "sample string 7",
"CardExpiryYear": "sample string 8"
}
text/html
Sample:
{"CreatedDate":"2025-12-15T13:11:57.5012803+01:00","PaymentProvider":"sample string 2","CustomerId":3,"CardBrand":"sample string 4","CardType":"sample string 5","CardMaskedPen":"sample string 6","CardExpiryMonth":"sample string 7","CardExpiryYear":"sample string 8"}
application/xml, text/xml
Sample:
<PaymentCardInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LimitlessMobile.BusinessLogic"> <CardBrand>sample string 4</CardBrand> <CardExpiryMonth>sample string 7</CardExpiryMonth> <CardExpiryYear>sample string 8</CardExpiryYear> <CardMaskedPen>sample string 6</CardMaskedPen> <CardType>sample string 5</CardType> <CreatedDate>2025-12-15T13:11:57.5012803+01:00</CreatedDate> <CustomerId>3</CustomerId> <PaymentProvider>sample string 2</PaymentProvider> </PaymentCardInfo>