Onboarding
This section will briefly talk about the steps you need to follow to complete on-boarding
Overall steps to be followed:
Create a merchant account in production environment by calling our onboarding team. If you already have a merchant account with payu skip this step.
Ask our support team to enable payouts for your merchant account. (By default we do not offer payouts to all merchants, hence we need to enable it for you)
Once enabled, you should see payouts in your payu dashboard.
If you wish to integrate with payouts api and make payments in realtime by calling our API, continue reading this guide.
Create a test account by calling our integration team. Ask your username and password.
Read the integration doc in details, download our postman collection and look at the various api specs.
Start with requesting an authentication token by using our api(discussed in next section)
Once you have a token, check your account details using api (or by using merchant dashboard)
Recharge merchant’s virtual account by transferring money to it
Check account balance using dashboard or through our api
Integrate webhooks as required(discussed in details in this doc)
Integrate transfer api and start transferring money
Get transfer success/failure updates using webhooks, which can be set using apis or using merchant dashboard
Integrate other apis – cancel transfer/ smart send/ check transfer status
Voila you seem to be sorted, once above is tested in test environment, start using production.
Stuck? Check our FAQ section or raise a support request by visiting https://help.payu.in/
Last updated