HomeGuidesAPI ReferenceChangelog
Log In
API Reference

Perform an ACH pull transaction

Body Params
string
length between 1 and 255

Transaction Internal Note

number
required

Explicit decimal point and trailing zeros are truncated. Example: 1234.56.

string
required
date

Effective entry date for the transaction in the Nacha file. Needs to be an eligible date for Effective Entry Date if present.

string

Optional external ID to track the transaction

boolean

Amount must be 0 if true

string
required
length between 1 and 255

The first 10 character of the description will be used as Company Entry Description in the Nacha file. (For ACH endpoints). Originator to receiver message (For wire endpoints).

int32
required

counterparty ID of the recipient

counterparty
object

To create a new counterparty and use it for this transaction

string
enum

SAME_DAY to request a Same Day ACH. STANDARD to request Next Day ACH. The final process date depends on the Financial Institution?s processing window.

Allowed:
string
enum
required

SEC Code per Nacha standard

Allowed:
string

Optional text filed in the Nacha file for payment information. May or may not be displayed to the recipient. Max length 80.

Headers
string

For each new Transaction Request, the optional IdempotencyKey should be a unique identifier (UUID). If the same IdempotencyKey is used a second time for the same API, the application will not process a new transaction, but return the response of previous request. IdempotencyKey records have TTL of 24 hours.

Responses

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
*/*