#ttt999_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/1431280126347448351
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi
Hi there, juggling a couple of threads, will get to this soon!
What is the 3rd party integration?
No probs. The request ID I've sent looks like a "retrieve a customer" call, however, instead of retrieving an existing customer it seems to be creating a new one if I'm not mistaken.
xero
๐
The request you shared is a POST request, which will create a customer instead of retrieving a customer
https://dashboard.stripe.com/acct_1I9vm2IjV3l864vI/logs/req_yLSwXH08pbYdyj
This is the documentation on retrieving a customer, which you can see has a different shape
https://docs.stripe.com/api/customers/retrieve?api-version=2025-09-30.preview&rds=1
Looks like it. You should be able to reach out to them with this information to try and resolve the issue!
thanks wish me luck, tbh I was hoping for a stripe issue as xero support is not the best
im looking back to see if anything changed.
Previously it looks like a payment started with a token rather than a create customer. Does this make sense or am i looking at something completely different
We're unable to assist with third party integration as we have no exposure to how they built this.
Please reach out to them directly
can you help me understand what this token request does? It is followed immediatly by a payment intent
That is passing the payment method details: https://dashboard.stripe.com/acct_1I9vm2IjV3l864vI/logs/req_ZQJaD4H4OVEIOl and you can see that is representaed by the token. It's likely then then use that to create the PaymentIntent
ok thanks think I get what is happening now