Modify Status

Use the Modify Status endpoint to change the status of an account, a card, or both. This endpoint does not change any other kind of status.

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

Specifies the account and/or card status to set. See the Modify Status Types enumeration for valid values.
Pattern: Predefined integer value range
Example: 2

date-time | null

Valid only with type: 17 (freeze card). If you pass a value for startDate, you must also populate endDate. Default is current date-time.
Pattern: YYYY-MM-DD hh:mm:ss
Example: "2020-02-02 12:22:02"

date-time | null

Valid only with type: 17 (freeze card). If you pass a value for endDate, you must also populate startDate. Must be later than startDate. Default is current date-time plus 24 hours.
Pattern: YYYY-MM-DD hh:mm:ss
Example: "2020-02-12 10:00:00"

string | null
enum

Valid only when type: 19. Pass Y to bypass the card replacement fee (REP).
Pattern: String
Example: "Y"

Allowed:
string | null
[0-9]{4}$

If multiple cards are associated with this account, use this value to ensure that the correct card is selected.
Pattern: 4 digits
Example: "0789"

string | null
enum

Specifies the account closure reason. See the Account Closure Reasons enumeration for valid values. Populate this parameter only when type contains 2, 13, 16 or 20.
Pattern: String
Example: "inactivity"

string | null
enum

Controls whether to charge the express mail fee for the reissued card. Default: blank.
Pattern: "Y" or blank
Example: "Y"

Allowed:
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