Share Payment Link API

This API is used to share the payment link in the given list of email IDs.

Environment

Test Environmenthttps://uatoneapi.payu.in
Production Environmenthttps://oneapi.payu.in

📘

Note:

The access token with the scope as read_payment_links is required on the header. For more information on getting the access token, refer to Get Token API.

Sample request
		curl --request POST \
     --url https://uatoneapi.payu.in/payment-links/ \
     --header 'authorization: Bearer fjsdkglfd09845084395' \
     --header 'content-type: text/plain' \
     --header 'merchantId: 5016764' \
     --data [email protected]							
Sample response
{
  "status": 0,
  "message": "string",
  "result": {},
  "errorCode": 170,
  "guid": "f529e375-739f-4c8a-b5f5-0e67fa3f533f"
}

Request parameters

Reference info for request parameters
ParameterReference
client_idThe client ID provided by PayU. For more information, refer to Get Client ID and Secret from Dashboard.
client_secretThe client secret provided by PayU. For more information, refer to Get Client ID and Secret from Dashboard.
Language
Authorization
Bearer
Click Try It! to start a request and see the response here!