Retrieve an ACH Prenotification
get/ach_prenotifications/{ach_prenotification_id}
Path parameters
ach_prenotification_idstring required
The identifier of the ACH Prenotification to retrieve.
Response
ACH Prenotification
Example response
{
"account_id": null,
"account_number": "987654321",
"addendum": null,
"company_descriptive_date": null,
"company_discretionary_data": null,
"company_entry_description": null,
"company_name": null,
"created_at": "2020-01-31T23:59:59Z",
"credit_debit_indicator": null,
"effective_date": null,
"id": "ach_prenotification_ubjf9qqsxl3obbcn1u34",
"idempotency_key": null,
"individual_id": null,
"individual_name": null,
"notifications_of_change": [],
"prenotification_return": null,
"routing_number": "101050001",
"standard_entry_class_code": null,
"status": "submitted",
"type": "ach_prenotification"
}