API Interface Post Migration🔗
If you have a Virtual Account built on top of Yes Bank and ICICI Bank, then post migration, the new virtual response will contain the new RBL VA details under the receivers array. The receivers array will contain two objects, one for the new RBL Virtual Account and another for the existing Yes Bank/ICICI Bank Virtual Account. Check the IFSC Code to confirm the newly created Virtual Account with RBL Bank. The IFSC Code will be RATN0VAAPIS
.
The following sample response code can be used as a reference:
Copy{
"entity": "collection",
"count": 2,
"items": [
{
"id": "va_IirUUD9dDm4G4i",
"name": "Test Account",
"entity": "virtual_account",
"status": "active",
"description": "Vishnu Jangid",
"amount_expected": null,
"notes": {
"project_name": "Vishnu Jangid"
},
"amount_paid": 0,
"customer_id": null,
"receivers": [
{
"id": "ba_IirUUYO8caNoK5",
"entity": "bank_account",
"ifsc": "YESB0CMSNOC",
"bank_name": "Yes Bank",
"name": "Test Account",
"notes": [],
"account_number": "2223330053041804"
},
{
"id": "ba_IirUUYO8sh1602",
"entity": "bank_account",
"ifsc": "RATN0VAAPIS",
"bank_name": "RBL Bank",
"name": "Test Account",
"notes": [],
"account_number": "2223330053041804"
}
],
"close_by": 1681615838,
"closed_at": null,
"created_at": 1641997300
}
]
}