Operations API
Customers
Customer Object
attributes id string a unique identifier for the customer object string the value is always customer name string the customer's first name last name string the customer's last name email string the customer's email address locale string ( appendix docid\ kfbmx4q3dxjtduqf75yx1 ) the customer's language created at timestamp the time the customer was created country string ( appendix docid\ kfbmx4q3dxjtduqf75yx1 ) a two letter country code (iso 3166) representing the customer's country stripe customer id string the id of the customer in your stripe account teammate id string the id of the teammate that is assigned to this customer affiliate partner id string the id of the partner that referred this customer timezone offset string the utc timezone offset for this customer example +03 00 category string the possible system values are customer and lead priority string the possible values are low , normal , medium and high lead status string provided if the category of the customer is lead the possible values are qualified , unqualified , contacted , followup , new lead or attempt to contact billing addresses array of address object docid\ mq5z zerbxrx2ldj6xspz an array of objects, each corresponding to a billing address of the customer "billing addresses" \[ { "id" "a6f75f5a af4f 43e8 bfc9 616c03763be4", "object" "address", "phone" null, "name" "tamio gmbh", "representative" "jane doe", "email" "jane+doe\@plugnpaid com", "address" "awesome street", "city" "frankfurt", "postcode" "12345", "state" null, "country" "de", "locale" "en", "shipping address" false, "ip" null, "is company" true, "vat" "de1231233", "verified vat" false } ] shipping addresses array of address object docid\ mq5z zerbxrx2ldj6xspz an array of objects, each corresponding to a shipping address of the customer "shipping addresses" \[ { "id" "a6f75f5a af4f 43e8 bfc9 616c03763be4", "object" "address", "phone" null, "name" "tamio gmbh", "representative" "jane doe", "email" "jane+doe\@plugnpaid com", "address" "awesome street", "city" "frankfurt", "postcode" "12345", "state" null, "country" "de", "locale" "en", "shipping address" true } ] { "id" "6e6edb99 46d1 4b6a b270 97eaa9c07624", "email" "john+doe\@tamio com", "name" "john", "last name" "doe", "country" "de", "locale" "en", "created at" 1664480250, "stripe customer id" null, "object" "customer", "teammate id" null, "timezone offset" "+00 00", "category" "customer", "priority" "normal", "source" "import", "affiliate partner id" null, "billing addresses" \[ { "id" "a6f75f5a af4f 43e8 bfc9 616c03763be4", "object" "address", "phone" null, "name" "tamio gmbh", "representative" "jane doe", "email" "jane+doe\@plugnpaid com", "address" "awesome street", "city" "frankfurt", "postcode" "12345", "state" null, "country" "de", "locale" "en", "shipping address" false, "ip" null, "is company" true, "vat" "de1231233", "verified vat" false } ], "shipping addresses" \[ { "id" "eda78fa6 65d0 4ddb bac8 6296de104ce7", "phone" "+1234564899", "name" "tamio gmbh", "object" "address", "email" "jane+doe\@plugnpaid com", "address" "awesome street", "city" "frankfurt", "postcode" "12345", "state" null, "country" "de", "locale" "en", "shipping address" true } ] }