razorpay / razorpay/razorpay-java
[Java SDK] Cannot Activate a linked account after creation
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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