list_business_members

List Business Members API Documentation

API Overview

Method: GET
Endpoint: /api/v1/merchants/{product_account_uuid}/list_business_members
Content-Type: application/json
Purpose: Retrieve a list of all business members associated with a merchant account


Path Parameters

ParameterData TypeRequiredDescriptionExample
product_account_uuidString✅ YesUnique identifier for the merchant's product account. The product_account_uuid is returned in the response of the create merchant API{{product_account_uuid}}

Headers

HeaderData TypeRequiredDescriptionExample
AuthorizationString✅ YesBearer token for authentication. Get the token using the GET token API with the scope refer_merchantBearer {{resellerToken}}
Content-TypeString✅ YesRequest content typeapplication/json

Response fields

FieldData TypeFormatDescription
idStringUUIDUnique identifier for the business member
nameStringFull nameFull name of the business member
designationStringJob titlePosition or designation in the company
dojStringMM/YYYYDate of joining
dobStringDD/MM/YYYYDate of birth
pincodeString6 digitsPostal code
pan_numberStringPAN formatPAN card number (masked for security)
created_atStringISO 8601Timestamp when record was created
updated_atStringISO 8601Timestamp when record was last updated

Authentication

  • Required: Bearer token authentication

  • Header: Authorization: Bearer {token}


Expected Responses

  • Success: 200 OK with business members data

  • Empty List: 200 OK with empty business_members array if no members exist

  • Unauthorized: 401 Unauthorized (if bearer token is invalid)

  • Not Found: 404 Not Found (if product_account_uuid doesn't exist)

  • Forbidden: 403 Forbidden (if token lacks read permissions)


Language
URL
Click Try It! to start a request and see the response here!
Ask AI Beta

Hi! I am an AI Assistant. Ask me about PayU and get help with your integration.
Responses are generated by AI, may contain some mistakes.

EXAMPLE QUESTIONS