Set Account-Level Auth Control

Use the Set Account-Level Auth Control endpoint to create or modify an account-level velocity control. Prior to calling this endpoint, call Get Auth Control to get the controlId for the control to set or modify. See Set Velocity Controls for instructions on using this endpoint.

To update existing velocity ALCs, see Updating velocity ALCs.

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: 12-digit numeric string
Example: "344101254935"

int32
required

The control ID of the velocity control to set or modify, as returned by Get Auth Control.
Pattern: Integer, max 18 digits
Example: 10492

float | null

The amount of the new limit. If this parameter is not populated when creating a new control, then transactionCount is required
Pattern: Decimal number (14, 2)
Example: 500.00

int32 | null

New number of transactions to permit. If this parameter is not populated when creating a new control, then amount is required.
Pattern: Integer, maximum 18 digits
Example: 5

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: "2022-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: "2022-03-10 23:59:59"

mccControls
array of strings | null

A list of one or more MCC ranges, including standalone values, to apply the velocity control to. Format is ['XXXX', 'YYYY-ZZZZ', 'AAAA-BBBB']. When updating a velocity control with an MCC range, specify the entire range: ['YYYY-ZZZZ']. Max 100 ranges.
Pattern: List of MCCs either alone or in a range.
Example: ['2000', '3000-3999', '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