Upgrading from Rise Webhooks v1 to v2
v1 Event Type | v2 Event Type | Changes |
---|---|---|
deposit.deposit_received | deposit.received | Simplified naming, enhanced payload |
payment.payment_sent | payment.sent | Cleaner naming, structured data |
pay_schedules.pay_schedule_created | payment.group.created | Renamed to reflect payment groups |
invites.invite_accepted | invite.accepted | Simplified naming |
account_duplicated.detected | withdraw_account.duplicated_detected | More specific naming |
payee.riseid_address_updated | (Deprecated) | No longer supported in v2 |
Set up parallel webhooks
Update event processing
Create v2 webhook in Rise app
/webhooks/v2
endpointMonitor both endpoints
Switch to v2 only
Pre-migration
During migration
Post-migration