POST api/upi/UpiRequest
E Collection Upi Fund Request pass "Token" in header
Request Information
URI Parameters
None.
Body Parameters
UpiAmountRequestName | Description | Type | Additional information |
---|---|---|---|
subMerchantId |
subMerchantId |
string |
None. |
subMerchantName |
subMerchantName |
string |
None. |
merchantTranId |
merchantTranId uniqe Transaction ID Lenth min : 10 Digit |
string |
None. |
CustomerID |
Your member or Cusotmer ID |
string |
None. |
payerVa |
Requested upi id |
string |
None. |
amount |
Amount |
string |
None. |
note |
Narration for Amount Request |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "subMerchantId": "sample string 1", "subMerchantName": "sample string 2", "merchantTranId": "sample string 3", "CustomerID": "sample string 4", "payerVa": "sample string 5", "amount": "sample string 6", "note": "sample string 7" }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ResponceMasterName | Description | Type | Additional information |
---|---|---|---|
Error |
Error in True and false |
string |
None. |
Message |
Responace Error Message |
string |
None. |
Data |
Responce Data in object or List |
Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "Error": "sample string 1", "Message": "sample string 2", "Data": {} }