GET
/
payments
/
verify-vpa
curl --request GET \
  --url https://staging.api.commercengine.io/api/v1/{store_id}/storefront/payments/verify-vpa \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "success": true,
  "content": {
    "vpa": "<string>",
    "status": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Access token

Query Parameters

payment_gateway
enum<string>
required

payment gateway code

Available options:
PAYU,
JUSPAY
vpa
string

The Virtual Payment Address or VPA is a unique ID given to an individual using the Unified Payment Interface (UPI) service.

Response

200 - application/json
OK
message
string
success
boolean
content
object