Hello there, I'm new to using Airbyte. I don't kno...
# advice-data-ingestion
e
Hello there, I'm new to using Airbyte. I don't know if this is the right channel for this. Anyone is syncing data from Stripe? I'm having a bad request on the subscriptions endpoint:
Copy code
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: <https://api.stripe.com/v1/subscriptions?limit=100&created%5Bgte%5D=1467331200&status=all> 

{
  "error": {
    "message": "Invalid status: must be one of active, past_due, unpaid, incomplete, incomplete_expired, trialing, or paused",
    "param": "status",
    "type": "invalid_request_error"
  }
}
Any chance this error was discovered previously and about to be fixed?