#.gabelbart

1 messages · Page 1 of 1 (latest)

verbal tapirBOT
lunar blade
#

hi! it is if you use the --api-key flag to explicitly pass a livemode key on the commands, but generally stripe-cli is more for dev/testing purposes

simple adder
#

Ok, can I generate a specific key for this purpose? My intend is to get data, that is not displayed in the dashboard (at least I cant find it there) - to be precise I want to view the metadata fo customer balance transactions.

lunar blade
#

You could create a restricted key(https://stripe.com/docs/keys#create-restricted-api-secret-key) and pass that. I'm not entirely sure what permission covers that use case(maybe Read permission on Balance Transfers) so you'd have to test it, but it's an option yep. Like I said though if this is for a production purpose you're generally better off writing this as real code inside your application.

simple adder
#

Ok, thank you very much.