Create Smart Send Link
This Api creates the smart send link
Request Headers
Key | Description | Data Type | Mandatory | Possible Value |
Authorization | Access token generated earlier. | String | Yes | Bearer {access_token} |
pid | This is the merchant id provided while onboarding/creating payout account | String | Yes |
Request Body
Key | Description | Data Type | Mandatory | Possible Value |
expiryDate | Expiry Date of linl By default - 7 days | Date | No | 2021-07-24T18:18:10.000Z |
custName | Beneficiary Name | String | Yes | "ABC" |
custMobile | Beneficiary Mobile No. | String | No | 9999999999 |
custEmail | Beneficiary Email | String | No | xyz@email.com |
description | Purpose of Payout | String | Yes | Refund |
merchantRefId | Merchant Reference Id | String | Yes | This should be unique for every link |
amount | Amount of payout | Double | Yes | 10 |
disableApprovalFlow | This flag disables approval flow for a particular payout transaction (valid if approval flow is set to OPTIONAL) | Boolean | No | false/true |
Note: The API accepts the following date pattern:
Note: At least one out of mobile no/email is required for creating a smart send link.
Example
Content-Type : application/json
Method: POST
Curl:
Response:
Last updated