Skip to content

feat(razorpay): convert onboarding to multi-stage process#2

Open
on3ss wants to merge 2 commits into
feature/razorpay-saasfrom
razorpay-onboarding-multi-stage-15271982261440284060
Open

feat(razorpay): convert onboarding to multi-stage process#2
on3ss wants to merge 2 commits into
feature/razorpay-saasfrom
razorpay-onboarding-multi-stage-15271982261440284060

Conversation

@on3ss
Copy link
Copy Markdown
Owner

@on3ss on3ss commented May 11, 2026

This PR breaks down the Razorpay Linked Account onboarding into three distinct stages (Business, Stakeholder, Settlement) to allow users to incrementally save their progress. It updates the frontend to send data in chunks and resume from the last saved state. It also expands the RazorpayWebhookHandler to process account.* events that update the local platform onboarding status.


PR created automatically by Jules for task 15271982261440284060 started by @on3ss

- Adds `onboarding_data` column to `account_razorpay_platforms` table.
- Breaks down `CreateRazorpayLinkedAccount` into `UpdateRazorpayBusinessStage`, `UpdateRazorpayStakeholderStage`, and `UpdateRazorpaySettlementStage`.
- Implements frontend changes to support step-by-step saves and resume from saved state.
- Expands `RazorpayWebhookHandler` to process `account.instantiated`, `account.under_review`, `account.funds_on_hold`, and `account.status_updated` events.

Co-authored-by: on3ss <18282058+on3ss@users.noreply.github.com>
@google-labs-jules
Copy link
Copy Markdown

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

- Adds `onboarding_data` column to `account_razorpay_platforms` table.
- Breaks down `CreateRazorpayLinkedAccount` into `UpdateRazorpayBusinessStage`, `UpdateRazorpayStakeholderStage`, and `UpdateRazorpaySettlementStage`.
- Implements frontend changes to support step-by-step saves and resume from saved state.
- Expands `RazorpayWebhookHandler` to process `account.instantiated`, `account.under_review`, `account.funds_on_hold`, and `account.status_updated` events.

Co-authored-by: on3ss <18282058+on3ss@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant