Skip to main content
POST
Create Ach Transaction

Headers

X-IDEMPOTENCY-KEY
string<uuid>
required
source
string | null
X-API-SIGNATURE
string
required

Signature header

X-API-TIMESTAMP
integer
required

Timestamp header

X-API-NONCE
string
required

Nonce header

X-API-SUBSCRIPTION-KEY
string
required

Account ID header

Body

application/json

Schema to deserialize the ACH transaction request.

amount
required

Amount to be transferred

Required range: 0 < x <= 100000000
Example:

100

direction
enum<string>
required

Direction

Available options:
deposit,
withdrawal
Examples:

"withdrawal"

"deposit"

originating_account_id
string
required

Originating account ID

Example:

"54_6HsrzVBq3MReLHXNnb5Qk"

external_account_id
string
required

External bank account ID

Response

Successful Response

message
string
required
data
CreateAchTransactionResponse · object | null

Schema to serialize the ach transaction response.