get
https://test-accounts.payu.in/api/v1/merchants/11f0-8ee3-5847ce32-bf72-02975f21d323/list_business_members
List Business Members API
Returns all currently persisted business members for a merchant.
Endpoint
GET /api/v1/merchants/{product_account_uuid}/list_business_members
Base URL
- Test:
https://test-partner.payu.in - Production:
https://partner.payu.in
Auth
- Header:
Authorization: Bearer {access_token} - Required scope:
refer_merchant
Path Parameter
product_account_uuid(string, required): Merchant UUID.
Success Response
200 OK
{
"data": [
{
"id": 3471,
"uuid": "11f1-28f2-7068d69c-879e-02f4a48620c1",
"name": "Test CEO Flow",
"designation": "CEO",
"date_of_birth": "1990-08-15",
"pan_number": "AVGPL0693P",
"date_of_joining": "03/2026",
"active": true
}
]
}Empty State
200 OKwithdata: []when no members exist.
Common Errors
404when UUID is invalid or reseller is not allowed to access that merchant.401/403auth or permission issues.
Recommended Usage
Use this API as the source of truth after every submit/delete member action.
400Bad Request
401Unauthorized - Invalid or expired token
403Forbidden - No access to this resource
404Not Found
422Validation Failed
500Internal Server Error
