Set Account Feature

Use the Set Account Feature endpoint to set or modify specified attributes of a customer account.

  • When enabling and disabling fraud rules (featureType: 14), keep in mind that if you pass featureValue: Y and do not pass endDate, the end date is set to 3000-01-01, meaning that fraud rules are suspended indefinitely. To update the timespan for fraud-rule suspension, pass featureValue: Y and the new start and/or end date-times. To immediately re-enable fraud rules, pass featureValue: N. When featureValue: N, the date fields are ignored.
  • When you change account features 20, 21 or 22, you can arrange with Galileo to receive the ACFC: account_feature_change event message.
    📘

    Note

    Feature types 20, 21, and 22 are mutually exclusive. Only one can be set to Y at a time.

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, PAN or CAD of the account.
Pattern: PAN, PRN, or CAD
Example: "074103447228"

int32
required
0 to 999

Consult the featureType column in the Set Account Feature Values table for valid values.
Pattern: Integer
Example: 3

string | null
^[\w\W\s\d\|_\. '`\?,!@\$%#\"\/\-=~]{1,255}$

Consult the featureValue column in the Set Account Feature Values table for valid values.
Pattern: As specified in the featureValue column
Example: Y

date-time | null

The starting date-time for the date range. Default: current date-time
Pattern: YYYY-MM-DD hh:mm:ss
Example: "2016-01-01 10:10:15"

date-time | null

The ending date-time for the date range; must be equal to or later than startDate. Default: 3000-01-01 00:01:00
Pattern: YYYY-MM-DD hh:mm:ss
Example: "2016-02-01 10:10:10"

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