Integration of Alternative Payment Gateway
Hello everyone! If I wanted to integrate a payment gateway other than Stripe or Lemon Squeezy, what path should I take? Is there any example of a different integration?
As I am new to the development world, I would appreciate any guidance you can provide. Thank you very much!
6 Replies
Hi @AleOP. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
----------------------
Hmm, I don't know enough to give you a confident answer yet. The knowledge sources provided do not contain specific information about integrating a payment gateway other than Stripe with Wasp. However, Wasp is a flexible framework and it should be possible to integrate other payment gateways.
I would recommend checking the official documentation of the payment gateway you want to integrate for any Node.js or React libraries they might provide, as Wasp uses these technologies. You might also want to check the Wasp documentation (https://wasp-lang.dev/docs) for any relevant information.
Remember, when integrating a new service, you'll likely need to create a new action in your Wasp code, similar to how the
customSignup
action is created in the Wasp auth documentation (https://wasp-lang.dev/docs/auth/email#creating-a-custom-sign-up-action).
I hope this helps, and don't hesitate to ask if you have more questions!
----------------------
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
----------------------
Sorry @AleOP, 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?Thank you very much, the information is very helpful!
@Vinny (@Wasp) will also give you some info
Hey @AleOP you're free to implement any other payment provider you wish :). See this similar thread for a bit more info: https://discord.com/channels/686873244791210014/1291731946895839404/1291734636573233162
Hey! Thanks for the info! I’ll take a look at the thread and explore some options for the payment provider. Appreciate the flexibility! 😊
You're welcome