Update Business Details
Submits or updates business information for a merchant. Cannot be updated after T&C is acknowledged by the merchant.
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
Submits or updates business information for a merchant onboarding record. Must be called after Create Onboarding.Notes
address.businessOperatingAddressis required only whenaddress.isOperatingSameAsRegisteredisfalse. When addresses differ,OPERATING_ADDRESS_PROOFis added todocumentsToBeUploaded.natureOfBusinessmust be a subcategory code from Get Business Categories. State codes follow the 2-letter format — see State Codes.- For Partnership Firm entities, set
noPartnershipRegistrationCheck: truewhen the partnership is not registered. This exemptsPARTNERSHIP_REGISTRATION_CERTIFICATEfrom required documents.
Error Scenarios
| Scenario | HTTP Code |
|---|---|
| Required fields missing or empty | 400 |
| Invalid field format | 400 |
| Update attempted after T&C is acknowledged | 400 |
onboardingId does not exist | 404 |
onboardingId does not belong to this partner | 403 |
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.
Path Parameters
PayGlocal-generated onboarding ID returned by Create Onboarding.
Body
Legal constitution of the business.
INDIVIDUAL, PVT_LTD_COMPANY, PUBLIC_LTD_COMPANY, PROPRIETOR, PARTNERSHIP_FIRM, LLP_FIRM "PVT_LTD_COMPANY"
Subcategory code from the Get Business Categories API.
"BUS.IT_SERVICES"
Merchant website or app store URL.
"https://acmepayments.com"
Primary purpose code for merchant transactions.
"P0802"
GST registration number.
"27AAPFU0939F1ZV"
Trade name or brand name.
"Acme Payments"
Importer Exporter Code (preferred for GOODS businesses).

