#sinduri_akshay
1 messages · Page 1 of 1 (latest)
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.
- sinduri_akshay, 1 day ago, 35 messages
Do you have any more log? It doesn't seem to tell the proper error message
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
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
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??
One more thing I found on Stripe doc - https://docs.stripe.com/keys#create-restricted-api-secret-key
manually create restricted API keys.. So our plugin users can go to their dashboard and manually created restricted keys and paste it in our plugin settings - Is this okay instead using Stripe app?
So, Can I confirm that we can use this method instead of creating/using Stripe apps??
Yes correct
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/). "
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
tried but still getting the same error
Can you use your Stripe CLI to trigger an example event, or call APIs?
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 %
Can you remove (or copy over) your Stripe app and try to create a fresh new one
I've followed the same doc to create app
Yes I mean to start over from scratch
but how to remove app?
hmm have you tried strip apps remove command?
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 %
Are you in the same folder where you created Stripe App?
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