Charge Off Account

Use the Charge Off Account endpoint to charge off the specified account (sweep funds and set balance to 0.00) and move the account to status: R (charged off).

These are the rules for using the chargeOffDetails parameter:

  • chargeOffDetails accepts a JSON-formatted list with chargeOffAmount and chargeOffReason as the two keys.
  • The only valid values for chargeOffReason are the numerals 1-13, as shown in the chargeOffReason table.
  • chargeOffAmount is a float that must be greater than 0. If you pass 0 the request will fail.
  • chargeOffAmount is required when chargeOffReason does not equal 1.

Example: [{"chargeOffAmount": 2.6, "chargeOffReason": 5}, {"chargeOffAmount": 4.75, "chargeOffReason": 2}]

To recover a charged-off account use the Recover Charged-Off Account 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
^$|^([0-9]{12}|[0-9]{16})$

The PRN or PAN of the account. Do not use the PRN if more than one card has ever been associated with this account.
Pattern: PAN or PRN
Example: "074103447228"

string | null

A JSON object containing a list of charge-off details. See the endpoint description above for details.
Pattern: JSON format (list of dictionaries)
Example: "[{"chargeOffAmount": 2.6, "chargeOffReason": 5}, {"chargeOffAmount": 4.75, "chargeOffReason": 2}]"

int32 | null
enum

If accountNo is a secondary account, pass 1 to close all accounts with the same balance ID.
Pattern: Integer
Example: 1

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