Create customerCopy Pagepost https://api.frisbii.com/v1/customerRecent RequestsLog in to see full request historyTimeStatusUser Agent Retrieving recent requests…LoadingLoading…Body ParamsCreate customer objectemailstringCustomer email. Validated against RFC 822.addressstringCustomer addressaddress2stringCustomer address2citystringCustomer citycountrystringCustomer country in ISO 3166-1 alpha-2. E.g. US.phonestringCustomer phone numbercompanystringCustomer companyvatstringCustomer vat numberlanguagestringCustomer languagehandlestringPer account unique handle for the customer. Max length 255 with allowable characters [a-zA-Z0-9_.-@]. Must be provided if generate_handle is not defined.testbooleanTest flag. If given it will be verified that the account state matches the intended create state.truetruefalsemetadataobjectCustom metadata.metadata objectinvoice_emailstringOptional email address where invoices will be sent to in addition to the primary email address. Validated against RFC 822.dunning_emailstringOptional email address where dunning notices will be sent to in addition to the primary email address. Validated against RFC 822.first_namestringCustomer first namelast_namestringCustomer last namepostal_codestringCustomer postal codedebtor_idint64Debtor identifier for this customer. If set this is unique and cannot be changed anymore.generate_handlebooleanAuto generate handle on the form cust-[sequence_number]truetruefalseResponses 200Successful operation 400Invalid request, see error codes at https://api.frisbii.com/v1/error_codes 401None or invalid credentials provided in access to secured resource 403Not authorized to perform resource operation 404Resource or referenced resource not found, see error codes at https://api.frisbii.com/v1/error_codes 422Invalid request, see error codes at https://api.frisbii.com/v1/error_codes 429Request limiting exceeded, request rate or concurrent requests, see error code 122 and 123 500Internal service error, error is reported automatically to FrisbiiUpdated 3 days ago