Var Dump from customers-create
object(Stripe\Customer)#16 (22) {
["id"]=>
string(18) "cus_SRCCWrqjuAS9lN"
["object"]=>
string(8) "customer"
["address"]=>
NULL
["balance"]=>
int(0)
["created"]=>
int(1749053108)
["currency"]=>
NULL
["default_source"]=>
NULL
["delinquent"]=>
bool(false)
["description"]=>
string(10) "2025-06-04"
["discount"]=>
NULL
["email"]=>
string(27) "TheAngieEmail@thegmails.com"
["invoice_prefix"]=>
string(8) "OERDHGNJ"
["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(10) "Angie 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_SRCCWrqjuAS9lN | Name: Angie Musk | email: TheAngieEmail@thegmails.com | Misc: 2025-06-04
Get customer from Stripe and dump var
object(Stripe\Customer)#30 (22) {
["id"]=>
string(18) "cus_SRCCWrqjuAS9lN"
["object"]=>
string(8) "customer"
["address"]=>
NULL
["balance"]=>
int(0)
["created"]=>
int(1749053108)
["currency"]=>
NULL
["default_source"]=>
NULL
["delinquent"]=>
bool(false)
["description"]=>
string(10) "2025-06-04"
["discount"]=>
NULL
["email"]=>
string(27) "TheAngieEmail@thegmails.com"
["invoice_prefix"]=>
string(8) "OERDHGNJ"
["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(10) "Angie Musk"
["next_invoice_sequence"]=>
int(1)
["phone"]=>
NULL
["preferred_locales"]=>
array(0) {
}
["shipping"]=>
NULL
["tax_exempt"]=>
string(4) "none"
["test_clock"]=>
NULL
}