I have a pretty simple Stripe integration; however, I keep getting a stubborn error.
The integration just listens for successful payment then retrieves customer by customer ID, but I keep getting a 429 error. Any thoughts on troubleshooting?
I have a pretty simple Stripe integration; however, I keep getting a stubborn error.
The integration just listens for successful payment then retrieves customer by customer ID, but I keep getting a 429 error. Any thoughts on troubleshooting?
Hi @Peter_McG
429 is mainly rate limit error. (Too many requests hit the API too quickly) So solve or rerun with the data, please try to use break error handler.
If you require additional assistance, please don’t hesitate to reach out to us.
MSquare Support
Visit us here
Youtube Channel
You can try using a sleep module to wait 2-5 seconds before the module.
Hi @Peter_McG
This article could be helpful because it speaks about handling 429 errors: 429 errors - rate limiting.