> ## Documentation Index
> Fetch the complete documentation index at: https://razorpay-881012b3.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# How Smart Collect Works

> Create a Customer Identifier and send them to customers for receiving payments.

<div style={{display:"flex",flexWrap:"wrap",alignItems:"center",gap:"0.35rem 0.9rem",border:"1px solid rgba(128,128,128,0.28)",borderRadius:"0.5rem",padding:"0.45rem 0.75rem",margin:"0 0 1.25rem",fontSize:"0.875rem"}}>
  <span style={{fontWeight:600}}>Available in</span>
  <span>🇮🇳 India</span>
</div>

The following steps explain how Smart Collect uses Customer Identifiers to receive payments from the customers:

<img src="https://razorpay.com/docs/build/browser/assets/images/smart-collect-sc_workflow.jpg" alt="How Smart Collect Works" width="800" />

1. Set up your [Razorpay account](/docs/payments/set-up).
2. Create Customer Identifiers tagged to the customer.
3. The account details of the Customer Identifier created by Razorpay (such as account number, IFSC and Name) should be shared with the customer.
4. The customer adds the bank account as a beneficiary on their preferred netbanking portal and transfers the money using NEFT, RTGS or IMPS.
5. Payment deposited in these customer identifiers is settled into your bank account linked with Razorpay.

<Info>
  **Payment Confirmation**

  You can consider a payment to be successful only when you receive the notification from Razorpay. You can [check the payment status on the Dashboard](/docs/payments/smart-collect/create#view-payments). Also, you can choose to configure [webhooks](/docs/payments/smart-collect/subscribe-to-webhooks) and subscribe to the `virtual_account.credited` event to receive notifications when customers make payments.
</Info>

## Customer Identifier Format

You can create a unique Customer Identifier using Smart Collect to receive payments from your customers. The Customer Identifier consists of 16 digits.

```
Bank Account Number: 1112220040042526
```

Know more about [Customer Identifier States](/docs/payments/smart-collect/states).

### Related Information

* [Smart Collect](/docs/payments/smart-collect)
* [Auto Third Party Validation (TPV) on Smart Collect](/docs/payments/smart-collect/third-party-validation)
* [Smart Collect APIs](/docs/api/payments/smart-collect)
* [Subscribe to Webhooks](/docs/payments/smart-collect/subscribe-to-webhooks)
