#coatsworth - charge info
1 messages · Page 1 of 1 (latest)
Hello, do you the ID of the charge (ch_123) or the event (evt_456)?
Unless the info isn't on the Customer object itself it is hard to say why that might be off the top of my head
@rancid kite "ch_3JMe9KKy8TCJZuuF1t63VtYz", "evt_3JMe9KKy8TCJZuuF1i98giZe"
Thank you. Checking in to those.
Is this a pattern that you are seeing with many of your charges from these invoices or just this one? Still looking in to this. I do see that the email and phone were set at the time, I may be mistaken about this getting copied over automatically
Good question - built this webhook so we can inform our clients of their refund. both cases are missing the phone and email, which are present on the cus_123 https://dashboard.stripe.com/webhooks/we_1LOQArKy8TCJZuuFyS0ejuah
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Gotcha, so it is consistent for all of the refund events that you have seen so far. I am checking if this is expected or not and if there is a way to make sure that those fields are populated for invoice charges.
If there isn't you may have to retrieve the customer by ID because the info will definitely be there. Checking in to other options at the moment though...
Thanks! Appreciate the help!
Unfortunately as far as I can see, this won't be populated on the Charge objects. For now you will need to make another API all to retrieve this info from the Customer when you get this event
Yeah, I wish these fields were populated. I can make a feature request for this or add to one if one already exists