This feature is used when the one making the purchase is a business. If you decide to use this feature please inform us so that we can ask IN3 activate B2B functionality for your IN3 account.
nullable
name
Parameter
Type
Description
Constraints
Required
initials
String(1...20)
Customer name initials.
lastName
String(1...250)
Customer last name.
✅
address
Parameter
Type
Description
Constraints
Required
addressedTo
String(1...250)
The name or entity which shall accept the package/invoice.
street
String(1...128)
Street.
✅
houseNumber
String(1...25)
House number.
✅
houseNumberSuffix
String(1...25)
House number suffix.
postalCode
String(1...25)
Postal code.
✅
city
String(1...128)
City.
✅
countryCode
String
Country code.
ISO 3166-1 country code.
✅
state
String(1...40)
State.
business
Parameter
Type
Description
Constraints
Required
name
String(1...35)
The name of the purchasing business.
✅
lastName
String(1...250)
The Chamber of Commerce number of the business.
✅
item
Parameter
Type
Description
Constraints
Required
code
String(1...50)
A code that identifies the item.
✅
name
String(1...50)
A human readable name for the item.
description
String(1...100)
Item description.
✅
unitPrice
Int(1...99999999)
Unit price (including VAT) of the item, specified in the smallest currency subunit, as for example eurocents.
✅
quantity
Int(1...1000000000)
The number of items.
✅
vatAmount
Int(1...99999999)
VAT amount of one unit, specified in the smallest currency subunit, as for example eurocents.
✅
vatRate
Number(0...99.9)
Percentage of VAT applied. Only the first decimal value will be taken into account, the rest will be ignored.