---
title: "Get Card BIN Spend Controls"
method: GET
path: "/open-api/v3/consumption-scenarios"
tags: ["Card"]
---

# Get Card BIN Spend Controls

`GET /open-api/v3/consumption-scenarios`

Retrieves the globally effective spend controls, including whitelist/blacklist consumption scenarios and MCC rules.

## Query parameters

- `id` string — id
- `accountId` string — account id
- `usage` string — usage
- `listType` string — list type,default:BLACKLIST,enum:BLACKLIST,WHITELIST

## Response `200`

OK

- CardMccAndScenesResponse — Card MCC and Scenes Response
  - `code` string — Return code
  - `message` string — Error message
  - `data` CardMccAndScenesResource[] — Returned data
    - `id` integer — resource id
    - `keywords` string — keywords
    - `usage` string — usage
    - `listType` string — list type
    - `cardBinIds` string[] — card bin list
    - `cardIds` string[] — card id list

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/interlace/apis/core-resource.md) · [All operations](https://skmtc.net/interlace/apis/core-resource/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/interlace/core-resource/revisions/29c08a4da357/schema)
