Register Issuer
Registers a business that issues tax invoices and returns its issuerId.
Authorizations
Base64-encode your API key and pass it. Enter the API key as the username and leave the password empty.
Body
Issuer registration request body
Business registration number
^\d{10}$"1234567891"
Organization name
1 - 70Representative name
1 - 30Sub-business place code
4^(?!0{4})\d{4}$"0001"
Response
Issuer registered
Registered issuer and certificate status
The identifier returned when an issuer is registered. Store the complete string as-is.
A checksum-valid 10-digit number without hyphens (-). Pattern: ^\d{10}$
^\d{10}$"1234567891"
4 digits, excluding 0000. Pattern: ^(?!0{4})\d{4}$
4^(?!0{4})\d{4}$"0001"
Organization name
1 - 70Representative name
1 - 30