#Yifei S - Error Handling
1 messages ยท Page 1 of 1 (latest)
Hello! So there are a few things I want to link you to, hang on while I get everything together...
We have a section about network errors here I recommend you read: https://stripe.com/docs/error-handling#network-errors
You can also set up webhooks so your server can be notified of things you're interested directly. Our webhooks system has a robust delivery and retry system to make sure you receive the events we send: https://stripe.com/docs/webhooks
As far as the API goes you can list Payment Intents by customer: https://stripe.com/docs/api/payment_intents/list
You can also fetch a Payment Intent using its ID: https://stripe.com/docs/api/payment_intents/retrieve
๐ thanks these are very helpful!
No problem! ๐