#Ed Mana-payment-methods
1 messages · Page 1 of 1 (latest)
Hi there 👋 since you're not referring to a Connect scenario, are you trying to check what payment methods are enabled for your own account?
No. Our app allows customers to put in their own Stripe API keys and our app can accept payment and process for their accounts.
I am trying to find out how we can query Stripe to find out what methods are enabled.
I'd really recommend looking into using Connect instead, asking others to expose their API keys is risky.
The issue is if our customer already has Stripe, we are now setting up a separate account w/ Connect, correct/
Also, all other products in our industry work the way I am doing it. We are encrypting the keys in our DB so we are securing them.
There isn't a way to retrieve account payment method options via the API without being in a scenario that uses Connect.
Ok. Thanks