Christoph Kappestein
Christoph Kappestein
@cococonuts so great that this works, in a later version we have removed our internal billing system and the Contract/Invoice panel, since all this can be handled by the payment...
yes, so you would need to use the url which points directly to your Fusio instance, in your case: https://myhost.com/index.php/system/payment/stripe/webhook
Hey @cococonuts yes so regarding the external id, this value is also set via the stripe webhook, then a user gets the fitting external id. If the user has an...
Hi, ok could you show me the network response, it looks like the server returns a 404 error. Maybe the `FUSIO_URL` is not correct configured at your `.env` file s....
@davesingh1 ok, so at the `configuration.php` there is a setting `psx_dispatch` which includes by default `index.php/`, if you set this to `''` then Fusio will also not append `index.php/` to...
Hi, so the schema which you have provided is not a valid schema, it must be a valid [TypeSchema](https://typeschema.org/) it should look like s. ```json { "definitions": { "Login": {...
@mrabd423 this sounds like a DNS problem that your server can not resolve the hostname, maybe you need to add it to your hosts file?
Hi @lgmohale currently it is not possible to configure a timeout but we could easily add this since the underlying HTTP library also has an timeout option. But the timeout...
Hi @yeyenpamula can show me in which format you have configured the `APP_MAILER` at the `.env` file, of course only anonymous to check whether there is a problem?
ok, so internally we use the Symfony Mailer component s. https://symfony.com/doc/current/mailer.html you could try the format `smtp://user:[email protected]:25`, `sendmail://default` or also `native://default` to use the SMTP settings configured at the php.ini