#SouffleAuChocola
1 messages · Page 1 of 1 (latest)
hi, can you elaborate a bit?
in general our Invoices use the concept of Prices and Products to define what is being sold.
I would like to use Stripe just as a payment processor and not create products for the services I offer.
Ideally just create invoices and being able to track these between registered customers and us
with a variable price.
did you have a specific API question about setting that up?
can I charge customers with generic invoices which are not linked to stripe products. Basically just an amount of money.
And setting up the payment details manually each time for the receipt
you can call our Invoice APIs and create one for any amount you want yes
sounds good. Thank you !
can you create recurring payments for these kind of generic invoices?
are you planning to implement this in the future?
wouldn't think so!
what's the problem exactly? you can just ignore the objects in our API , you have to create them since that's how our product is designed, but beyond that you're not tied to them.
we are planning to start working on something and integrate Stripe
this is not an existing issue as it brainstorming for a future product
I would have one more question
Using Financial Connection could we achieve transactions between our thirds which won't go through us but them directly?
basically realize a transaction between 2 of our customers without that transaction going through our account.
no, that's not really how it works, there's a Stripe merchant acocunt involved somewhere, always
you can't do Customer-to-Customer payments without for example one of the Customers actually being a Stripe Connect Account, and your account being a Platform that calls the API to route the funds
can you create service provider accounts through API?
sure, see https://stripe.com/docs/connect/
this channel is really for specific API and coding questions from deveopers actually building an integration so we're not best placed to help with general scoping/brainstorming