latestOpenAPI 3.1.02026-08-041130479.2 KB

a9dd2afd70a1

Multiple UPI

post/v1/api_hub/mobile_to_upi_l1

Request body

mobile_numberstring required

It is the mobile number of the UPI VPA account holder.

Response

200

OR
OR

Example response

{
  "status": "SUCCESS",
  "verification_id": "test_verification_id",
  "reference_id": 1338,
  "account_status": "VALID",
  "mobile_number": "6666666666",
  "vpa": "6666666666@upi",
  "name_at_bank": "John doe",
  "additional_vpas": [
    "6666666666@paytm"
  ]
}