/

to search

Introducing Setu Changelog Check it out ↗

#Check availability of a VPA

The merchant on-boarding APIs are only relevant for an aggregator. If you are an individual merchant, you can proceed to the merchant quickstart and either of our product pages UPI payments or UPI mandates.


This is an optional step. However, VPAs act as unique identifiers for merchants in the UPI ecosystem, so it is highly recommended that you check VPA validity before assigning it to a merchant, to avoid conflicts.

Use the following API to check if it is already associated with another merchant or not.

Staging hosthttps://umap.setu.co/api
MethodPOST
Path/v1/merchants/vpas/availability
HeadermerchantId
Authorization: Bearer <insert_token_here>
Generate an access token ↗

Content-Type—will be application/json
API referenceCheck VPA availability ↗


{
"vpa": "fastestupi@pineaxis"
}

Was this page helpful?