Skip to main content

Verify UPI ID

POST 

https://api.trential.dev/verification/api/1.0/verifications/upi

Verify UPI ID

Request

Body

    upi string

Responses

OK

Schema
    code integer
    message string
    data object

Authorization: x-api-key

name: x-api-keytype: apiKeyin: header
curl -L -X POST 'https://api.trential.dev/verification/api/1.0/verifications/upi' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'x-api-key: <API_KEY_VALUE>' \
--data-raw '{
"upi": "someuser@okhdfc"
}'
Request Collapse all
Base URL
https://api.trential.dev
Auth
Body
{
  "upi": "someuser@okhdfc"
}
ResponseClear

Click the Send API Request button above and see the response here!