Sandbox: Settle an ACH Transfer
Simulates the settlement of an ACH Transfer by the Federal Reserve. This transfer must first have a status of pending_submission or submitted. For convenience, if the transfer is in status: pending_submission, the simulation will also submit the transfer. Without this simulation the transfer will eventually settle on its own following the same Federal Reserve timeline as in production. Additionally, you can specify the behavior of the inbound funds hold that is created when the ACH Transfer is settled. If no behavior is specified, the inbound funds hold will be released immediately in order for the funds to be available for use.
post/simulations/ach_transfers/{ach_transfer_id}/settle
Path parameters
ach_transfer_idstring required
The identifier of the ACH Transfer you wish to become settled.
Request body
Example request
{
"inbound_funds_hold_behavior": "release_immediately"
}Response
ACH Transfer
Example response
{
"account_id": "account_in71c4amph0vgo2qllky",
"account_number": "987654321",
"acknowledgement": {
"acknowledged_at": "2020-01-31T23:59:59Z"
},
"addenda": null,
"amount": 100,
"approval": {
"approved_at": "2020-01-31T23:59:59Z",
"approved_by": null
},
"cancellation": null,
"company_descriptive_date": null,
"company_discretionary_data": null,
"company_entry_description": null,
"company_id": "1234987601",
"company_name": "National Phonograph Company",
"created_at": "2020-01-31T23:59:59Z",
"created_by": {
"category": "user",
"user": {
"email": "user@example.com"
}
},
"currency": "USD",
"destination_account_holder": "business",
"external_account_id": "external_account_ukk55lr923a3ac0pp7iv",
"funding": "checking",
"id": "ach_transfer_uoxatyh3lt5evrsdvo7q",
"idempotency_key": null,
"inbound_funds_hold": null,
"individual_id": null,
"individual_name": "Ian Crease",
"network": "ach",
"notifications_of_change": [],
"pending_transaction_id": null,
"preferred_effective_date": {
"date": null,
"settlement_schedule": "same_day"
},
"return": null,
"routing_number": "101050001",
"settlement": null,
"standard_entry_class_code": "corporate_credit_or_debit",
"statement_descriptor": "Statement descriptor",
"status": "returned",
"submission": {
"administrative_returns_expected_by": "2020-02-05T11:00:00Z",
"effective_date": "2020-01-31",
"expected_funds_settlement_at": "2020-02-03T13:30:00Z",
"expected_settlement_schedule": "future_dated",
"submitted_at": "2020-01-31T23:59:59Z",
"trace_number": "058349238292834"
},
"transaction_id": "transaction_uyrp7fld2ium70oa7oi",
"type": "ach_transfer"
}