Calling Stripe API through custom action does not work

Hi all,

New to Adalo, loving it so far but I cannot use the default Stripe components because I need more then only Creditcard, so I want to use Stripe checkout.

I was trying to connect to the API but somehow I cannot get this to work, my details are correct and works fine through postman but not through the Adalo API, does anybody know why?

Welcome to the community @SvanZ! :partying_face:

What the error you see in Adalo?

Thanks for the quick reply, I always get, with anything I try

{
“error”: {
“message”: “You did not provide an API key. You need to provide your API key in the Authorization header, using Bearer auth (e.g. ‘Authorization: Bearer YOUR_SECRET_KEY’). See Stripe API Reference for details, or we can help at Stripe: Help & Support”,
“type”: “invalid_request_error”
}
}

Delete the space between Bearer and key starting sk and re add that space again and try!

1 Like

Great stuff, thanks for that. It works!

1 Like