---
title: "Retrieves (finished) cc payment authorization"
method: POST
path: "/v1/payments/cc/retrieve"
tags: ["payments"]
---

# Retrieves (finished) cc payment authorization

`POST /v1/payments/cc/retrieve`

## Request body

- CcPaymentRetrieveRequest
  - `token` string
  - `nonce` string

## Response `201`

Created

- CcPaymentResponse
  - `transactionState` string — transactionState
  - `transactionType` string — transactionType
  - `expirationMonth` integer — expirationMonth
  - `expirationYear` integer — expirationYear
  - `cardType` string — cardType
  - `firstName` string — firstName
  - `lastName` string — lastName
  - `maskedAccountNumber` string — maskedAccountNumber
  - `paymentProviderResponse` object — paymentProviderResponse
  - `payload` string — payload

## Other responses

- `400` — Bad request
- `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)
