---
title: "View card types"
method: GET
path: "/transaction/v3/paymentTypes"
tags: ["Transactions"]
---

# View card types

`GET /transaction/v3/paymentTypes`

Returns an array listing all possible card types for transactions in Nexio.

See also the [Card type (cardType)](https://docs.nexiopay.com/docs/constant-transaction-values#card-type-cardtype) section of "Constant transaction values" in Guides.

<!-- theme: info -->
> 📘 Note
> 
> It is not possible to use this endpoint to see the possible card types that your merchant account can accept. That is dependent on the [connections](https://docs.nexiopay.com/docs/connections) that you have for your account. 
> 

<!-- theme: warning -->
> ⚠️ Try It
> 
> To use the Try It feature for this endpoint, you must use the credentials for your [Sandbox API user](https://docs.nexiopay.com/docs/sandbox-environments).


<div style="display:none;">

## Response parameters
- id
- name

</div>

## Response `200`

Success

- object[]
  - `id` integer — The ID of the card type. For possible IDs, see the [Card type (cardType)](https://docs.nexiopay.com/docs/constant-transaction-values#card-type-cardtype) section of "Constant transaction values" in Guides.
  - `name` string — The name associated with the card type. For possible values, see the [Card type (cardType)](https://docs.nexiopay.com/docs/constant-transaction-values#card-type-cardtype) section of "Constant transaction values" in Guides.

## Other responses

- `401` — Unauthorized. For help with this error and other error codes, see [Common errors](https://docs.nexiopay.com/docs/common-errors) in the Guides area.

---

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