Plugins for Development Environment
PayU offers plugins for Visual Studio Code and IntelliJ Idea development environments. This part of the documentation includes the following sections, which includes plugin installation and troublshooting procedures:
General steps to integrate
Step 1: Initial Setup
- Clone or create your project
- Install the appropriate plugin
- Configure your IDE settings
Step 2: Development Process
-
Generate Base Code
- Use plugin commands to create boilerplate
- Configure environment variables
- Set up project dependencies
-
Customize Integration
- Modify generated code as needed
- Add business logic
- Implement error handling
-
Testing
- Use test environment endpoint:
https://apitest.payu.in/v2/payments
- Test with sample credentials
- Validate payment flows
- Use test environment endpoint:
Step 3: Deployment Preparation
- Switch to production endpoint:
https://api.payu.in/v2/payments
- Update with production credentials
- Perform final testing
Updated 5 days ago