#Registering 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 API can be used to assign a VPA to a merchant, which will serve as the merchant identifier for all participants in the UPI ecosystem.
Host | https://umap.setu.co/api |
---|---|
Method | POST |
Path | /v1/merchants/vpas |
Header | merchantId Authorization : Bearer <insert_token_here> Generate an access token ↗ Content-Type —will be application/json |
API reference | Create VPA ↗ |
vpa
is the only parameter which is required to register a VPA for a merchant, if it is available, it will be registered and assigned against the merchant whose id is passed in the merchantId
header.
{"referenceId": "1240689979139556557","vpa": "fastestupi@pineaxis"}
Was this page helpful?