Create and manage virtual accounts. Fetch payment details using Razorpay Smart Collect TPV APIs.
Razorpay Smart Collect enables you to create virtual accounts to accept large payments from your customers in the form of bank transfers via NEFT, RTGS and IMPS.
Virtual accounts are similar to bank accounts wherein customers can transfer payments. You can create, retrieve and close virtual accounts using the Smart Collect APIs.
The virtual account response contains attributes such as id, customer_id and a field, receivers. This is an array that defines what receivers are available for the virtual account.
For example, if the receiver.types array of the original request contained bank_account, then the response will contain a receivers array which gives details of that bank_account receiver such as account number, IFSC and more.
You can try out our APIs on the Razorpay Postman Public Workspace.
string Unique identifier of the customer the virtual account is linked with. Refer the Customer API section to learn more.
receivers
json object Configuration of desired receivers for the virtual account.
id
string The unique identifier of the virtual bank account. Sample ID for virtual bank account is ba_Di5gbQsGn0QSz3
entity
string Name of the entity. Possible value is bank_account
ifsc
string The IFSC for the virtual bank account created. For example, RAZR0000001. This parameter appears in the response only when bank_account is passed as the receiver type.
bank_name
string The bank associated with the virtual bank account. For example, RAZR0000001. This parameter appears in the response only when bank_account is passed as the receiver type.
account_number
string The unique account number provided by the bank. For example, 1112220061746877. This parameter appears in the response only when bank_account is passed as the receiver type.
name
string The merchant billing label as it appears on the Razorpay Dashboard. This parameter appears in the response only when bank_account is passed as the receiver type.
notes
json object Any custom notes you might want to add to the virtual bank account can be entered here. Refer Notes section of the API Reference Guide to learn more. This parameter appears in the response only when bank_account is passed as the receiver type.
allowed_payers
array Details of customer bank accounts which will be allowed to make payments to your virtual account. The Parent parameter under which the customer bank account details must be passed as child parameters. Note:
You can add account details of 10 allowed payers for a virtual account. For more details, refer to the Third Party Validation section.
type
string The type of account through which the customer will make the payment. Possible value is bank_account.
id
string The unique identifier of the allowed_payers account.
bank_account
object Indicates the bank account details such as ifsc and account_number.
ifsc
string The IFSC associated with the bank account through which the customer is expected to make the payment.
account_number
string The bank account number through which the customer is expected to make the payment.
close_by
integer UNIX timestamp at which the virtual account is scheduled to be automatically closed. The time must be at least 15 minutes after current time. The date range can be set till 2147483647 in UNIX timestamp format (equivalent to Tuesday, January 19, 2038 8:44:07 AM GMT+05:30). Note: Any request beyond 2147483647 UNIX timestamp will fail.
closed_at
integer UNIX timestamp at which the virtual account is automatically closed.
created_at
integer UNIX timestamp at which the virtual account was created.
Note:
The request format for virtual account creation recently underwent a change. If you are looking for the request format as it was before 21/11/17, you can find it here.
For new integrations, we strongly recommend you use the updated request format, as it allows a host of new features, most particularly the support for completely-numeric account numbers by default.
json object Configuration of desired receivers for the virtual account.
types
array List of desired receiver types. Possible value is bank_account
allowed_payersmandatory
array Details of customer bank accounts which will be allowed to make payments to your virtual account. The Parent parameter under which the customer bank account details must be passed as child parameters. Note:
You can add account details of 10 allowed payers for a virtual account. For more details, refer to the Third Party Validation section.
typemandatory
string The type of account through which the customer will make the payment. Possible value is bank_account.
bank_accountmandatory
object Indicates the bank account details such as ifsc and account_number.
ifscmandatory
string The IFSC associated with the bank account through which the customer is expected to make the payment.
account_numbermandatory
string The bank account number through which the customer is expected to make the payment.
Handy Tips!
The SBI account number contains zeros preceding actual numbers. You should enter the complete account number, including these zeros, or else the transaction will fail, and the amount will be refunded automatically.
For Example, if the account number is 00000022234631312, add the complete account number and not just 22234631312.
descriptionoptional
string A brief description of the virtual account.
customer_idoptional
string Unique identifier of the customer to whom the virtual account must be tagged. Refer to the Customer API documentation to learn how to create a customer.
notesoptional
json object Any custom notes you might want to add to the virtual account can be entered here. Refer to the Notes section of the API Reference Guide to learn more.
close_byoptional
integer UNIX timestamp at which the virtual account is scheduled to be automatically closed. The time must be at least 15 minutes after current time. The date range can be set till 2147483647 in UNIX timestamp format (equivalent to Tuesday, January 19, 2038 8:44:07 AM GMT+05:30). Note: Any request beyond 2147483647 UNIX timestamp will fail.
Note:
While sharing the details of VAs (created using RBL bank) with the customers, ensure that the fifth character in the IFSC is number 0 and not the letter O. For example, valid IFSC is RATN0VAAPIS and not RATNOVAAPIS.
string The type of account. Possible value is bank_account.
bank_accountmandatory
object Indicates the bank account details such as ifsc and account_number.
ifscmandatory
string The IFSC associated with the bank account.
account_numbermandatory
string The bank account number.
Handy Tips:
The SBI account number contains zeros preceding actual numbers. You should enter the complete account number, including these zeros, or else the transaction will fail, and the amount will be refunded automatically.
For example, if the account number is 00000022234631312, add the complete account number and not just 22234631312.
Refer to the Errors page for information about all the possible errors that may occur while adding allowed payer account details.
integer Timestamp, in seconds, from when virtual accounts are to be fetched.
to
integer Timestamp, in seconds, till when virtual accounts are to be fetched.
count
integer Number of virtual accounts to be fetched. The default value is 10 and the maximum value is 100. This can be used for pagination, in combination with skip.
skip
integer Number of records to be skipped while fetching the virtual accounts. This can be used for pagination, in combination with count.
integer Timestamp, in seconds, from when payments are to be fetched.
to
integer Timestamp, in seconds, till when payments are to be fetched.
count
integer Number of payments to be fetched. The default value is 10 and the maximum value is 100. This can be used for pagination, in combination with skip.
skip
integer Number of records to be skipped while fetching the payments. This can be used for pagination, in combination with count.
Note:
If Razorpay does not receive the bank account information of the customer from the remitting bank, the payer_bank_account key will be set to null.
string The unique identifier of the bank transfer.
entity
string The name of the entity. Here, it is bank_transfer.
payment_id
string The unique identifier of the payment.
mode
string The mode of bank transfer used. Possible values are:
- NEFT - RTGS - IMPS
bank_reference
string Unique reference number provided by the bank for the transaction.
payer_bank_account
object The payer bank account details from which payment is received.
id
string The unique identifier of the customer's bank account.
entity
string The name of the entity. Here, it is bank_account.
ifsc
string The IFSC associated with the bank account.
bank_name
string The name of the bank in which the customer has an account.
notes
object Any custom notes added to the virtual bank account.
account_number
string The unique account number of the customer.
virtual_account_id
string The unique identifier of the virtual account.
virtual_account
object Details of the virtual account.
id
string The unique identifier of the virtual account.
name
string The merchant billing label as it appears on Razorpay Dashboard.
entity
string The name of the entity. Here, it is virtual account.
status
string Indicates the status of the virtual account. Possible values are: - active - closed
description
string A brief description about the virtual account.
amount_paid
integer The amount paid by the customer to the virtual account.
notes
object Any custom notes added during the creation of the virtual account.
customer_id
string The unique identifier of the customer the virtual account is linked with. For more details, refer to the Customers API.
receivers
object Configuration of desired receivers for the virtual account.
id
string The unique identifier of the virtual bank account. For example, ba_Di5gbQsGn0QSz3.
entity
string The name of the entity. Here, it is bank_account.
ifsc
string The IFSC for the virtual bank account created. For example, RATN0VAAPIS.
bank_name
string The bank associated with the virtual bank account. For example, RBL.
account_number
string The unique account number provided by the bank. For example, 1112220061746877.
name
string The merchant billing label as it appears on Razorpay Dashboard.
notes
object Any custom notes added during the creation of the virtual account.
allowed_payers
array Details of customer bank accounts which will be allowed to make payments to your virtual account. The Parent parameter under which the customer bank account details must be passed as child parameters.
type
string The type of account through which the customer will make the payment. Possible value is bank_account.
id
string Unique identifier of the allowed_payers account.
bank_account
object Indicates the bank account details such as ifsc and account_number.
ifsc
string The IFSC associated with the bank account through which the customer is expected to make the payment.
account_number
string The bank account number through which the customer is expected to make the payment.
close_by
integer UNIX timestamp at which the virtual account is scheduled to be automatically closed. The time must be at least 15 minutes after current time. The date range can be set till 2147483647 in UNIX timestamp format (equivalent to Tuesday, January 19, 2038 8:44:07 AM GMT+05:30). Note: Any request beyond 2147483647 UNIX timestamp will fail.
closed_at
integer UNIX timestamp at which the virtual account is automatically closed.
created_at
integer UNIX timestamp at which the virtual account was created.
integer The amount to be refunded. Amount should be in the smallest unit of the currency in which the payment was made.
For a partial refund, enter a value lesser than the payment amount. For example, if the payment amount is ₹1500 and you want to refund only ₹500, you must pass 50000.
For full refund, enter the entire payment amount. If amount parameter is not passed, the entire payment amount will be refunded.
speedoptional
string The speed at which the refund is to be processed. The default value is normal. Refund will be processed via the normal speed and the customer will receive the refund within 5-7 working days.
notesoptional
json object Key-value pairs used to store additional information. A maximum of 15 key-value pairs can be included.
receiptoptional
string A unique identifier provided by you for your internal reference.
Refer Refunds API to perform other refund-related operations:
Fetch a particular refund or a list of refunds for a payment ID.
You can add receiver to an existing virtual account using the endpoint given below.
Watch Out!:
If you had created a virtual account with a receiver, for example, bank account, you cannot add another bank account receiver or replace it. Similarly, if you had created a virtual account with only a VPA receiver, you cannot replace or update it.
array The receiver type to be added to the virtual account. Possible values are:
bank_account
vpa
vpaoptional
json object Descriptor details for the virtual UPI ID. This is to be passed only when vpa is passed as the receiver types.
descriptor
string You can provide a custom descriptor for the UPI ID. This is a unique identifier provided by you to identify the customer. For example, gaurikumar and akashkumar are the descriptors in the usernames rpy.payto00000gaurikumar and rpy.payto00000akashkumar respectively. The combination of merchant prefix and descriptor must be 20 characters. The length of the merchant prefix can vary between 4-10 characters, and the length of descriptor from 10-16 characters.