#algobreaker_api
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1283418985169162342
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
NOTE:
I use php laravel, cartalyst
I don't know if there's a way to partially update address. Can you share an example request of what you're doing currently?
https://support.stripe.com/questions/finding-the-id-for-an-api-request
this is an instance of a request id
req_qkLmbpD0QEPUAf
it is just a simple update
with postalcode and country propertues
Gotcha. Yeah, I think passing address updates the whole address parameter since it creates a new object on our end and unsets the previous value.
I think you'd want to pass the existing values along with the new values when you make the request
I am already doing my updated by passing the whole object, by first fetching the data from stripe, and then merging and sending the data as a whole
however, I would like to find out another way
We're only receiving the country and postal code in the update request: https://dashboard.stripe.com/test/logs/req_qkLmbpD0QEPUAf
So maybe the merge isn't working?
what I mean is, the request that I sent you is an old one
I have already integrated a new way(merge) in my codebase
and it works just fine
I would like to find out a better/logical way to do so !
Gotcha. I'd recommend filing a feature request for this via
https://support.stripe.com/?contact=true
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
At the moment, that seems to be the only way
ok thnx
NP! ๐ Apologies for the friction