Smart Send API
Api details for smart send
Last updated
Api details for smart send
Last updated
payoutMerchantId is different from payumoney merchant id, please check payouts dashboard or call customer support if you don’t know your payoutsMerchantID
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:
Response Body :
Key
Description
Data type
Mandatory
possible Values
Authorization
Access token generated earlier.
String
Yes
Bearer {access_token}
payoutMerchantId
This is the merchant id provided while onboarding
String
Yes
Key
Description
Data type
Mandatory
possible Values
merchantRefId
Unique reference id generated at merchant side to distinguish between multiple transfers. Same value will be used by merchant in status check of transfer and cancel it.
String
Yes
amount
The Amount that the merchant wants to send the customer
Double(20,2)
Yes
custEmail
Email of the customer to do otp verification. One of the email or mobile is mandatory
String
Optional
custMobile
Mobile of the customer to do otp verification. One of the email or mobile is mandatory
String
Optional
custName
Name of the customer who you are sending fund.
String
No
description
Description of the transfer
String
Yes
Key
Description
data.link
link generated for the customer where he or she can fill the details
data.linkId
Id generated for link. Same will be used to check if details are filled in link or not.