customer
Object
|
Parameter
|
Description
|
gender
String
Optional
u|m|f
|
Customer's gender
Possible values:
- m if "Male"
- f if "Female"
- u if "Unknown"
|
first_name
String
Mandatory
Max
|
Firstname of the customer. |
last_name
String
Mandatory
Mustermann
|
Lastname of the customer. |
email
String
Mandatory
test@novanet.de
|
Customer's billing email address |
billing
Object
|
This object contains the customer's billing information Hide child object |
|
Parameter
|
Description
|
company
String
Conditional
ABC GmbH
|
Organization name | |
house_no
String
Conditional
2
|
Customer's billing house extension |
street
String
Mandatory
Musterstr
|
Customer's street name
Note: The house_no parameter mentioned above can also be passed along with the street parameter by using anyone of the following separators "/", "-", ".", "," and space |
city
String
Mandatory
Musterhausen
|
Customer's city |
zip
String
Mandatory
12345
|
Customer's postal code |
country_code
String
Mandatory
DE
|
Customer's billing country. The two-character country ISO code as defined in ISO-3166-1 alpha-2 |
district
String
Conditional
Pankow
|
The customer's district from the billing information, which identifies a specific administrative region within a state or province.
Note: Allowed characters are alphanumeric, numbers, space, hyphen, apostrophe, period and other accented characters such as umlauts, Latin characters. |
state
String
Conditional
Berlin
|
The customer's billing state identifies a specific region within a country. Novalnet currently supports this parameter in three formats:- ISO 3166-2 State Codes: Provide the state using the state code according to the ISO 3166-2 standard for seamless transmission during payment processing. For example, state codes (such as "BE" for Berlin) are typically 2 characters long.
- Country Code Format: The state code in country code format for Germany is "DE-" followed by the 2-letter state code (e.g., "DE-BE" for Berlin, "DE-HH" for Hamburg).
- Full State Names: Full state names can be provided using string characters with a maximum length of up to 50 characters (e.g., "Berlin", "Hamburg").
Note: Allowed characters are alphanumeric, numbers, space, hyphen, apostrophe, period and other accented characters such as umlauts, Latin characters. |
customer_ip
String
Mandatory
127.0.0.1
|
Customer's IP address |
customer_no
String
Optional
12345
|
Customer's unique identifier from the shop |
birth_date
String
Optional
1992-06-10
|
Customer's date of birth. The format to be specified is "YYYY-MM-DD"
Note: Mandatory only for B2C for processing guaranteed and installment payments such as GUARANTEED_DIRECT_DEBIT_SEPA, GUARANTEED_INVOICE, INSTALMENT_DIRECT_DEBIT_SEPA, INSTALMENT_INVOICE |
tel
String
Optional
+49 089 123456
|
Customer's telephone number |
mobile
String
Optional
+491747781423
|
Customer's mobile number |
fax
String
Optional
+49 89 654321
|
Customer's fax number |
shipping
Object
|
This object contains the customer's shipping information Hide child object |
|
Parameter
|
Description
|
same_as_billing
Integer
Optional
1
|
Pass this parameter if the billing and the shipping address are identical. Also note that the entire shipping child object is optional | |
first_name
String
Optional
Max
|
Customer's shipping firstname |
last_name
String
Optional
Mustermann
|
Customer's shipping lastname |
email
String
Optional
test@novanet.de
|
Customer's shipping email address |
company
String
Optional
ABC GmbH
|
Organization name of the shipping address |
house_no
String
Optional
2
|
Customer's shipping house extension |
street
String
Optional
Musterstr
|
Customer's shipping street name |
city
String
Optional
Musterhausen
|
Customer's shipping city |
zip
String
Optional
12345
|
Customer's postal code |
country_code
String
Optional
DE
|
Customer's shipping country. The two-character country ISO code as defined in ISO-3166-1 alpha-2 |
tel
String
Optional
+49 089 123456
|
Customer's shipping telephone number |
mobile
String
Optional
+491747781423
|
Customer's shipping mobile number |
state
String
Optional
Berlin
|
The customer's shipping state identifies a specific region within a country. Novalnet currently supports this parameter in three formats:- ISO 3166-2 State Codes: Provide the state using the state code according to the ISO 3166-2 standard for seamless transmission during payment processing. For example, state codes (such as "BE" for Berlin) are typically 2 characters long.
- Country Code Format: The state code in country code format for Germany is "DE-" followed by the 2-letter state code (e.g., "DE-BE" for Berlin, "DE-HH" for Hamburg).
- Full State Names: Full state names can be provided using string characters with a maximum length of up to 50 characters (e.g., "Berlin", "Hamburg").
Note: Allowed characters are alphanumeric, numbers, space, hyphen, apostrophe, period and other accented characters such as umlauts, Latin characters. |
district
String
Optional
Pankow
|
The customer's district from the shipping information, which identifies a specific administrative region within a state or province.
Note: Allowed characters are alphanumeric, numbers, space, hyphen, apostrophe, period and other accented characters such as umlauts, Latin characters. |