#Luis Felipe
1 messages ยท Page 1 of 1 (latest)
Hello, I don't think the customer portal supports one time prices. Can you tell me more about what you are trying to do here? I am guessing show their one time payments (possibly so that they can request a refund)?
Thanks. Of course. I have a webapp where clients can buy plans for making use of one of our services which is the generation of videos. Now i want to implement products which allow users to add videos to his profile. I want to have not only the plans management in the stripe portal but also the possibility to adquire new products all within stripe portal
Still not quite clear on your use case. Are you looking for your users to make new one time purchases through the portal? The portal doesn't support that but you can create a Checkout Session if you want a Stripe hosted page for them to make those purchases on
So the stripe portal only support plans/subscriptions management and not single payment
Is that right?
Correct, unfortunately it doesn't support those. It is just for managing/viewing existing subscriptions and invoices
Thanks. In that case, if i have to send the user to checkout, is there any top limitation to a quantity of a product that user can buy?
It looks like we cap the adjustable quantity at 999999 but we don't say there is a limit on the quantity that you set yourself. https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-line_items-adjustable_quantity-maximum
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
but are we allowed to break that limit by configuring in stripe somewhere?