Transaction ACH Push

Perform an ACH push transaction

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

The POST /transaction/ach/pull endpoint allows you to pull or debit funds from an account. It can be thought of as a way to request or move money from one account to another within the ACH network. This could be particularly useful if you need to receive payments, collect subscription or service fees, or simply when you need to pull money for any other reason. By supplying the necessary parameters in the request body, you can define and manage these debit transactions using our API.

Body Params
string
required
Defaults to {accountnumber}

Account number where the amount is debited from

string
Defaults to {addenda}

additional information for the transaction

int32
required
Defaults to null

the transaction amount

int32
required
Defaults to null

Id of the counterparty

string
Defaults to {description}

Description of the transaction

string
Defaults to {externalId}

External Id for the transaction

string
required
Defaults to {secCode}

Standard Entry Class Code

string
required
Defaults to {Service}

The type of Service (e.g. 'STANDARD')

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/plain