Smart Send
Smart Send is a PayU Payouts feature that lets you initiate a payout or request action without collecting full beneficiary details upfront. Instead of requiring a bank account number and IFSC at initiation, you start the process with basic customer information (such as a mobile number or email address) — the payee then receives a secure link to complete the required details or action.
This guide introduces Smart Send, explains when to use it, and outlines how the flow works from a merchant perspective. For enablement or configuration, contact your Key Account Manager (KAM).
What is Smart Send?
Smart Send is a PayU feature that allows you to initiate a payout or request action without requiring complete beneficiary details upfront.
Instead of collecting full bank details (such as account number and IFSC), you can start the process using basic customer information — for example:
- Mobile number
- Email address
The customer (payee) then receives a secure link to complete the required details or action.
Note: To enable Smart Send on your account, contact your PayU Key Account Manager (KAM).
When should you use Smart Send?
Smart Send is useful when:
- You do not have full beneficiary details.
- You want to shift data entry to the payee.
- You want to simplify onboarding of new recipients.
Use cases
| Use case | Why Smart Send fits |
|---|---|
| Refunds when bank details are not available | The payee provides bank or UPI details directly via the secure link. |
| Customer reimbursements | No need to capture or store sensitive financial information at the merchant end. |
| Onboarding new recipients | Faster than collecting and validating bank details upfront. |
How Smart Send works
- You initiate Smart Send using basic payee details.
- PayU sends a secure link to the payee (via SMS, email, or both).
- The payee opens the link and provides required details (e.g., bank account or UPI ID).
- The payee reviews and submits the information or completes the requested action.
- The payout is processed.
You can initiate the flow using the Create Smart Send Link API and check the status of any request using the Smart Send Details API.
Flow diagram
The following diagram below provides a high-level view of how Smart Send progresses from initiation by the merchant to payout processing by PayU, with the payee completing the required details in between.
flowchart TD
A(Start: Merchant initiates<br/>Smart Send) --> B(Provide basic details<br/>mobile/email + expiry date)
B --> C(PayU generates secure<br/>Smart Send link)
C --> D(Link sent to payee via<br/>SMS/email)
D --> E{Payee opens link}
E --> F{Link expired?}
F -->|Yes| G(Smart Send expired<br/>No further action)
F -->|No| H(Payee enters required<br/>details bank/UPI)
H --> I(Details submitted)
I --> J(PayU processes payout)
J --> K(Payout completed)
classDef start fill:#00ffde,stroke:#00ffde,stroke-width:2px,color:#002124,font-weight:bold
classDef process fill:#002124,stroke:#00ffde,stroke-width:1.5px,color:#ffffff
classDef decision fill:#0a3a3d,stroke:#00ffde,stroke-width:1.5px,color:#ffffff
classDef terminal fill:#4d174d,stroke:#00ffde,stroke-width:1.5px,color:#ffffff
classDef success fill:#00ffde,stroke:#00ffde,stroke-width:2px,color:#002124,font-weight:bold
class A start
class B,C,D,H,I,J process
class E,F decision
class G terminal
class K success
linkStyle default stroke:#00ffde,stroke-width:1.5px,color:#00ffde
Reading the diagram:
- Cyan-filled nodes mark the entry (
Merchant initiates Smart Send) and successful exit (PayU processes the payout) of the flow. - Diamond node (
Details valid?) is the validation checkpoint — invalid details loop back for correction. - Purple node (
Payee corrects and resubmits) represents a holding state until the payee provides valid information.
Key characteristics
- Minimal input required from the merchant side.
- Payee-driven flow for entering sensitive details.
- Secure link-based interaction.
- Reduces dependency on collecting and storing bank details.
Benefits
- Faster onboarding of new payees.
- Reduced integration complexity.
- Lower risk of incorrect beneficiary details.
- Improved user experience for end customers.
- No need to store sensitive financial information upfront.
Notes
- The flow depends on payee action — the payee must open the link and complete details for the payout to progress.
- Links may have validity / expiry constraints. You can extend the expiry of a valid link using the Extend Expiry Date API, or cancel an active link using the Cancel Smart Send API.
- The payout outcome depends on the payee-provided details and on the standard bank validation and rules applied during processing.
- For incomplete requests, PayU can automatically resend the link based on a configurable cadence — see Smart Send Retrigger.
Maker-Checker Flow
Smart Send can also support a maker-checker approval flow, where payout initiation requires one or more approval steps before the Smart Send link is generated and shared with the payee.
In this setup:
- A maker creates or initiates the Smart Send request
- The request moves to an approval stage
- One or multiple checkers can approve the request, based on the approval rules configured for the merchant
- Once the required approvals are completed, PayU generates and sends the Smart Send link to the payee
This helps merchants implement internal authorization controls and ensures payout requests are reviewed before being shared with customers or payees.
High-Level Flow
-
Maker initiates Smart Send request
-
Request moves to pending approval state
-
One or more checkers review the request
-
Approval flow is completed based on configured rules
-
On successful approval:
- Smart Send link is generated
- Communication is sent to the payee
-
Payee completes the Smart Send flow
Key Benefits
- Additional authorization layer before payout initiation
- Flexible approval workflows based on merchant rules
- Better operational control and auditability
- Suitable for businesses with compliance or governance requirements
Getting started
To start using Smart Send:
- Contact your KAM for enablement on your account.
- Confirm supported configurations and communication channels (SMS, email, or both).
- Integrate the Smart Send initiation flow using the Create Smart Send Link API.
Updated about 1 hour ago
