#nico-integration-design
1 messages ยท Page 1 of 1 (latest)
- Accept payments with Stripe and track pre-payment in your own system
- This is something you would likely need to model internally in your own system
Thanks for the quick reply, yes, I am aware that I have to do a lot in my system but Stripes API Reference is huge
Could you tell me roughly which solution series / product series that would be? That would be very helpful to get a better overview
Sorry that is too open-ended a question. This server is for developers with specific API integration questions.
I would recommend getting started understanding Payment Intents and how to accept funds via the Payment Element
Yes that's my point, I don't know where I can accept payments without product purchases, sorry if I'm expressing myself too badly ๐
IF you require products to be a part of your integration, I would recommend either using Checkout https://stripe.com/docs/payments/checkout
Or one-off Invoices: https://stripe.com/docs/invoicing/overview
Alternatively you could keep track of your products in your own system and use Payment Intent metadata to keep track of what payments match up with what products.
In a very unstructured product scheme, that might be easier.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Ah okay perfect thanks a lot then I'll take a closer look, I will look at metadata, thank you very much for the help and I'm sorry for being a bit too blunt ๐
No worries, we're just best at helping you with specific integration questions. So if you have trouble creating the Payment Intents or Invoices, etc. that is what we can help with best