Modify Pending Deposit Status

Use the Modify Pending Deposit Status endpoint to either post or return pending direct ACH deposits that are returned by Get Pending Deposits. This endpoint is intended for a custom fraud monitoring and resolution strategy. Consult with Galileo to configure your program appropriately.

For more information on this endpoint see Modifying a pending ACH deposit status in the ACH Endpoints guide.

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 | null
^$|^([0-9]{12}|[0-9]{16})$

The PRN or PAN of the account.
Pattern: PAN or PRN
Example: "074103447228"

string | null
≤ 30
^[A-Za-z0-9\-+/=_]*$

Identifier supplied by the provider, which is not related to the Galileo system. This ID is stored in the Galileo system in association with this account and can be provided in the RDFs.
Pattern: Max 30 alphanumeric characters. Lowercase only.
Example: "553b45sbs"

int32
required

The ACH transaction identifier (ach_trans_id), as returned by the Get Pending Deposits endpoint.
Pattern: Integer
Example: 6844743

string
enum
required

Action to take on the pending deposit:

  • P — Post the deposit
  • R — Return the deposit to the sender. When returning the deposit, retCode is required

Pattern: String
Example: "P"

Allowed:
string
required

Category to assign to the deposit. See Deposit Category Codes for valid values.
Pattern: String
Example: "TAX"

string
enum
required

Indicates the decision for future ACH deposits that match the program settings for the current deposit. Values are:

  • A — Approve matching transactions.
  • D — Decline matching transactions.
  • W — Watch matching transactions and send for manual review.

Pattern: String
Example: "D"

Allowed:
string | null
enum

Reason for returning the deposit. This parameter is required when actionType: R. See the Return Codes table for valid values.
Pattern: String
Example: "R02"

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