POST api/upi/UpiRequest

E Collection Upi Fund Request pass "Token" in header

Request Information

URI Parameters

None.

Body Parameters

UpiAmountRequest
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'UpiAmountRequest'.

Response Information

Resource Description

ResponceMaster
NameDescriptionTypeAdditional 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": {}
}