Originate an ACH Pull
Originate an ACH Pull
Headers
API key is required to call Solid APIs. You can view and manage your API keys in the Solid dashboard.
"{{api_key}}"
Body
unique id of the sub account
"sub_bda1e562657c41e553104b10aad3fe70"
unique id of the counterparty
"ctp_8e5541c8a9e50c3af3b0daacf9175130"
amount of the transaction
"500.00"
description of the transaction
"May Rent"
if ACH is same day or next day
"true"
date on which the ACH must post on the beneficiary's bank account
"2024-04-05"
text field within the ACH batch file used to reference ACH originator details like name, etc.
"DIRECT DEPOSIT"
text field within the ACH batch file that describes the purpose of the ACH transaction
"PAYROLL"
unique id to cross-reference records with external systems
"123-9088-2"
Response
unique id of the transaction
"txn_817d2a074042bb4ec54e08fd82b1e0a8"
unique id of the sub account
"sub_bda1e562657c41e553104b10aad3fe70"
unique id of the master account holder
"mas_743fa071316bc6beaf5dddfd05f49c30"
status of the transaction
originated
, pending
, clearing
, cleared
, settled
, canceled
, in_review
, returned
, reversed
, received
, declined
, refunded
"originated"
amount of the transaction
"93.50"
currency of the transaction
usd
"usd"
if transaction is debit or credit
debit
, credit
"debit"
payment method for the transaction
ach
, domestic_wire
, international_wire
, check
, fednow
, rtp
, debit_card
, card_issuing
"ach"
type within the payment method used for the transaction
push
, pull
, decline
, cancel
, return
, send
, deposit
, request
, auth
, adjust
, reverse
, refund
"push"
if transaction is incoming or outgoing
incoming
, outgoing
"outgoing"
description of the transaction
"Invoice payment"
available balance in the sub account after the transaction
"500.00"
total pending credits to the sub account after the transaction
"0.00"
total pending debits to the sub account after the transaction
"93.50"
unique id to cross-reference records with external systems
"123-9088-2"
purpose of the transaction
"May Invoice"
Metadata takes free-form key-value pairs. You may send metadata when you create an object (POST) and when updating the object (PATCH). If you would like to remove metadata that is already on an object, you can unset it by passing in the key-value pair with an empty string, like this: {"key": ""}