I got question from a professional office. Question is: Stripe allow only payments to fixed objects (Like a T-Shirt that have always same price for all people) or can accept “custom” payment that are different for each client?
Sometimes they have different prices for same service according the client.
I didn’t t find this answer in the docs I read till now on Stripe…
Yes, you can create a custom charge of any amount, it doesn’t have to be bound to any product.
Using products and subscriptions defined with Stripe is just much more convenient as you can use their ready to go dashboard and tracks sales directly without the need to build a custom backend and admin first.
But of course you can go for the full custom route and just use stripe for payments cashing only.