Stripe Integration

If I understand https://www.mautic.org/integrations/ correctly, the Stripe.com Integration should be already build in Mautic. If this is the case: How can I find this? The other Integrations are there and I can use them, but Stripe is missing.



Any ideas?

Thanks!

OLAF

I’m also wondering about this. Would be awesome if the forms integrated.

If I understand https://www.mautic.org/integrations/ correctly, the Stripe.com Integration should be already build in Mautic. If this is the case: How can I find this? The other Integrations are there and I can use them, but Stripe is missing.

Any ideas?
Thanks!
OLAF

okay, then I missunderstood the page. Is it planned?

I would like the stripe integration too. it would make life much much easier.

Voting that up from here too, would be awesome to have cust details flow from stripe into Mautic and be able to act on that.

What is the use case for stripe integration?

We can use simplified mautic forms to register for events or sell products or services rather than integrating with another platform. I am currently using Formsite to process registrations for our summer camps - https://codekidscamp.com, but have no way to get data from formsite to mautic, because I can’t get zapier integration to work and no way to automatically get data in. RIght now, I am trying to upload data for prospects when they don’t complete registration to send them an email offering to help, but I have to do it manually in Mautic. It would also be great for other clients of mine to be able to automatically understand data when a client pays and have that value register in Mautic. At the end of the day, the more that is in one place, the more powerful Mautic becomes.

I can also see having customer data come in from Stripe, but my use case is to use Stripe with Mautic forms.

Use cases for stripe receive webhook:

Assuming that we are using stripe checkout for payment (either in email or landing pages)
When we receive charge.succeeded:
1 - Customer added to “Welcome customer mailing list”
2 - Email to Operations to handle customer (Ideally, mautic should be able to send a custom post request as a feature, to call other rest API).

When charge.failed
Assuming stripe handles the customer retries etc…and customer gives up as there is no charge succeeded after
1- Customer added to “tried to buy but dropped out mailing list”
2- integration to CRM for sales to follow up

We’ve needed the Stripe integration to sell our Mautic plugins and so we built it ourselves.