GET
/
v1
/
send
/
ach
List all ACH Push
curl --request GET \
  --url https://qa-api.sbx.solidfi.com/v1/send/ach \
  --header 'Content-Type: application/json' \
  --data '""'
{
  "data": [
    {
      "accountId": "acc-ab566541-69c5-4393-8a41-47f167b2af02",
      "accountNumber": "1098324502",
      "accountType": "businessChecking",
      "address": {
        "addressType": "",
        "city": "",
        "country": "",
        "line1": "",
        "line2": "",
        "postalCode": "",
        "state": ""
      },
      "amount": "50.00",
      "attachment": "",
      "bankName": "Wells Fargo",
      "bin": "",
      "card": null,
      "contactId": "con-fe4769ef-e6c1-4f9d-8bbd-fe0ac57243f7",
      "createdAt": "2023-11-20T08:21:13Z",
      "description": "New description",
      "destinationAmount": "0.00",
      "destinationCurrency": "",
      "fallbackTransferId": "",
      "iban": "",
      "id": "tra-92ae92e8-7006-477e-af79-697c3fff0557",
      "metadata": {
        "description": "Pro user",
        "externalId": "usr_9HG724gvHJB378v3h"
      },
      "modifiedAt": "2023-11-20T08:21:26Z",
      "name": "Bright Might LLC",
      "parentTransferId": "",
      "purposeCode": "",
      "reviewCode": "",
      "reviewMessage": "",
      "routingNumber": "122235821",
      "status": "completed",
      "title": "New title",
      "transferSubType": "originated",
      "transferType": "ach",
      "transferredAt": "2023-11-20T08:21:13Z",
      "txnType": "debit",
      "type": "sameDay",
      "valid": ""
    }
  ],
  "total": 1
}

Headers

sd-api-key
string
Example:

"{{sd-api-key}}"

sd-person-id
string
Example:

"{{sd-person-id}}"

Query Parameters

accountId
string
Example:

"{{accountId}}"

Body

application/json · any

The body is of type any.

Response

200 - application/json

List all ACHs Pushed

data
object[]
Example:
[
{
"accountId": "acc-ab566541-69c5-4393-8a41-47f167b2af02",
"accountNumber": "1098324502",
"accountType": "businessChecking",
"address": {
"addressType": "",
"city": "",
"country": "",
"line1": "",
"line2": "",
"postalCode": "",
"state": ""
},
"amount": "50.00",
"attachment": "",
"bankName": "Wells Fargo",
"bin": "",
"card": null,
"contactId": "con-fe4769ef-e6c1-4f9d-8bbd-fe0ac57243f7",
"createdAt": "2023-11-20T08:21:13Z",
"description": "New description",
"destinationAmount": "0.00",
"destinationCurrency": "",
"fallbackTransferId": "",
"iban": "",
"id": "tra-92ae92e8-7006-477e-af79-697c3fff0557",
"metadata": {
"description": "Pro user",
"externalId": "usr_9HG724gvHJB378v3h"
},
"modifiedAt": "2023-11-20T08:21:26Z",
"name": "Bright Might LLC",
"parentTransferId": "",
"purposeCode": "",
"reviewCode": "",
"reviewMessage": "",
"routingNumber": "122235821",
"status": "completed",
"title": "New title",
"transferSubType": "originated",
"transferType": "ach",
"transferredAt": "2023-11-20T08:21:13Z",
"txnType": "debit",
"type": "sameDay",
"valid": ""
}
]
total
number
Example:

1