Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.payglocal.in/llms.txt

Use this file to discover all available pages before exploring further.

Use these codes in the stateCode field within businessRegisteredAddress and businessOperatingAddress in the Update Business Details API.

States

StateCode
Andhra PradeshAP
Arunachal PradeshAR
AssamAS
BiharBR
ChhattisgarhCG
GoaGA
GujaratGJ
HaryanaHR
Himachal PradeshHP
JharkhandJH
KarnatakaKA
KeralaKL
Madhya PradeshMP
MaharashtraMH
ManipurMN
MeghalayaML
MizoramMZ
NagalandNL
OdishaOD
PunjabPB
RajasthanRJ
SikkimSK
Tamil NaduTN
TelanganaTS
TripuraTR
Uttar PradeshUP
UttarakhandUK
West BengalWB

Union Territories

Union TerritoryCode
Andaman & Nicobar IslandsAN
ChandigarhCH
Dadra & Nagar Haveli and Daman & DiuDD
Delhi (NCT)DL
Jammu & KashmirJK
LadakhLA
LakshadweepLD
PuducherryPY

Usage Example

When submitting the registered address of a Mumbai-based business:
{
  "address": {
    "isOperatingSameAsRegistered": true,
    "businessRegisteredAddress": {
      "streetAddress1": "501 Commerce Street",
      "streetAddress2": "Floor 3",
      "zipcode": "400051",
      "stateCode": "MH",
      "city": "Mumbai",
      "state": "Maharashtra"
    }
  }
}
Note that both stateCode (MH) and the full state name (Maharashtra) are required fields.

Create Onboarding

State codes are required when submitting business address details.

Update Business Details

Update address fields with the correct state code.