#venkateshjsoft
1 messages · Page 1 of 1 (latest)
Can you share the Checkout Session ID (cs_xxx) or Payment Intent ID (pi_xxx) with ideal payment method created?
pi_3NdoNpDEdWHgNJda0RzH2k21
When Checkout Session was created in https://dashboard.stripe.com/test/logs/req_wATZIdx1p54xdF, it only set to use for one-time payment.
If you wish to have ideal to be saved for future payment, payment_intent_data.setup_future_usage: 'off_session' should be set in the request: https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-payment_intent_data-setup_future_usage
Otherwise, payment method won't be saved to the customer for future payment
can we set off_session for ideal, sepa, sofort?
Stripe.StripeException: payment_intent_data.setup_future_usage is unsupported for payment method ideal.
im getting this error
Can you share the request ID (req_xxx) with this error? Here’s how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
req_BjZKcWJRaj3Hze
Thanks for sharing! ideal in Checkout Session is only supported in mode: 'setup': https://stripe.com/docs/payments/ideal/set-up-payment?platform=checkout
It doesn't support saving ideal using Checkout Session. It's only possible with Payment Intent integration: https://stripe.com/docs/payments/ideal/save-during-payment
is it possible to saving ideal payment details after checkout?
Thanks
No problem! Happy to help 😄
one more question
when I use mode as setup, i cant pass price, quanity etc. in this case, how will user know how much he will be charged
in the UI, its not shown
setup mode is only used for saving the payment method, not making the payment
You will need to create additional Payment Intent to charge to the customer
This is the guide how you can create a Payment Intent to charge to the customer: https://stripe.com/docs/payments/ideal/set-up-payment?platform=checkout#charge-sepa-pm
for the user experience, when I set mode as payment for card and mode as setup for ideal, sofrot, they will see 2 different UI behaviour
one showing payment amount another one not showing payment in the UI
is there no way to address this issue
hope my issue is clear to you
I'm afraid there is not other solution for ideal and sofort. Alternatively, you can use Payment Element integration, so that the flow/user experience will be the same for all the payment methods: https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements