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

CC-16: Initial Stripe API Research #37

Open
matherg opened this issue Oct 24, 2023 · 1 comment
Open

CC-16: Initial Stripe API Research #37

matherg opened this issue Oct 24, 2023 · 1 comment

Comments

@matherg
Copy link
Contributor

matherg commented Oct 24, 2023

Investigate Stripe API. Leave comments detailing how we might integrate Stripe Api with our backend, ask questions often and comment on any technical blockers or risks we might run into.

@hmcclew
Copy link
Contributor

hmcclew commented Oct 26, 2023

We're gonna have to make an account to use it. Stripe does charge transaction fees for every type of payment that it processes, and I found this blog that gives some really good tips and reminders for integrating and issues u might run into: https://maddevs.io/blog/integration-of-stripe-connect-into-your-project/

In terms of how we should integrate, it seems like it's the same as setting up any other endpoint, we'll just have to go through the stripe docs and install everything. Their documentation is very thorough and they have an entire section about integrating into an existing project using go. It doesn't seem like we should have too many issues because we're basically making an endpoint to call stripe to do all the heavy lifting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants