Partner APIs: Merchant Onboarding
Get Business Categories
Returns the complete list of supported business category codes and subcategory codes. Use subcategory codes (e.g., BUS.IT_SERVICES) as the value for the natureOfBusiness field in Update Business Details.
GET
Get Business Categories
Documentation Index
Fetch the complete documentation index at: https://payglocal.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
When to Use
Returns the full list of supported business category codes and their subcategory codes. Use the subcategory code (dotted format, e.g.,BUS.IT_SERVICES) as the value for natureOfBusiness in Update Business Details.
For a static reference, see Business Categories.Authorizations
Static API Key generated from the PayGlocal Partner Dashboard.
Per-request HmacSHA256 signature, Base64-encoded, using your API Secret as the HMAC key.
- For GET requests: sign the request URI path (e.g.
/gcc/v2/partner/merchant/onboard/business-category), including query string if present. - For POST/PUT requests: sign the exact raw request body.
Get Business Categories

