#sinduri_akshay

1 messages · Page 1 of 1 (latest)

wise yachtBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

warped stag
#

Do you have any more log? It doesn't seem to tell the proper error message

grim lichen
#

no only got this error when tried to upload the app

#

one more question is, which method is useful for our integration?OAuth or RAK? found a beta feature https://docs.stripe.com/stripe-apps/install-links. which one is suitable for our plugin, I'm already gave info about our usecase.

Our plugin use by thousands of store owners, each store owner has their own stripe account.they manually input their stripe API keys in out plugin settings..this is the current flow

Allow users to install your app outside the Stripe App Marketplace.

warped stag
#

Hmm probably try to refresh out your Stripe CLI (log out and login again? or uninstall then install again)

#

Install Link is more complicated. I would still recommend to get your app on the MarketPlace

grim lichen
#

but its not clear

#

currently, we do not need stripe account to work, our customers use their stripe accounts tol accept payment from their customers, we dont have any role

#

but using stripe app it required to create app using our(plugin developmen team) own stripe account right??

warped stag
#

Yes!

#

That's the point of Restricted API Keys

grim lichen
warped stag
#

Yes correct

grim lichen
#

Just confirming again, we received an email from Stripe team, in which they said to use Stripe app to create restricted API keys. So this is not necessary right!!We can create restricted API keys manually as per your words.

"Stripe is heightening our security standards and will require all plugin developers and merchants to use Restricted API keys(https://docs.stripe.com/stripe-apps/onboarding-plugin). This change will improve the security of your integration, while also giving you the option to promote your business on the Stripe App Marketplace(http://marketplace.stripe.com/). "

Stripe Apps integrate all the tools you use to run your business

warped stag
#

I think they meant to "use Stripe App", more than just "use restricted key". It has upsides about promoting your app on Stripe App Marketplace also

grim lichen
warped stag
#

Can you use your Stripe CLI to trigger an example event, or call APIs?

grim lichen
#

yes it's succeeded

#

induri@MacBook-Pro wt-test % stripe trigger payment_intent.canceled
Setting up fixture for: payment_intent
Running fixture for: payment_intent
Setting up fixture for: payment_intent_canceled
Running fixture for: payment_intent_canceled
Trigger succeeded! Check dashboard for event details.
sinduri@MacBook-Pro wt-test %

warped stag
#

Can you remove (or copy over) your Stripe app and try to create a fresh new one

grim lichen
#

I've followed the same doc to create app

warped stag
#

Yes I mean to start over from scratch

grim lichen
#

but how to remove app?

warped stag
#

hmm have you tried strip apps remove command?

grim lichen
#

no let me try

#

sinduri@MacBook-Pro wt-test % strip apps remove
error: /Library/Developer/CommandLineTools/usr/bin/strip: can't open file: apps (No such file or directory)
error: /Library/Developer/CommandLineTools/usr/bin/strip: can't open file: remove (No such file or directory)
sinduri@MacBook-Pro wt-test %

warped stag
#

Are you in the same folder where you created Stripe App?

grim lichen
#

its a typo - stripe apps remove

#

sinduri@MacBook-Pro wt-test % stripe apps remove
✔ settings
✔ Removed settings AppSettings from stripe-app.json
! To remove the files, run:
$ rm src/views/AppSettings.tsx src/views/AppSettings.test.tsx
sinduri@MacBook-Pro wt-test % stripe apps remove
✔ view
nothing to be removed from stripe-app.json
sinduri@MacBook-Pro wt-test % stripe apps remove
✔ settings
✔ Removed settings from stripe-app.json