GET api/NYMCARDService/GetListOfAllCardProducts

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

BaseResponseOfCardProductListResponse
NameDescriptionTypeAdditional information
IsSuccess

boolean

None.

Data

CardProductListResponse

None.

ErrorMessage

string

None.

Response Formats

application/json, text/json

Sample:
{
  "IsSuccess": true,
  "Data": {
    "after": "sample string 1",
    "has_more": true,
    "data": [
      {
        "id": "sample string 1",
        "description": "sample string 2",
        "status": "sample string 3",
        "currency_settings": [
          {
            "supported_currency": "sample string 1",
            "settlement_currency": "sample string 2",
            "priority": 3,
            "status": "sample string 4",
            "allow_loads": true,
            "allow_unloads": true,
            "allow_scheme_debit_txn": true,
            "allow_scheme_credit_txn": true,
            "allow_incoming_transfer": true,
            "allow_outgoing_transfer": true,
            "allow_incoming_sweeps": true,
            "allow_outgoing_sweeps": true
          },
          {
            "supported_currency": "sample string 1",
            "settlement_currency": "sample string 2",
            "priority": 3,
            "status": "sample string 4",
            "allow_loads": true,
            "allow_unloads": true,
            "allow_scheme_debit_txn": true,
            "allow_scheme_credit_txn": true,
            "allow_incoming_transfer": true,
            "allow_outgoing_transfer": true,
            "allow_incoming_sweeps": true,
            "allow_outgoing_sweeps": true
          }
        ],
        "card_settings": {
          "bin": "sample string 1",
          "pan_range": [
            {
              "start_range": 1,
              "end_range": 2
            },
            {
              "start_range": 1,
              "end_range": 2
            }
          ],
          "pan_length": 2,
          "card_validity_term": 3,
          "service_code": "sample string 4",
          "allow_new_card_creation": true,
          "num_of_physical_cards_per_user": 6,
          "num_of_virtual_cards_per_user": 7,
          "initial_status_of_physical_card": "sample string 8",
          "initial_status_of_virtual_card": "sample string 9",
          "generate_proxy_number": true
        },
        "pin_settings": {
          "pin_type": "sample string 1",
          "pin_length": 2,
          "pin_retries": 3
        },
        "auth_settings": {
          "allow_atm": true,
          "allow_pos": true,
          "allow_chip": true,
          "allow_magstripe": true,
          "allow_chip_fallback": true,
          "allow_without_pin": true,
          "allow_ecommerce_non_3DS": true,
          "allow_ecommerce_3DS": true,
          "allow_ecommerce_without_CVV": true,
          "allow_account_verification_without_CVV": true,
          "allow_quasi_cash": true,
          "allow_scheme_account_funding": true,
          "allow_scheme_credits": true,
          "auth_aging": 14,
          "atc_threshold": "sample string 15",
          "allowed_countries_id": "sample string 16",
          "allowed_mccs_id": "sample string 17"
        },
        "created": "2024-09-19T04:13:18.223375+00:00",
        "modified": "2024-09-19T04:13:18.223375+00:00",
        "pan_format_token": "sample string 6",
        "track_format_token": "sample string 7",
        "proxy_format_token": "sample string 8"
      },
      {
        "id": "sample string 1",
        "description": "sample string 2",
        "status": "sample string 3",
        "currency_settings": [
          {
            "supported_currency": "sample string 1",
            "settlement_currency": "sample string 2",
            "priority": 3,
            "status": "sample string 4",
            "allow_loads": true,
            "allow_unloads": true,
            "allow_scheme_debit_txn": true,
            "allow_scheme_credit_txn": true,
            "allow_incoming_transfer": true,
            "allow_outgoing_transfer": true,
            "allow_incoming_sweeps": true,
            "allow_outgoing_sweeps": true
          },
          {
            "supported_currency": "sample string 1",
            "settlement_currency": "sample string 2",
            "priority": 3,
            "status": "sample string 4",
            "allow_loads": true,
            "allow_unloads": true,
            "allow_scheme_debit_txn": true,
            "allow_scheme_credit_txn": true,
            "allow_incoming_transfer": true,
            "allow_outgoing_transfer": true,
            "allow_incoming_sweeps": true,
            "allow_outgoing_sweeps": true
          }
        ],
        "card_settings": {
          "bin": "sample string 1",
          "pan_range": [
            {
              "start_range": 1,
              "end_range": 2
            },
            {
              "start_range": 1,
              "end_range": 2
            }
          ],
          "pan_length": 2,
          "card_validity_term": 3,
          "service_code": "sample string 4",
          "allow_new_card_creation": true,
          "num_of_physical_cards_per_user": 6,
          "num_of_virtual_cards_per_user": 7,
          "initial_status_of_physical_card": "sample string 8",
          "initial_status_of_virtual_card": "sample string 9",
          "generate_proxy_number": true
        },
        "pin_settings": {
          "pin_type": "sample string 1",
          "pin_length": 2,
          "pin_retries": 3
        },
        "auth_settings": {
          "allow_atm": true,
          "allow_pos": true,
          "allow_chip": true,
          "allow_magstripe": true,
          "allow_chip_fallback": true,
          "allow_without_pin": true,
          "allow_ecommerce_non_3DS": true,
          "allow_ecommerce_3DS": true,
          "allow_ecommerce_without_CVV": true,
          "allow_account_verification_without_CVV": true,
          "allow_quasi_cash": true,
          "allow_scheme_account_funding": true,
          "allow_scheme_credits": true,
          "auth_aging": 14,
          "atc_threshold": "sample string 15",
          "allowed_countries_id": "sample string 16",
          "allowed_mccs_id": "sample string 17"
        },
        "created": "2024-09-19T04:13:18.223375+00:00",
        "modified": "2024-09-19T04:13:18.223375+00:00",
        "pan_format_token": "sample string 6",
        "track_format_token": "sample string 7",
        "proxy_format_token": "sample string 8"
      }
    ]
  },
  "ErrorMessage": "sample string 2"
}

