Var Dump from customers-create

object(Stripe\Customer)#16 (22) { ["id"]=> string(18) "cus_SiQ6wQ6OSMn5tD" ["object"]=> string(8) "customer" ["address"]=> NULL ["balance"]=> int(0) ["created"]=> int(1753025701) ["currency"]=> NULL ["default_source"]=> NULL ["delinquent"]=> bool(false) ["description"]=> string(10) "2025-07-20" ["discount"]=> NULL ["email"]=> string(28) "TheCalvinEmail@thegmails.com" ["invoice_prefix"]=> string(8) "WUZ5XMZH" ["invoice_settings"]=> object(Stripe\StripeObject)#21 (4) { ["custom_fields"]=> NULL ["default_payment_method"]=> NULL ["footer"]=> NULL ["rendering_options"]=> NULL } ["livemode"]=> bool(false) ["metadata"]=> object(Stripe\StripeObject)#22 (0) { } ["name"]=> string(11) "Calvin Musk" ["next_invoice_sequence"]=> int(1) ["phone"]=> NULL ["preferred_locales"]=> array(0) { } ["shipping"]=> NULL ["tax_exempt"]=> string(4) "none" ["test_clock"]=> NULL }

Local SqlData using return data from Stripe API

id:cus_SiQ6wQ6OSMn5tD | Name: Calvin Musk | email: TheCalvinEmail@thegmails.com | Misc: 2025-07-20


Get customer from Stripe and dump var

object(Stripe\Customer)#30 (22) { ["id"]=> string(18) "cus_SiQ6wQ6OSMn5tD" ["object"]=> string(8) "customer" ["address"]=> NULL ["balance"]=> int(0) ["created"]=> int(1753025701) ["currency"]=> NULL ["default_source"]=> NULL ["delinquent"]=> bool(false) ["description"]=> string(10) "2025-07-20" ["discount"]=> NULL ["email"]=> string(28) "TheCalvinEmail@thegmails.com" ["invoice_prefix"]=> string(8) "WUZ5XMZH" ["invoice_settings"]=> object(Stripe\StripeObject)#35 (4) { ["custom_fields"]=> NULL ["default_payment_method"]=> NULL ["footer"]=> NULL ["rendering_options"]=> NULL } ["livemode"]=> bool(false) ["metadata"]=> object(Stripe\StripeObject)#36 (0) { } ["name"]=> string(11) "Calvin Musk" ["next_invoice_sequence"]=> int(1) ["phone"]=> NULL ["preferred_locales"]=> array(0) { } ["shipping"]=> NULL ["tax_exempt"]=> string(4) "none" ["test_clock"]=> NULL }