#omg_ketchup - testing
1 messages · Page 1 of 1 (latest)
Sure thing, no rush, thanks for your help.
We actually do not recommend performing automated tests against the API as this runs up calls to our servers and contributes to rate limiting. For testing certain payment flows, we recommend manual testing. For automated testing of your application, however, we recommend stubbing and mocks for the parts where you call the Stripe API
That makes sense. I was trying to do the Billing Portal stuff, which requires a customer and all that, so I was trying to make it a bit easier, but point taken.
Question- is the order that webhook events are fired deterministic?
Order isn't guaranteed: https://stripe.com/docs/webhooks/best-practices#event-ordering
OK, thanks for the help! Much appreciated!