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”
}
}