---
title: "Returns customer contract payment cc details for the authenticated user"
method: GET
path: "/v1/customer/contract_payment/cc"
tags: ["uncategorized"]
---

# Returns customer contract payment cc details for the authenticated user

`GET /v1/customer/contract_payment/cc`

## Response `200`

OK

- CcPaymentApprovalResponse
  - `expirationMonth` integer — expirationMonth
  - `expirationYear` integer — expirationYear
  - `cardType` string — cardType
  - `firstName` string — firstName
  - `lastName` string — lastName
  - `maskedAccountNumber` string — maskedAccountNumber
  - `provider` string — provider
  - `links` Link[] — links
    - `rel` string
    - `href` string

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.dev/linkmobility/apis/untitled-api.md) · [All operations](https://skmtc.dev/linkmobility/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/linkmobility/untitled-api/revisions/db84f79799b9/schema)
