Skip to main content
The virtual account response contains attributes such as id and customer_id, and also a field receivers. This is an array that defines what receivers are available for the virtual account. For example, if the receiver_types field of the original request contained bank_account, then the response will contain a receivers array with one element, which gives details of that bank_account receiver such as account number, IFSC, etc.

Create

NoteThe request format for virtual account creation recently underwent a change, and the updated format can be found here. The request format given below will eventually be deprecated.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./virtual_accounts
cURL
With the exception of the Create API, the request format for all other API endpoints remains the same, and can be checked here.

Migration

To migrate to the new request format, simply replace the receiver_types parameter in the request body with the equivalent receivers.types parameters.
Request
Note that receiver.types is a mandatory parameter.
NoteBy default, the account number generated using the new request format is wholly numeric, thus allowing it to be used on a wider range of platforms. This is a change from the older request format, which produced only alphanumeric account numbers.