curl --request POST \
--url https://api.sandbox.solidfi.com/v2/simulate/incoming/ach/push \
--header 'Content-Type: application/json' \
--header 'api-key: <api-key>' \
--data '{
"sub_account_id": "sub_bda1e562657c41e553104b10aad3fe70",
"amount": "500.00",
"description": "May Rent",
"counterparty": {
"name": "John Doe",
"routing_number": "121042882"
}
}'
{
"id": "txn_817d2a074042bb4ec54e08fd82b1e0a8",
"client_id": "cli_64c6c87ee9d609f36a6f390dc378a4ce",
"master_account_holder_id": "mah_201e02c581a098a740456c5c19fcfcd6",
"master_account_id": "mas_743fa071316bc6beaf5dddfd05f49c30",
"sub_account_holder_id": "sah_5ccfeef0adf0cbe2aa0980d2c9505752",
"sub_account_id": "sub_bda1e562657c41e553104b10aad3fe70",
"status": "received",
"amount": "500.00",
"currency": "usd",
"direction": "credit",
"method": "ach",
"type": "push",
"message": "incoming",
"description": "May Rent",
"available_balance": "1250.50",
"pending_credits": "500.00",
"pending_debits": "0.00",
"counterparty": {
"id": "",
"name": "John Doe",
"verification_status": "pass",
"account_number": "",
"routing_number": "121042882",
"account_type": "",
"bank_name": "Wells Fargo",
"beneficiary_bank": null,
"correspondent_bank": null,
"shipping_address": null
},
"ach": {
"same_day": "true",
"effective_date": "2024-04-04",
"company_discretionary_data": "",
"company_entry_description": "Payment",
"trace_number": "12104288212098",
"return_code": "",
"rta_id": ""
},
"parent_transaction_id": "",
"external_reference_id": "",
"purpose": "",
"ofac": {
"status": "pass",
"last_updated_at": "2024-04-01T21:00:00Z"
},
"attachments": null,
"metadata": null,
"reconciliation": {
"status": "reconciled",
"master_account": [
{
"id": "mas_743fa071316bc6beaf5dddfd05f49c30",
"transaction_id": "txn_a0b56852400c9fede6233fd8c2e60f9c",
"amount": "500.00"
}
],
"sub_account": [
{
"id": "sub_bda1e562657c41e553104b10aad3fe70",
"transaction_id": "txn_817d2a074042bb4ec54e08fd82b1e0a8",
"amount": "500.00"
}
]
},
"timestamps": {
"created_at": "2024-04-04T11:06:00Z",
"updated_at": "2024-04-04T11:06:00Z",
"settled_at": "2024-04-04T11:06:00Z"
}
}
Simulate an Incoming ACH Push
curl --request POST \
--url https://api.sandbox.solidfi.com/v2/simulate/incoming/ach/push \
--header 'Content-Type: application/json' \
--header 'api-key: <api-key>' \
--data '{
"sub_account_id": "sub_bda1e562657c41e553104b10aad3fe70",
"amount": "500.00",
"description": "May Rent",
"counterparty": {
"name": "John Doe",
"routing_number": "121042882"
}
}'
{
"id": "txn_817d2a074042bb4ec54e08fd82b1e0a8",
"client_id": "cli_64c6c87ee9d609f36a6f390dc378a4ce",
"master_account_holder_id": "mah_201e02c581a098a740456c5c19fcfcd6",
"master_account_id": "mas_743fa071316bc6beaf5dddfd05f49c30",
"sub_account_holder_id": "sah_5ccfeef0adf0cbe2aa0980d2c9505752",
"sub_account_id": "sub_bda1e562657c41e553104b10aad3fe70",
"status": "received",
"amount": "500.00",
"currency": "usd",
"direction": "credit",
"method": "ach",
"type": "push",
"message": "incoming",
"description": "May Rent",
"available_balance": "1250.50",
"pending_credits": "500.00",
"pending_debits": "0.00",
"counterparty": {
"id": "",
"name": "John Doe",
"verification_status": "pass",
"account_number": "",
"routing_number": "121042882",
"account_type": "",
"bank_name": "Wells Fargo",
"beneficiary_bank": null,
"correspondent_bank": null,
"shipping_address": null
},
"ach": {
"same_day": "true",
"effective_date": "2024-04-04",
"company_discretionary_data": "",
"company_entry_description": "Payment",
"trace_number": "12104288212098",
"return_code": "",
"rta_id": ""
},
"parent_transaction_id": "",
"external_reference_id": "",
"purpose": "",
"ofac": {
"status": "pass",
"last_updated_at": "2024-04-01T21:00:00Z"
},
"attachments": null,
"metadata": null,
"reconciliation": {
"status": "reconciled",
"master_account": [
{
"id": "mas_743fa071316bc6beaf5dddfd05f49c30",
"transaction_id": "txn_a0b56852400c9fede6233fd8c2e60f9c",
"amount": "500.00"
}
],
"sub_account": [
{
"id": "sub_bda1e562657c41e553104b10aad3fe70",
"transaction_id": "txn_817d2a074042bb4ec54e08fd82b1e0a8",
"amount": "500.00"
}
]
},
"timestamps": {
"created_at": "2024-04-04T11:06:00Z",
"updated_at": "2024-04-04T11:06:00Z",
"settled_at": "2024-04-04T11:06:00Z"
}
}
API key is required to call Solid APIs. You can view and manage your API keys in the Solid dashboard.
"{{api_key}}"
Simulate an Incoming ACH Push
The response is of type object
.