function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
R Z KhanR Z Khan 

Webhooks for Stripe

I am using Stripe SDK for Salesforce. I created my webhook listener and provided the apex rest url to Stripe. I generated a connected app in my salesforce instance. How do i provide the client secret and key to Stripe? 
I think i am missing something simple, any hints?

Thanks in advance
Best Answer chosen by R Z Khan
R Z KhanR Z Khan
Just figured it out. Stripe doesn't handle OAuth other way around. i neeed to point it ot my public froce.com page that can handle webhooks. thanks for your help!

All Answers

Prakash@SFDCPrakash@SFDC
Hello Khan,

Please open the connected app you will find those two values over there .Consumer Key by default visible and for consumer secret "click to reveal" link available there .

 
R Z KhanR Z Khan
HiThank you for your reply. I know where to find them. I dont know where to insert them on stripe side to give them authorization to POST to salesforce Rauza
R Z KhanR Z Khan
Just figured it out. Stripe doesn't handle OAuth other way around. i neeed to point it ot my public froce.com page that can handle webhooks. thanks for your help!
This was selected as the best answer