Get an ACH Transfer's Info

Retrieve information about an ACH transfer

Overview

This endpoint enables you to retrieve detailed information about an ACH transfer.

Get an ACH Transfer

GET baseURL/v{apiVersion}/transfers/ach/{transferID}

Returns the detailed information about the target transfer.

Path Parameters

NameTypeDescription

apiVersion

number

The version of the API. By default it's 1.0.

transferId

integer

The ID of the target ACH transfer.

Headers

NameTypeDescription

Et-App-Key

string

The unique key of your app that identifies it when communicating with our service. Contact your administrator to get this key.

Authorization

string

Authorization token. Must be provided in the following format: Bearer token (Bearer + 1 space + the token)

{
  "transferId": "62dac03d-f41f-4c2b-eca1-08d90984e4ba",
  "amount": 10,
  "actualAmount": 10,
  "achRelationshipId": "08947f4a-b9db-403c-5870-08d905847e9d",
  "closeAccount": false,
  "isDeposit": false,
  "iraDistribution": {​
    "reason": "RECHARACTERIZATION",
    "federalTaxAmount": 0,
    "stateTaxAmount": 0
  }
}

Last updated