We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I was wondering if a request is retried in case of failure. I read about idempotency recommendations :
The Stripe Ruby library retries on failure automatically with an idempotency key using increasing backoff times and jitter
Does stripe-php has a similar feature ? If not, would it be interesting to implement it ?
The text was updated successfully, but these errors were encountered:
Hi @pdoreau! At the moment, stripe-php does not have such a feature. It would certainly be nice to have though! I'll tag this issue as future for now.
future
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Hello,
I was wondering if a request is retried in case of failure. I read about idempotency recommendations :
Does stripe-php has a similar feature ? If not, would it be interesting to implement it ?
The text was updated successfully, but these errors were encountered: