Merchant profile details
GET/api/v1/profile
After the successful login, you can get the merchant profile details
🔋 Sample request payload
{
"merchantCode": "842217" // Pass merchant code
}
⚡️ Payload details
Fields Name | Description | Required |
---|---|---|
merchantCode | Pass the merchant code | ✅ Yes |
Request
Responses
- 200
- 404
- 500
Successfully fetched profile details, decrypt the response from the server to see the final result
User details not found, Please verify the login credentials
Internal Server Error – An unexpected error occurred on the server while processing the request. This may be due to a temporary issue or a server-side malfunction. Please try again later or contact support if the issue persists.