Accounts data events

This table lists the Accounts endpoints and the events they generate. For information on setting up event notifications, see the Data and reporting overview.

EndpointEventAPI
Create account application (with submit=false)prospect-1POST /acquisitions/v3/s2s/applications
Create account application (with submit=true)succeeded-1POST /acquisitions/v3/s2s/applications
Create account application (legacy) (with submit=false)prospect-1POST /acquisitions/v2/s2s/applications
Create account application (legacy) (with submit=true)succeeded-1POST /acquisitions/v2/s2s/applications
Update account statusstatus-change-2PATCH /accounts/v2/accounts/{accountId}/status
Roll back account statusstatus-change-2PATCH /accounts//v2/accounts/:accountId/status/rollback
Migrate account to different programprogram_migration-1POST /accounts/v1/accounts/programs/migration
Update account limitslimit_changed-1PATCH /ledger/v1/accounts/{accountId}/limits
Update account limit (deprecated)limit_change-1POST /accounts/v1/accounts/{accountId}/limit
Update account maximum limit (deprecated)limit_change-1PUT /accounts/v1/accounts/{accountId}/max-limit
Create customercustomer_creation-1POST /accounts/v2/customers
Update customer informationcustomer_change-2PUT /accounts/v2/customers/{customerId}
Update customer informationentity_change-1PATCH /accounts/v1/accounts/{accountId}/customers/{customerId}/detail
Create phone numberphone_creation-1POST /accounts/v1/accounts/{accountId}/phones
Update phone numberphone_change-1PATCH /accounts/v1/accounts/{accountId}/phones/{phoneId}
Create addressaddress_creationPOST /accounts/v1/accounts/{accountId}/addresses
Update addressaddress_changePATCH /accounts/v1/accounts/{accountId}/addresses/{addressId}