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

Adyen Native Integration #600

Open
mnida opened this issue Feb 22, 2023 · 0 comments
Open

Adyen Native Integration #600

mnida opened this issue Feb 22, 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 Feb 22, 2023

Is your feature request related to a problem? Please describe.
Customers want to pay through paypal/braintree not just through Stripe

Describe the solution you'd like
Add braintree to our payment processor integrations. Similar to Stripe's integration.

This needs to be able to

issue payments
issue invoices
receive webhooks on payment received
import customers from Braintree and merge into lotus
create customer in braintree
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.

Additional Information

Starting with Oauth for this is great and then building the functions one by one after that. Can use Nango for Oauth most likely.
Take a look at how we did the Stripe and Braintree Integrations and start with those.

@mnida mnida added request New feature or request help wanted Extra attention is needed extensibility New functionality that already has a framework/template labels Feb 22, 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