Stripe support for Payment

One thing I am not sure about is where to store Stripe API credentials.

Best practice is to store these in environment variables or conf file, but this does not make sense to me in regards to Tryton because of the fact that multiple databases can be run in a single instance and it is likely that each database should have different credentials.