Register Supplier
Registers supplier (issuer) information and obtains a supplierKey. Required for delegated issuance and reverse issuance.
Usage examples: Delegated issuance | Reverse issuance
Authorizations
Base64-encode your API key and pass it. Enter the API key as the username and leave the password empty.
Body
Information about the supplier (issuer) that issues tax invoices. This is the request body of the Register Supplier API (POST /v1/suppliers).
Business registration number
^\d{10}$"1234567890"
Organization name
1 - 70Representative name
1 - 30Sub-business place code
4^(?!0{4})\d{4}$"0001"
"0002"
Response
Supplier (issuer) identification key
Business registration number
^\d{10}$"1234567890"
Organization name
1 - 70Representative name
1 - 30Sub-business place code
4^(?!0{4})\d{4}$"0001"
"0002"
