Smart Send API

Api details for smart send

Note: These API's are now deprecated. Please use Smart Send v2 API's for new integrations.

Request Header Params

payoutMerchantId is different from payumoney merchant id, please check payouts dashboard or call customer support if you don’t know your payoutsMerchantID

Request Params

Example

Content-Type : application/json

Method : POST

Do not forget to use the ‘application/json’ as the content type when you call our api

Sample Request Body:

{
 "amount":1.00,
 "merchantRefId":"test1111",
 "custEmail" : "test@gmail.com",
 "custName": "test",
 "custMobile":"9999999999",
 "description" : "smart pay test1"
}

Response Body :

{
  "status": 0,
  "msg": "Success",
  "code": null,
  "data": {
          "link": "https://test.payumoney.com/smartPay?id=Dl7jbRuKacFXq74Smt8DhktBTbkj5eWI%2BuB5gUBMRH9mz8cBKYBITJ9hANGG1mEQ",
          "linkId": "Dl7jbRuKacFXq74Smt8DhktBTbkj5eWI+uB5gUBMRH9mz8cBKYBITJ9hANGG1mEQ",
          }
}

Response Params

Last updated