Has anyone been able to create a Paddle integration yet?
I've searched for it through the server but couldn't find anything proper. Has anyone done this yet or has anyone got any idea on how to do it? can I just copy paste and modify the Stripe and LemonSqueezy code and check the Paddle docs to figure out how to do it?
3 Replies
Hi @yusuf. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
----------------------
Based on the knowledge sources provided, there doesn't appear to be any specific information about Paddle integration with Wasp. The documents mention Stripe integration extensively and there's a brief mention of LemonSqueezy, but nothing about Paddle.
Your approach of adapting the existing Stripe and LemonSqueezy code while consulting Paddle's documentation is a reasonable strategy. Since Wasp allows you to integrate with third-party APIs through its actions system, you should be able to implement Paddle in a similar way to how Stripe is implemented.
If you're working with the Open SaaS template, you might want to look at how the Stripe payment processing is set up in the actions.ts file as referenced in some of the Discord threads, and then adapt that code for Paddle.
You might also consider asking for help in the Wasp Discord community, as there are active members who might have experience with this specific integration or could provide guidance. You can join their Discord server at Discord or reach out via email as mentioned in the contact information.
----------------------
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
----------------------
Sorry @yusuf, I seem to be having a bit of trouble. Don't worry though, I've pinged my support and they will try to fix me up! :technologist:
Perhaps try again in 15mins?
can I just copy paste and modify the Stripe and LemonSqueezy code and check the Paddle docs to figure out how to do it?yep! mainly! ping us if you get blocked on anything specific! when you have it working, and if it is open source, we'd love to link to it as an example if anyone else wants to do the same!
thanks! I dont have much experience but I guess it will be reviewed before a PR or something.