Hi,
I already implemented the Stripe Subscription and Customer creation using Custom Events. But now, i’m trying to receive some Subscription Events from Stripe Webhooks, but to call a Backendless API Service route from external we are obligated to pass three headers with application-id and secret-key and content-type headers with each request.
I’m using this documentation: https://backendless.com/documentation/api-engine/apieng_rest_routes.htm
Unfortunately stripes webhooks aren’t allowed to configure any headers for stripe events. There is any solution to this? I think i can have to proxy the webhook with another service/rest api (e.g: webtask) to delegate stripe calls to my custom backendless hosted api service?
Best regards,
Wakim Jraige.