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?
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â
}
}