MarketPe APIs

Mobile to UPI

POST
/api/bank-account/mobile-to-upi

Request Body

{
  "phoneNumber": "1234567890"
}

Response Body

{
  "data": {
    "vpa": "test@upi",
    "accountStatus": "VALID",
    "nameAtBank": "TEST PRABHAS"
  }
}

Error example

{
  "message": "No UPI ID found linked to the Mobile Number"
}

Last updated on