#Shaun - Mock data

1 messages · Page 1 of 1 (latest)

rich juniper
#

Hi 👋
I'm not familiar with stripe-mock off the top of my head

#

Do you have any documentation handy?

#

Wait..found it

#

From the README

stripe-mock is able to generate an approximately correct API response for any endpoint, but the logic for doing so is still quite naive

#

If you want very specific behaviors you may need to create a Stripe Account and use Test mode. But I'm still looking to see if you can configure the fixtures used.

#

Testing for specific responses and errors is currently not supported.
I think this means you won't be able to configure the data returned at this point.

gaunt quest
#

Ah shame.

#

I guess I'll have to mock it myself

rich juniper