#karina-customer-expansion
1 messages · Page 1 of 1 (latest)
I am retrieving a customer and expanding ["default_source"]
it is this customer https://dashboard.stripe.com/customers/cus_9hBCuD8MbVQeaY
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
and our code tries to dig into the default source object that is expanded and grab .id
our error shows that there indeed is a default source object, it has attributes like fingerprint, brand, country, etc but no id
Hm, could you make the request one more time? I don't see the logs for your request on my end. I wanted to confirm that we are in fact receiving the expand piece
just did it
i believe you are because i am receiving a full object back rather than an id
I'm seeing get requests but for a different customer ID: cus_DvUIeas3cyysvU
i will try and get a request
here is an event, and sorry, there was a slight misreading of the code, https://dashboard.stripe.com/events/evt_1Ob8K9Cx65IjJG440zupZZou
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
our card is trying to find the source.card.id
so is it expected that the card id is not there?
ah HA, my colleague thinks it is because it is a visa debit card?
I see you're expanding two things: default_source" and "invoice_settings.default_payment_method". Can you share what your code is trying to access from the response?