You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: