Create unique virtual account numbers/upi and collect payments into virtual accounts New
Create unique upi/vpn
Parameters | Description | Example |
---|---|---|
METHOD | POST | HTTP POST |
Content Type | JSON | application/json |
username mandatory |
Find on our apikey page | MRN1223334 |
apikey mandatory |
Find on our apikey page | 56546456 |
name mandatory |
UPI account name | Pooja SenGupta |
category mandatory |
"Clothing" "Restaurants" "Saloons" "Groceries" "Supermarkets" "Retail Stores" "Services" "Others" | Retail Stores |
address conditional |
Full Address | House no 1, Road, Mumbai - 400058 |
pan mandatory |
Pan Card Number | ABCPM1201S |
{
"status": "SUCCESS",
"gid": XXXXX,
"vpa": "goterwebXXXX@yesbank",
"isactive": "ACTIVATED",
"Message": "success"
}
Create unique Virtual Account
Parameters | Description | Example |
---|---|---|
METHOD | POST | HTTP POST |
Content Type | JSON | application/json |
username mandatory |
Find on our apikey page | MRN1223334 |
apikey mandatory |
Find on our apikey page | 56546456 |
name mandatory |
UPI account name | Pooja SenGupta |
category mandatory |
"Clothing" "Restaurants" "Saloons" "Groceries" "Supermarkets" "Retail Stores" "Services" "Others" | Retail Stores |
address conditional |
Full Address | House no 1, Road, Mumbai - 400058 |
pan mandatory |
Pan Card Number | ABCPM1201S |
{
"status": "SUCCESS",
"gid": "2458363",
"virtual_account": {
"account_number": "70809070832458363",
"account_ifsc": "ICIC0000104",
"payment_modes": "IMPS / NEFT / RTGS"
},
{
"account_number": "708090832458363",
"account_ifsc": "YESB0CMSNOC",
"payment_modes": "UPI / IMPS / NEFT / RTGS"
},
{
"account_number": "0007080832458363",
"account_ifsc": "RATN0000320",
"payment_modes": "UPI / IMPS / NEFT / RTGS"
},
"Message": "success"
}
QRCode
Parameters | Description | Example |
---|---|---|
METHOD | POST | HTTP POST |
Content Type | JSON | application/json |
username mandatory |
Find on our apikey page | MRN1223334 |
apikey mandatory |
Find on our apikey page | 56546456 |
gid mandatory |
gid provide by us | 303218 |

Virtual Account CallBack
{
"gst": 0.9,
"txnId": "111818301889",
"amount": "100.0",
"paymentMode": "IMPS",
"bankAcc": "708090832458050",
"charges": "5.00",
"txnTime": "2021-03-28 22:20:38",
"ifscCode": "YESB0CMSNOC",
"senderName": "KAMAL KANTA MAHATO",
"totalCharges": "5.90",
"senderAccount": "919372222492",
"settledAmount": 94.1
}
UPI CallBack
{
"gst": 0.9,
"txnId": "111823028930",
"amount": "100.0",
"source": "goterprn@icici",
"charges": "5.00",
"txnTime": "2021-03-28 23:41:43",
"payeeVpa": "goterweb9235@yesbank",
"payerName": "GOTERWEBSERVICESOPCPRIVATELIMITED",
"payerMobile": "919372222492",
"paymentMode": "UPI",
"totalCharges": "5.9",
"settledAmount": 94.1
}