Create customer
Last updated
Was this helpful?
Last updated
Was this helpful?
Customer creation is elemental to the Notify API: this is where most invoice implementations start off. Once you have , you can create invoices for the customer. without a customer id, you can't create invoices. So always start with the customer API first or for the customer id. In both responses you'll find the unique customer id you can use for your invoices.
POST
https://api.notify.cm/v2/customers
Authentication: API keys
Overwrite
boolean
Optional if you want to overwrite information when a customer with the same CustomerCode
already exists. we advise to use the update API instead.
Authorization
string
Your test or live API key
CustomerCode
string
Your unique customer code. Max. 250 characters
Name
string
The name of the customer. Max 250 characters
Address
string
Max. 250 characters
Postalcode
string
Max. 10 characters
City
string
Max. 250 characters
Country
string
Two characters country code, see documentation
Contact
string
The full name of the contact. Max 250 characters
Phone
string
Max. 20 characters
Mobile
string
Max. 20 characters
string
Max. 250 characters
InvoiceEmail
string
Address for invoices only. Max. 250 characters
RegistrationNumber
string
Chamber of Commerce Registration number
Language
string
Language code. See documentation