v1

latestOpenAPI 3.0.0ISC2026-07-249501.1 MB
Transactions

View card types

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

See also the 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 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.

<div style="display:none;">

Response parameters

  • id
  • name
</div>
get/transaction/v3/paymentTypes

Response

Success

idinteger

The ID of the card type.

For possible IDs, see the Card type (cardType) section of "Constant transaction values" in Guides.

namestring

The name associated with the card type.

For possible values, see the Card type (cardType) section of "Constant transaction values" in Guides.

Example response

[
  {
    "id": 10,
    "name": "visa"
  }
]