POST
/
v1
/
account
/
{accountId}
/
test
/
ach
curl --request POST \
--url https://qa-api.sbx.solidfi.com/v1/account/{accountId}/test/ach \
--header 'Content-Type: application/json' \
--data '{
"amount": "10.00",
"description": "optional",
"senderName": "optional",
"senderRoutingNumber": "121042882",
"txnType": "credit"
}'
{
"accountId": "acc-ab566541-69c5-4393-8a41-47f167b2af02",
"ach": {
"authId": "",
"bankName": "Wells Fargo Bank National Association",
"contactId": "",
"name": "optional",
"routingNumber": "121042882",
"traceNumber": "3017",
"transferId": "tra-e5a7fca7-c48f-49cc-a468-fd513e155265",
"type": ""
},
"amount": "10.00",
"balance": "941.00",
"businessId": "bus-a4c781d1-abf2-4030-bc70-d860cf164013",
"buy": null,
"card": null,
"createdAt": "2023-11-20T08:35:39Z",
"crossBorder": null,
"debitCard": null,
"description": "optional:",
"digitalCheck": null,
"domesticWire": null,
"enrichedData": null,
"fallbackTransferId": "",
"fallbackTxnId": "",
"familyId": "",
"id": "txn-f070d2d0-bead-4766-82d2-f5200c8d121c",
"internationalWire": null,
"intrabank": null,
"metadata": null,
"modifiedAt": "2023-11-20T08:35:39Z",
"parentTransferId": "",
"parentTxnId": "",
"personId": "per-e6553324-1db8-49a8-a0d3-29132280b838",
"physicalCheck": null,
"programId": "prg-ffa511da-1adc-4603-b845-173b895a33f6",
"reviewCode": "",
"reviewMessage": "",
"sell": null,
"solidCard": null,
"status": "settled",
"subType": "received",
"title": "Received from optional",
"transferType": "ach",
"txnDate": "2023-11-20T08:35:39Z",
"txnType": "credit"
}

Headers

sd-api-key
string
Example:

"{{sd-api-key}}"

sd-person-id
string
Example:

"{{sd-person-id}}"

Path Parameters

accountId
string
required

Body

application/json
amount
string
Example:

"10.00"

description
string
Example:

"optional"

senderName
string
Example:

"citi"

senderRoutingNumber
string
Example:

"121042882"

txnType
string
Example:

"debit"

Response

200 - application/json

Test Incoming ACH (Credit) / Test Incoming ACH (Debit)

accountId
string
Example:

"acc-ab566541-69c5-4393-8a41-47f167b2af02"

ach
object
amount
string
Example:

"10.00"

balance
string
Example:

"941.00"

businessId
string
Example:

"bus-a4c781d1-abf2-4030-bc70-d860cf164013"

buy
any
card
any
createdAt
string
Example:

"2023-11-20T08:35:39Z"

crossBorder
any
debitCard
any
description
string
Example:

"optional:"

digitalCheck
any
domesticWire
any
enrichedData
any
fallbackTransferId
string
Example:

""

fallbackTxnId
string
Example:

""

familyId
string
Example:

""

id
string
Example:

"txn-f070d2d0-bead-4766-82d2-f5200c8d121c"

internationalWire
any
intrabank
any
metadata
any
modifiedAt
string
Example:

"2023-11-20T08:35:39Z"

parentTransferId
string
Example:

""

parentTxnId
string
Example:

""

personId
string
Example:

"per-e6553324-1db8-49a8-a0d3-29132280b838"

physicalCheck
any
programId
string
Example:

"prg-ffa511da-1adc-4603-b845-173b895a33f6"

reviewCode
string
Example:

""

reviewMessage
string
Example:

""

sell
any
solidCard
any
status
string
Example:

"settled"

subType
string
Example:

"received"

title
string
Example:

"Received from optional"

transferType
string
Example:

"ach"

txnDate
string
Example:

"2023-11-20T08:35:39Z"

txnType
string
Example:

"credit"