#mindsetinmeta
1 messages · Page 1 of 1 (latest)
hi! can you describe the use case in more detail, and what APIs/products does your integration use today?
We are using Stripe connect. the use case is that we let users pay tips at any amount they want. Once they select the amount of tip they want to pay, we will pass that amount to Stripe checkout session to fulfill the payment. We do not need a preconfigured price for the tip as we do not know the amount until the user put it in.
well you can pass line_items.price_data to have ad-hoc amounts without an upfront Price https://stripe.com/docs/api/checkout/sessions/create?lang=node#create_checkout_session-line_items-price_data
you can also look at this feature : https://stripe.com/docs/payments/checkout/pay-what-you-want