Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Paddle PSP Integration Option #439

Open
mnida opened this issue Jan 13, 2023 · 0 comments
Open

Add Paddle PSP Integration Option #439

mnida opened this issue Jan 13, 2023 · 0 comments
Labels
extensibility New functionality that already has a framework/template help wanted Extra attention is needed request New feature or request

Comments

@mnida
Copy link
Collaborator

mnida commented Jan 13, 2023

Is your feature request related to a problem? Please describe.
Some users want the ability to use paddle instead of stripe for payment processing and invoicing.

Describe the solution you'd like
Create an integration for Paddle the same way the Stripe integration is currently created. This needs to be able to

  • issue payments
  • issue invoices
  • receive webhooks on payment received
  • import customers from paddle and merge into lotus
  • create customer in paddle

This should allow the next PSP integration to be much easier since these steps should be fairly reproducible and are already defined for Stripe in an extensible way in the backend.

The last bit of this will be creating a card in the frontend and connecting either via oauth or more easily (MVP) through a secret api key.

@mnida mnida added request New feature or request help wanted Extra attention is needed extensibility New functionality that already has a framework/template labels Jan 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
extensibility New functionality that already has a framework/template help wanted Extra attention is needed request New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants
@mnida and others