does stripe email notify me for every payment made? or just the first one
i dont have access to the phone that has two step authentication, so im recovering it but it takes 1-3 business days
Xionkana has quit
orlondow, you available?
Xionkana joined the channel
psmvac, ?
Xionkana has quit
Tacklebox has quit
ToBeCloud joined the channel
Brandon_ joined the channel
Brandon__ joined the channel
Brandon_ has quit
Brandon__ has quit
Xionkana joined the channel
Xionkana has quit
stripedude joined the channel
ta joined the channel
Xionkana joined the channel
Xionkana has quit
sgsg joined the channel
sgsg has left the channel
forgotmynick has quit
ta has quit
ioxtrem has quit
kes joined the channel
stripedude has quit
stripedude joined the channel
ChickenMaru joined the channel
amber joined the channel
ToBeCloud has quit
ta joined the channel
leo-unglaub joined the channel
leo-unglaub
Hi, i have implemented the SOFORT payment method in my application and it works fine. The only problem is that it takes a very long time for stripe to send the webhook that the payment was successfull and no not pending anymore. usually when i use SOFORT directly i get the respons in a few seconds, but on stripe i am still waiting for it since 30 minutes ... any idea why?
karllekko
leo-unglaub: do you mean 30 minutes for the `charge.succeeded` webhook to be receieved?
maddy joined the channel
leo-unglaub
karllekko: yes, sometimes even longer
karllekko
leo-unglaub: and this is in live mode? unfortunately I'm not hugely familiar with SOFORT, that may be normal — it's an asynchronous payment source so I believe we have to wait for the customer's bank to notify us that the charge was successful, so 30 minutes might be normal. It might be worth writing to https://support.stripe.com/email with the details so they can look into this for you.
maddy: sure, what's up?
leo-unglaub has quit
psmvac
@stripedude: if you are calling the List charges API method you could always use pagination if you aren't already doing so. All List API methods supports it. So originally you would load a list of say 20 charges and have your UI provide an option to paginate
Hi @maddy: I can try to help
@maddy: not very familiar with Atlas and the application process. This doc shows the conditions:
> Since SOFORT is an asynchronous payment method, the Charge object’s status remains in a pending state for up to 14 days from its creation
leo-unglaub
psmvac: yes, i read that on your page but i dont get that. Before we moved this method to stripe we had it implemented directly and there we always got the response imidiatly. Thats why people use SOFORT, because they get it instantly back. Sofort is german for imidiatly
i always thought this 14 days in there is just some legal stuff you write in for layers and stuff
@leo-unglaub: I'm sorry I can't help much but not very familiar with SOFORT sources. From my understanding what you are seeing would be expected. After the source was authorized and you charge the source the source status is `pending` and can stay like this for up to 14 days as the doc says