Validate VPACopy Pagepost https://uat1.billdesk.com/u2/payments/ve1_2/upi/validatevpaThis API can be used to verify the VPA (Virtual Payment Address) for the upi payment method.Body ParamsmercidstringrequiredUnique identifier as defined by BillDesk for each merchantorderid stringrequiredUnique ID generated by the merchant for each requestpayment_method_type stringenumrequiredRepresents the method of payment, will be fixed value upiupiAllowed:upiupiobjectrequiredRequired when payment_method_type = upi and txn_process_type = collectupi objectHeadersBD-TraceidstringrequiredBD-TraceID is a unique identifier passed by the merchant to ensure request idempotency. Requests with identical BD-TraceID within a 24 hour window would fail.BD-TimestampstringrequiredRequest timestamp to identify date and time of origin of request. Example, a value of BD-Timestamp 20210113180403 identifies the request to have originated on 13th January 2021 at 06:04:03 PM.Content-TypestringrequiredRequest Content-Type to take the values application/joseAcceptstringrequiredAccept Response Content-Type to take the values application/joseResponses 200OK 403Forbidden 500Internal Server ErrorUpdated 6 months ago