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.
Endpoint | Event | API |
---|---|---|
Create account application (with submit=false ) | prospect-1 | POST /acquisitions/v3/s2s/applications |
Create account application (with submit=true ) | succeeded-1 | POST /acquisitions/v3/s2s/applications |
Create account application (legacy) (with submit=false ) | prospect-1 | POST /acquisitions/v2/s2s/applications |
Create account application (legacy) (with submit=true ) | succeeded-1 | POST /acquisitions/v2/s2s/applications |
Update account status | status-change-2 | PATCH /accounts/v2/accounts/{accountId}/status |
Roll back account status | status-change-2 | PATCH /accounts//v2/accounts/:accountId/status/rollback |
Migrate account to different program | program_migration-1 | POST /accounts/v1/accounts/programs/migration |
Update account limits | limit_changed-1 | PATCH /ledger/v1/accounts/{accountId}/limits |
Update account limit (deprecated) | limit_change-1 | POST /accounts/v1/accounts/{accountId}/limit |
Update account maximum limit (deprecated) | limit_change-1 | PUT /accounts/v1/accounts/{accountId}/max-limit |
Create customer | customer_creation-1 | POST /accounts/v2/customers |
Update customer information | customer_change-2 | PUT /accounts/v2/customers/{customerId} |
Update customer information | entity_change-1 | PATCH /accounts/v1/accounts/{accountId}/customers/{customerId}/detail |
Create phone number | phone_creation-1 | POST /accounts/v1/accounts/{accountId}/phones |
Update phone number | phone_change-1 | PATCH /accounts/v1/accounts/{accountId}/phones/{phoneId} |
Create address | address_creation | POST /accounts/v1/accounts/{accountId}/addresses |
Update address | address_change | PATCH /accounts/v1/accounts/{accountId}/addresses/{addressId} |
Updated 4 days ago