Set Account-Level MCC Controls

Use the Set Account-Level MCC Controls endpoint to create or modify account-level MCC controls. See Set MCC Controls for instructions on using this endpoint.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Form Data
string
required

Web service username, as provided by Galileo.
Pattern: Max 50 characters
Example: "AbC123-9999"

string
required

Web service password, as provided by Galileo.
Pattern: Max 15 characters
Example: "4sb62fh6w4h7w34g"

int32
required

Galileo-issued provider identifier.
Pattern: Max 10 digits
Example: 9999

string
required
1 to 60

A unique provider-generated ID to identify this API call. A UUID is preferred.
Pattern: 60 characters or less
Example: "9845dk-39fdk3fj3-4483483478"

string
required
^.+$

The PRN for the account. Do not use the CAD or PAN.
Pattern: PRN (12-digit numeric string)
Example: "344101254935"

string | null
enum

Whether the MCC range is ALLOW (a) or DENY (d). This parameter is required for new controls but for updates it should be blank.
Pattern: a or d
Example: "d"

Allowed:
string | null
enum

Whether the control applies only to online (card not present) transactions. Default: N.
Pattern: Y or N
Example: "Y"

Allowed:
date | null

Start date-time for the control. Can be set up to six months in the future. Cannot be in the past. Must be earlier than endDate. Default: Current Galileo system time
Pattern: YYYY-MM-DD hh:mm:ss or YYYY-MM-DD
Example: "2024-03-03 00:00:00"

date | null

End date-time for the control. Must be later than startDate. Cannot be in the past. Default: 3000-01-01 00:00:00.
Pattern: YYYY-MM-DD hh:mm:ss or YYYY-MM-DD
Example: "2024-03-10 23:59:59"

mccControls
array of strings
required
length between 1 and 100

A list of one or more MCC ranges, including standalone values. Format is ['XXXX', 'YYYY-ZZZZ', 'AAAA-BBBB']. When updating an MCC control, specify the entire range: ['YYYY-ZZZZ']. Max 100 ranges.
Pattern: List of 4-digit numbers either alone or in a range.
Example: ['2000', '3000-4000', '4567']

mccControls*
Headers
string
enum
Defaults to json

Use this header instead of the standard accept header to specify the response format.

Allowed:
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Response

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
application/xml