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
Name
Type
Description
apiVersion
number
The version of the API. By default it's 1.0
.
transferId
integer
The ID of the target ACH transfer.
Headers
Name
Type
Description
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)
Last updated