#freiremarcos-payments
1 messages · Page 1 of 1 (latest)
hi there! can you clarify what it would mean to "use only APIS"?
Overall though Stripe is a full-stack integration, there are frontend payment forms for collecting customer payment information or onboarding parties like "sellers" in a marketplace where you would build a page using our JS libraries or hosted pages, it's not all just backend, if that's what is meant!
Hello!
Thanks for your reply
In my case, all my clients will call only my backend. Because of this, I need to be able to create all my operations using API calls.
So, my clients ( mobile , app, web site ) will call my backend, and using rest calls I will call stripe.
makes sense! You still need Stripe components on the frontend, for example to collect card information from customers in a PCI compliant way.
The place to start is https://stripe.com/docs/connect/ , there are some guides linked through there which describe in detail the recommended integration for a marketplace setup like that.