Paypal LinkWallet API

Merchants can use this API to retrieve the PayPal Authorization URL.

Once you receive the paypalAuthorizationUrl in the response, you can navigate to it. This URL will transfer control to PayPal for the user to log in and provide their consent. After PayPal completes the login and consent process, control will be handed back to Juspay. Once Juspay finishes its processing, it will redirect control to the merchant's return URL.

Merchants must register the following Juspay return URLs in their PayPal dashboard:

  • Production: https://api.juspay.io/payout/paypalReturnUrl

  • Sandbox: https://api.sandbox.juspay.io/payout/paypalReturnUrl

API Endpoints
Sandbox Link
POST
https://api.sandbox.juspay.io/payout/merchant/v1/linkwallet
Production Link
POST
https://api.juspay.io/payout/merchant/v1/linkwallet
Authorization Header
Headers
Body
200 : Success
400 : Invalid Input data
Last updated 1 year ago