Skip to main content

Querying for ACH accounts

GET 

/api/v3/ach

Available query parameter values for filtering:

  • ach_id
  • customer_id
  • external_key
  • token

Request

Query Parameters

    where string

    customer_id:EQUALS:1000

    order string

    ach_id:ASC

    limit string

    2

    offset string

    8

Responses

Object was fetched successfully

Schema

    code integer
    status string
    message stringnullable
    details objectnullable

    response

    object[]

  • Array [

  • ach_id integer

    ACH ID #

    customer_id integer

    Customer ID #

    external_key string

    Unique external key value

    type string

    Bank account type (one of: chec, busi, savi)

    type_name string

    Bank account type (pretty name)

    token string

    ACH account token

    mask_number string

    Last 4 digits of the bank account number

    mask_routing string

    Bank account routing number

    name string

    Name on bank account

    mask_bank string

    Bank name

    url_verifylink string

    ACH verification link

    write_datetime string

    Date/time the bank account was stored

    mod_datetime string

    Date/time the bank account was modified

  • ]

Loading...