#Verify customer VPA
This gives a merchant an information about the customer vpa, payment mode which helps the merchant to decide whether to initiate the collect request or not.
Staging host | https://umap.setu.co/api |
---|---|
Method | POST |
Path | /v1/merchants/customer-vpas/verify |
Header | merchantId Authorization : Bearer <insert_token_here>. Generate this token using OAuth or JWT.Content-Type —will be application/json |
API reference | Verify customer VPA ↗ |
Sample request
{"customerVpa": "dekup@pineaxis","merchantReferenceId": "1240689979139556557"}
Sample response
{"createdAt": "2023-09-04T12:08:20+0530","customerName": "deku","customerVpa": "ram@okhdfc","id": "01ARZ3NDEKTSV4RRFFQ69G5FAV","merchantId": "01ARZ3NDEKTSV4RRFFQ69G5FAV","merchantReferenceId": "1240689979139556557","status": "pending"}
Was this page helpful?