#uros
1 messages · Page 1 of 1 (latest)
Oh and I'm trying this on test mode.
I went and created while loop after customer create request and wait every second until server logs the customer in the database. 😅
Hi there! Not sure I follow. Stripe will respond with the customer object once a customer is created, so you should be able to get the ID and other customer details from that response.
I create customer and then when I try to get the customer it takes around 15seconds before successfully getting the same customer with GET request.
The server send customer object in response when creating customer but does not return customer when trying to GET the same customer because probably is buissy setting the customer in db???
If customer is created like you said then why cant I get the same customer right after customer create request... It says that it does not exists...
I'm writing e2e tests for my service thats why I want to create get request right after post request.