Smart Collect APIs
Create, update, close and fetch Customer Identifiers and resend notifications using APIs.
Razorpay Smart Collect enables you to create Customer Identifiers to accept large payments from your customers in the form of bank transfers via NEFT, RTGS and IMPS.
Customer Identifiers are similar to bank accounts wherein customers can transfer payments. You can create, retrieve and close Customer Identifiers using the Smart Collect APIs.
Handy Tips
Smart Collect 2.0 enable you to collect payments via UPI and other banking modes. Know more about
.- Use if a Customer Identifier/UPI ID will be mapped to a unique customer.
- You can use the fail_existing (set to
true
) API parameter to create a customer. This helps you avoidcustomer_id
being created multiple times for the same customer and will help in your reconciliation process. - We request you to create a single
customer_id
rather than making multiple IDs for the same customer. If their details change, you can use the API. Duplicate validation is done based on the combination of email ID and phone number.
To know more about Third Party Validation (TPV), click
.- Use if a Customer Identifier is mapped to a unique customer.
- You can use the fail_existing (set to
true
) API parameter to create a customer. This helps you avoidcustomer_id
being created multiple times for the same customer and will help in your reconciliation process. - We request you to create a single
customer_id
rather than making multiple IDs for the same customer. If their details change, you can use the API. Duplicate validation is done based on the combination of email ID and phone number.
Given below is the list of banks supporting TPV for Smart Collect.
Smart Collect 2.0 APIs enable you to create and manage Customer Identifiers of the type VPA (UPI)
. However, you can use the existing Smart Collect APIs too.
Handy Tips
You can use the existing Smart Collect APIs to manage Customer Identifiers of the type Bank Account
.
Following is the list of Smart Collect 2.0 APIs.
Was this page helpful?
ON THIS PAGE