get deprecatedhttps://api.sandbox.co.in/bank/upi/
Verify a UPI by passing their ID receive the name of the account holder.
API disabled by upstream partners following intimation from NPCI, as per UPI API guidelines.
| Param | Type | Description | Example |
|---|---|---|---|
| account_exists | boolean | Indicates if the account exists or not. Possible values: `true` or `false` | true |
| name_at_bank | string | Name of the account holder (Masked) | JXXXXe |
Test Environment: https://test-api.sandbox.co.in
| Run in Postman | Response | Remarks |
|---|---|---|
| Test request | 200 | Success response |
| Test request | 200 | Account Does Not Exist |
| Test request | 422 | Invalid VPA |
| Test request | 500 | Failed at Bank |


