Skip to main content

VALIDATE UPI

This API is used to validate the UPI configuration for a selected product and bank before initiating UPI-based transactions such as fund transfers or IPO applications.

🔍 Query Parameters

ParameterTypeRequiredDescriptionExample
userIdstringYesUser ID (UCC)"{{user_id}}"

🔑 Header Parameters

HeaderTypeDescriptionExample
Content-TypestringRequest payload formatapplication/json
AuthorizationstringAccess token for authenticated requests{{access_token}}
x-api-keystringAPI key used to authorize request{{x-api-key}}

📑 Request Body Parameters

FieldTypeRequiredDescriptionExample
productIDintegerYesProduct ID1
bankIDstringYesBank ID"HDFC"

🟢 Success Response - 200 OK

Content-Type: application/json

Successful response is returned when the UPI validation request is processed successfully.

FieldTypeDescription
statusstringStatus of API call
codestringResponse code
messagestringValidation status message
dataobjectUPI validation response details