Receive
List all ACH Pull
Getting Started
Person
Business
Documents Person
Document Business
Member
Accounts
Contacts
Send
- GETList all Intrabank Push
- POSTSend an Intrabank Push
- GETGet an Intrabank Push
- PATCHUpdate an Intrabank Push
- GETList all ACH Push
- POSTSend an ACH Push
- GETGet an ACH Push
- PATCHUpdate an ACH Push
- GETList all Wire Sent
- POSTSend an Wire Transfer
- GETGet an Wire Transfer
- PATCHUpdate an Wire Transfer
- GETList all Check Sent
- POSTSend an Check
- GETGet an Check Sent
- PATCHUpdate an Check Sent
Receive
Cards
Webhooks
Program
Help Desk
Receive
List all ACH Pull
List all ACH Pull
GET
/
v1
/
receive
/
ach
curl --request GET \
--url https://qa-api.sbx.solidfi.com/v1/receive/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": "6.00",
"attachment": "",
"bankName": "Wells Fargo",
"bin": "",
"card": null,
"contactId": "con-fe4769ef-e6c1-4f9d-8bbd-fe0ac57243f7",
"createdAt": "2023-11-20T08:28:40Z",
"description": "New description",
"destinationAmount": "0.00",
"destinationCurrency": "",
"fallbackTransferId": "",
"iban": "",
"id": "tra-129f4f1d-4335-4a03-b22c-5c1937ea9c9b",
"metadata": {
"description": "Pro user",
"externalId": "usr_9HG724gvHJB378v3h"
},
"modifiedAt": "2023-11-20T08:28:58Z",
"name": "Bright Might LLC",
"parentTransferId": "",
"purposeCode": "",
"reviewCode": "",
"reviewMessage": "",
"routingNumber": "122235821",
"status": "pending",
"title": "New title",
"transferSubType": "originated",
"transferType": "ach",
"transferredAt": "2023-11-20T08:28:40Z",
"txnType": "credit",
"type": "sameDay",
"valid": ""
}
],
"total": 1
}
Query Parameters
Example:
"{{accountId}}"
Body
application/json · any
The body is of type any
.
Response
200 - application/json
List all ACH Pulls
The response is of type object
.
curl --request GET \
--url https://qa-api.sbx.solidfi.com/v1/receive/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": "6.00",
"attachment": "",
"bankName": "Wells Fargo",
"bin": "",
"card": null,
"contactId": "con-fe4769ef-e6c1-4f9d-8bbd-fe0ac57243f7",
"createdAt": "2023-11-20T08:28:40Z",
"description": "New description",
"destinationAmount": "0.00",
"destinationCurrency": "",
"fallbackTransferId": "",
"iban": "",
"id": "tra-129f4f1d-4335-4a03-b22c-5c1937ea9c9b",
"metadata": {
"description": "Pro user",
"externalId": "usr_9HG724gvHJB378v3h"
},
"modifiedAt": "2023-11-20T08:28:58Z",
"name": "Bright Might LLC",
"parentTransferId": "",
"purposeCode": "",
"reviewCode": "",
"reviewMessage": "",
"routingNumber": "122235821",
"status": "pending",
"title": "New title",
"transferSubType": "originated",
"transferType": "ach",
"transferredAt": "2023-11-20T08:28:40Z",
"txnType": "credit",
"type": "sameDay",
"valid": ""
}
],
"total": 1
}