Skip to main content

Business Types

Fetch business types

Alt test Endpoint: https://sandbox.sasapay.app/api/v2/waas/business-types/

Sample Request
Headers
Key: Authorization
Value: Bearer Q1k2RW5SOGlsYUZnRzNGMQUlDS3VrTFhVV0xScFVHYQ==

Response Parameters

FieldTypeDescriptionExample
responseCodeStringThis status shows whether the list of channel codes was retrieved successfully or not"statusCode":"0"
messageStringThis is the message associated with the operation."Business Types"
Response Sample
{
"status": true,
"responseCode": "0",
"message": "Business types",
"data": [
{
"id": 1,
"name": "Sole Proprietor"
},
{
"id": 2,
"name": "Private Limited Liability Companies"
},
]
}