application/xml, text/xml

Sample:
<BaseResponseOfCardProductListResponsezwF0ve9J xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bankiom.NYMCARD.Service.Models">
  <Data>
    <after>sample string 1</after>
    <data>
      <CardProductInfo>
        <auth_settings>
          <allow_account_verification_without_CVV>true</allow_account_verification_without_CVV>
          <allow_atm>true</allow_atm>
          <allow_chip>true</allow_chip>
          <allow_chip_fallback>true</allow_chip_fallback>
          <allow_ecommerce_3DS>true</allow_ecommerce_3DS>
          <allow_ecommerce_non_3DS>true</allow_ecommerce_non_3DS>
          <allow_ecommerce_without_CVV>true</allow_ecommerce_without_CVV>
          <allow_magstripe>true</allow_magstripe>
          <allow_pos>true</allow_pos>
          <allow_quasi_cash>true</allow_quasi_cash>
          <allow_scheme_account_funding>true</allow_scheme_account_funding>
          <allow_scheme_credits>true</allow_scheme_credits>
          <allow_without_pin>true</allow_without_pin>
          <allowed_countries_id>sample string 16</allowed_countries_id>
          <allowed_mccs_id>sample string 17</allowed_mccs_id>
          <atc_threshold>sample string 15</atc_threshold>
          <auth_aging>14</auth_aging>
        </auth_settings>
        <card_settings>
          <allow_new_card_creation>true</allow_new_card_creation>
          <bin>sample string 1</bin>
          <card_validity_term>3</card_validity_term>
          <generate_proxy_number>true</generate_proxy_number>
          <initial_status_of_physical_card>sample string 8</initial_status_of_physical_card>
          <initial_status_of_virtual_card>sample string 9</initial_status_of_virtual_card>
          <num_of_physical_cards_per_user>6</num_of_physical_cards_per_user>
          <num_of_virtual_cards_per_user>7</num_of_virtual_cards_per_user>
          <pan_length>2</pan_length>
          <pan_range>
            <PanRange>
              <end_range>2</end_range>
              <start_range>1</start_range>
            </PanRange>
            <PanRange>
              <end_range>2</end_range>
              <start_range>1</start_range>
            </PanRange>
          </pan_range>
          <service_code>sample string 4</service_code>
        </card_settings>
        <created>2024-09-19T04:13:18.223375+00:00</created>
        <currency_settings>
          <CurrencySetting>
            <allow_incoming_sweeps>true</allow_incoming_sweeps>
            <allow_incoming_transfer>true</allow_incoming_transfer>
            <allow_loads>true</allow_loads>
            <allow_outgoing_sweeps>true</allow_outgoing_sweeps>
            <allow_outgoing_transfer>true</allow_outgoing_transfer>
            <allow_scheme_credit_txn>true</allow_scheme_credit_txn>
            <allow_scheme_debit_txn>true</allow_scheme_debit_txn>
            <allow_unloads>true</allow_unloads>
            <priority>3</priority>
            <settlement_currency>sample string 2</settlement_currency>
            <status>sample string 4</status>
            <supported_currency>sample string 1</supported_currency>
          </CurrencySetting>
          <CurrencySetting>
            <allow_incoming_sweeps>true</allow_incoming_sweeps>
            <allow_incoming_transfer>true</allow_incoming_transfer>
            <allow_loads>true</allow_loads>
            <allow_outgoing_sweeps>true</allow_outgoing_sweeps>
            <allow_outgoing_transfer>true</allow_outgoing_transfer>
            <allow_scheme_credit_txn>true</allow_scheme_credit_txn>
            <allow_scheme_debit_txn>true</allow_scheme_debit_txn>
            <allow_unloads>true</allow_unloads>
            <priority>3</priority>
            <settlement_currency>sample string 2</settlement_currency>
            <status>sample string 4</status>
            <supported_currency>sample string 1</supported_currency>
          </CurrencySetting>
        </currency_settings>
        <description>sample string 2</description>
        <id>sample string 1</id>
        <modified>2024-09-19T04:13:18.223375+00:00</modified>
        <pan_format_token>sample string 6</pan_format_token>
        <pin_settings>
          <pin_length>2</pin_length>
          <pin_retries>3</pin_retries>
          <pin_type>sample string 1</pin_type>
        </pin_settings>
        <proxy_format_token>sample string 8</proxy_format_token>
        <status>sample string 3</status>
        <track_format_token>sample string 7</track_format_token>
      </CardProductInfo>
      <CardProductInfo>
        <auth_settings>
          <allow_account_verification_without_CVV>true</allow_account_verification_without_CVV>
          <allow_atm>true</allow_atm>
          <allow_chip>true</allow_chip>
          <allow_chip_fallback>true</allow_chip_fallback>
          <allow_ecommerce_3DS>true</allow_ecommerce_3DS>
          <allow_ecommerce_non_3DS>true</allow_ecommerce_non_3DS>
          <allow_ecommerce_without_CVV>true</allow_ecommerce_without_CVV>
          <allow_magstripe>true</allow_magstripe>
          <allow_pos>true</allow_pos>
          <allow_quasi_cash>true</allow_quasi_cash>
          <allow_scheme_account_funding>true</allow_scheme_account_funding>
          <allow_scheme_credits>true</allow_scheme_credits>
          <allow_without_pin>true</allow_without_pin>
          <allowed_countries_id>sample string 16</allowed_countries_id>
          <allowed_mccs_id>sample string 17</allowed_mccs_id>
          <atc_threshold>sample string 15</atc_threshold>
          <auth_aging>14</auth_aging>
        </auth_settings>
        <card_settings>
          <allow_new_card_creation>true</allow_new_card_creation>
          <bin>sample string 1</bin>
          <card_validity_term>3</card_validity_term>
          <generate_proxy_number>true</generate_proxy_number>
          <initial_status_of_physical_card>sample string 8</initial_status_of_physical_card>
          <initial_status_of_virtual_card>sample string 9</initial_status_of_virtual_card>
          <num_of_physical_cards_per_user>6</num_of_physical_cards_per_user>
          <num_of_virtual_cards_per_user>7</num_of_virtual_cards_per_user>
          <pan_length>2</pan_length>
          <pan_range>
            <PanRange>
              <end_range>2</end_range>
              <start_range>1</start_range>
            </PanRange>
            <PanRange>
              <end_range>2</end_range>
              <start_range>1</start_range>
            </PanRange>
          </pan_range>
          <service_code>sample string 4</service_code>
        </card_settings>
        <created>2024-09-19T04:13:18.223375+00:00</created>
        <currency_settings>
          <CurrencySetting>
            <allow_incoming_sweeps>true</allow_incoming_sweeps>
            <allow_incoming_transfer>true</allow_incoming_transfer>
            <allow_loads>true</allow_loads>
            <allow_outgoing_sweeps>true</allow_outgoing_sweeps>
            <allow_outgoing_transfer>true</allow_outgoing_transfer>
            <allow_scheme_credit_txn>true</allow_scheme_credit_txn>
            <allow_scheme_debit_txn>true</allow_scheme_debit_txn>
            <allow_unloads>true</allow_unloads>
            <priority>3</priority>
            <settlement_currency>sample string 2</settlement_currency>
            <status>sample string 4</status>
            <supported_currency>sample string 1</supported_currency>
          </CurrencySetting>
          <CurrencySetting>
            <allow_incoming_sweeps>true</allow_incoming_sweeps>
            <allow_incoming_transfer>true</allow_incoming_transfer>
            <allow_loads>true</allow_loads>
            <allow_outgoing_sweeps>true</allow_outgoing_sweeps>
            <allow_outgoing_transfer>true</allow_outgoing_transfer>
            <allow_scheme_credit_txn>true</allow_scheme_credit_txn>
            <allow_scheme_debit_txn>true</allow_scheme_debit_txn>
            <allow_unloads>true</allow_unloads>
            <priority>3</priority>
            <settlement_currency>sample string 2</settlement_currency>
            <status>sample string 4</status>
            <supported_currency>sample string 1</supported_currency>
          </CurrencySetting>
        </currency_settings>
        <description>sample string 2</description>
        <id>sample string 1</id>
        <modified>2024-09-19T04:13:18.223375+00:00</modified>
        <pan_format_token>sample string 6</pan_format_token>
        <pin_settings>
          <pin_length>2</pin_length>
          <pin_retries>3</pin_retries>
          <pin_type>sample string 1</pin_type>
        </pin_settings>
        <proxy_format_token>sample string 8</proxy_format_token>
        <status>sample string 3</status>
        <track_format_token>sample string 7</track_format_token>
      </CardProductInfo>
    </data>
    <has_more>true</has_more>
  </Data>
  <ErrorMessage>sample string 2</ErrorMessage>
  <IsSuccess>true</IsSuccess>
</BaseResponseOfCardProductListResponsezwF0ve9J>