POST v1/api/VerifyVPA

Request Information

URI Parameters

None.

Body Parameters

VerifyVPAReqModel
NameDescriptionTypeAdditional information
vpaId

string

None.

ReferenceId

string

None.

ProjectName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "vpaId": "sample string 1",
  "ReferenceId": "sample string 2",
  "ProjectName": "sample string 3"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

VerifyVPAResModel
NameDescriptionTypeAdditional information
status

string

None.

data

Data

None.

error

Object

None.

successfulResponse

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "status": "sample string 1",
  "data": {
    "ChkValue": "sample string 1",
    "transactionInfo": {
      "transactionid": "sample string 1",
      "transactiondatetime": "2026-03-17T17:31:31.7212576+05:30",
      "attributes": {
        "accountname": "sample string 1",
        "bankList": [
          "sample string 1",
          "sample string 2"
        ],
        "mcc": "sample string 2",
        "issign": "sample string 3",
        "publicKey": "sample string 4",
        "verifiedMerchant": "sample string 5",
        "VPA": "sample string 6"
      },
      "result": {
        "RequestId": "sample string 1",
        "TxnID": "sample string 2",
        "Status": "sample string 3",
        "isactive": "sample string 4",
        "codedescription": "sample string 5",
        "message": "sample string 6",
        "code": "sample string 7"
      }
    }
  },
  "error": {},
  "successfulResponse": true
}

text/plain

Sample:
AuBankPayments.Models.UPICollection.VerifyVPAResModel