#kyle-charge-billingdetails
1 messages ยท Page 1 of 1 (latest)
Hi ๐
Thanks for the ID, I'm taking a look
Where specifically are you seeing this value in the Invoice object?
Wait, nevermind, I see it
Okay so now we want to understand how that got added
Yeah i have no idea. This is one of our integration customers and I only read.
Aha, it's in the data for the Card associated with that Customer
address_country United States
hmmm interesting so for cards you don't honor the iso country values
Damn, it was created in 2022 so the creation request is outside our retention window
I can't see what was passed in as a parameter
Can you do a more global search for that value in an address table you could use?
You can see here that the address_country is just a nullable string on the Card object
Can you do a more global search for that value in an address table you could use?
No that's not how our records work
all good. Since I pulled that value off of the charge object's billing address you may concider updating the docs with a note that that value is not always an iso country value if the value comes from the card. It just led to an assumption on our side that lead to an outage.
Thanks for the callout! I will definitely look into it
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
We love stripe's api for the record. Great docs, great performance. I wish you would provide a createdAt on every record but I think there are good reason for excluding it on some cases.
It is something we can consider though
Yes I can understand that
thanks for your help.
I'm happy to shed what ๐ก I can ๐