razorpay / razorpay/razorpay-java

[Java SDK] Cannot Activate a linked account after creation

Open
#337 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Java
Stars
74
Forks
83
PR merge metrics
No merged PRs in 30d

Description

There is a major developer experience issue in the Razorpay Java SDK for a critical part of the Razorpay Route workflow. After successfully creating a sub-account via the API (RazopayClient.account.create()), there is no corresponding SDK method available in the standard, publicly accessible library (v1.4.8 on Maven Central) to generate the required onboarding/activation link for that account. This can be done through the dashboard but that takes a lot of work.

This completely breaks any attempt to build a fully automated sub-merchant onboarding flow and forces developers into manual workarounds or a complex, poorly documented setup.

Thank you for your attention to this serious issue impacting the usability of Razorpay Route for developers.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by inspecting the Java SDK's account entry point around RazopayClient.account.create() and compare the available public methods with the Route API's onboarding or activation-link operation. Confirm the required request and response details from the API, then add the missing SDK access and verify that it supports fully automated linked-account activation.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
api
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.