Fields Reference
Learn about invoice fields to generate tax-compliant digital invoices.
These field references describe the fields specified in the Create Invoice request.
The following fields are available:
| Field | Type | Required | Description |
|---|---|---|---|
documentDate | String | No | — |
transactionId | String | Yes | The identifier used to identify the transaction. The identifier must be fewer than 40 characters. |
customer | Object | No | — |
customer.customerName | String | No | — |
customer.taxRegistrations | Array | No | Groups information about tax registrations. |
customer.taxRegistrations.taxRegistrationNumber | String | No | The tax registration number. |
customer.taxRegistrations.taxRegistrationAdditionalId | String | No | — |
customer.taxRegistrations.isoCountryCode | String | No | — |
customer.taxRegistrations.mainDivision | String | No | — |
customer.fiscalRepresentative | Object | No | Groups information about fiscal representatives. |
customer.fiscalRepresentative.businessName | String | No | — |
customer.fiscalRepresentative.address | Object | No | Groups address information. |
customer.fiscalRepresentative.address.streetAddress1 | String | No | — |
customer.fiscalRepresentative.address.city | String | No | — |
customer.fiscalRepresentative.address.postalCode | String | No | — |
customer.fiscalRepresentative.address.streetAddress2 | String | No | — |
customer.fiscalRepresentative.address.mainDivision | String | No | — |
customer.fiscalRepresentative.address.subDivision | String | No | — |
customer.fiscalRepresentative.address.country | String | No | — |
customer.fiscalRepresentative.address.taxAreaId | String | No | — |
customer.fiscalRepresentative.taxRegistrationNumber | String | Yes | — |
validationResult | Object | Yes | — |
validationResult.isValid | Boolean | Yes | Specifies whether the tax registration is valid. |
taxRegistrationType | String | No | Specifies one of the following values: VAT Registration, Federal Employer Identification Number (FEIN), Tax Identification Number (TIN) , Social Security Number (SSN), Business Number, State Identification Number, Non-Union Scheme, Union Scheme, Import One Stop Shop, Commercial Registration, or LVG Registration. The value can be null. |
destination | Object | No | Groups information about the destination. The value can be null. |
destination.streetAddress1 | String | No | — |
destination.city | String | No | — |
destination.postalCode | String | No | — |
Updated 28 days ago
Did this page help you?
