Connection to Stripe

:bullseye: What is your goal?

Hello,I’m trying to connect Stripe but only a Stripe @Auth is possible.Is it possible to NOT be a developer and manage to connect it.

:thinking: What is the problem?

I’ve created a Limited key on Stripe API Key developer page but it is never recognised as a @Auth connection, and I have no idea how to do it.

:test_tube: What have you tried so far?

Does anybody have the same problem ?Is there an easy way to connect Stripe to Make ?Thanks in advance.

Hello,

Make has an authorized Stripe app.

Please use the standard OAuth connection- you don’t need to take any actions on your Stripe account.
Have you tried that? Have you encountered any error?

OAuth is the recommended connection type, as it is more secure than using API keys.

Have a nice day,
Michal

Stripe in Make.com documentation:

Hi I’m trying to connect a sandbox. Is it possible?

Hello, yes.

Please toggle on Advanced settings and use Client ID and Secret Key for your custom app.

Use live mode or test mode secret key. You can find your secret keys in https://dashboard.stripe.com/test/apikeys

Unfortunately, it requires setting up custom app in Stripe:

Advanced settings

Learn more here:

Can this work on Sandbox or just testmode. I tried to install Make from Stripe and saw this

To do this, I have to build an application, but don’t know how to do it, I’m not a code developer :frowning:
How is it possible to use an existant one ?
Thanks in advance.

@VEGAS Did you find a solution to this?

@mszymkowiak How do we create an application? I have tried my best but all I have is errors

Not at all, impossible to create an app…

What I’m struggling with is making just a connection to Stripe. I’m not sure how it became this complicated

@VEGAS Did you find any workaround?

Nope ;-(

Does anybody can help us ?

Bro I had to use HTTP module it’s much easier than the Stripe Auth connection

Can you explain us a little more how it works and which condition did you put on your modules ? Thanks in advance

If you have to use a http module in place of a stripe module. The only issue is you have to set up each module separately. Also you need to refer to stripe docs to step up the modules.

Headers: Bearer SECRET KEY

  1. Assume you have a case where you need to find a customer by email
  2. If customer is found proceed with next step assume create invoice
  3. If customer not found, create customer then create invoice

Let me know if this helps.

In my case, I would like to have all Stripe payments directly to Notion in a database

WHat’s your trigger? Is it stripe webhook

I created a webhook on Stripe, but I don’t know in which module I have to paste it on Make :
* No stripe module accept a webhook url, it only proposes me OAuth
* I try with Custom webhook module but I have this error : Invalid blueprint: Duplicate instance id ‘1’ found.
Could you help me ?
I’m not an expert at all of webhooks !
Thanks in advance.

Seems like you used a blueprint for the scenario.

Could be better if you shared a snap of that and the error.