Update card merchant category code controls

Update Merchant Category Code (MCC) Controls for Cards
This API updates the merchant category code controls configured for a card.
- When a merchant category is added to the allowedGroups, all other categories will be blocked. Conversely, if added to blockedGroups, all other categories will be allowed.
- Individual codes take precedence over groups. For example, if a group is added to the allowedGroups but one of its specific codes is also included in blockedCodes, all codes in that group will be allowed except the one listed in blockedCodes.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
length between 20 and 20
Body Params
string
enum
required

MCC Group Type

Allowed:
groups
array of strings

MCC Groups that will be added to blacklist or whitelist groups based on group type

groups
allowedCodes
array of strings

Allowed MCC codes

allowedCodes
blockedCodes
array of strings

Blocked MCC codes

blockedCodes
Headers
string

The W3C Trace Context traceparent header for distributed tracing.
It helps propagate trace information across services.
For more details, refer to the official Trace Context documentation.

Responses
204

Card merchant category code controls successfully updated

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
*/*