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.
To do this, I have to build an application, but don’t know how to do it, I’m not a code developer
How is it possible to use an existant one ?
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
Assume you have a case where you need to find a customer by email
If customer is found proceed with next step assume create invoice
If customer not found, create customer then create invoice
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.