Added my secret key to “basic auth” followed by a “|”
The added the authZ header…
Get this error:
Can anyone shed some light on where i may be going wrong?
Page 1 / 1
That did the trick…. Thanks heaps Troy!
@mck_stu
I successfully tested with the Webhook GET as per below.
Using Zapier GET webhooks app...Ill try the stripe version
@mck_stu
Are you using the Webhooks app to make the GET request or the Stripe API Request action?
Think ive found the issue...checking in stripe logs… Seems the API version Zap uses is out of date?\
Is there a way i can address this in zapier?
@mck_stu
Try changing to Basic Auth
Otherwise, check your Stripe API Key has enough permissions.
Tried:
and this is a customer in my stripe account:
Still no luck same 400 error :(
@mck_stu
Try removing the space after the :
EXAMPLE
The idea is want to grab a payment thats been made in a booking system (accuity) its being processed as a payment intent via stripe. Then at this “GET” stage, I want to find the payment that corresponds in stripe...then update an existing “deal” in hubspot..and move its status to “customer paid”.
If theres a better way to achieve im all ears :)
Sorry its GET
@mck_stu
What API method are you trying to use? GET, POST, etc.] (It’s unclear from the screenshots)
this is the rest:
Sure here you go…
@mck_stu
We’d need to see a full screenshot with how your Zap step is now configured, thanks.