Fast Ach Config Events
When subscribed to the FastAchConfig webhooks you will receive the following events:
| event_type | description | 
|---|---|
| fast_ach_config.deactivated | Fast ach config has been deactivated | 
| fast_ach_config.activated | Fast ach config has been activated | 
Example payload
{
  "uuid": "c2d87525-eb6d-4a02-9cd3-051a20e12131",
  "event_type": "fast_ach_config.activated",
  "resource_type": "Company",
  "resource_uuid": "579db61b-b024-4e6a-92f3-dd09cbf7c653",
  "entity_type": "FastAchConfig",
  "entity_uuid": "1c3a83c9-92db-4565-8c2c-92d4af6b1cb3",
  "timestamp": 1681851815
}
Updated over 1 year ago