#venkateshjsoft

1 messages · Page 1 of 1 (latest)

alpine coralBOT
winter ginkgo
hard frost
#

Thanks

#

I will check

hard frost
#

In our current flow when user select the card type, and click pay we redirect the user to PSP. Do we have simillar setup with stripe

winter ginkgo
#

By similar setup, are you just referring to a Stripe-hosted payment page?

hard frost
#

yes

#

currently we are using buckaroo, we are migrating to stripe

#

we want to have simillar page in stripe to collect the card details

#

and confirm the payment

winter ginkgo
hard frost
#

can we customize this page to show only card option, because we have our own UI to show other payment options and we can want to use this checkout page only for card payment

#

also I dont want my customer to fill the email, phone number again, which we already captured in our previous steps

winter ginkgo
hard frost
#

is it possible to remove this option

#

pay with link

winter ginkgo
alpine coralBOT
hard frost
#

Thanks

#

when I use checkout option for card, ideal or sofort is it possibel to reuse the payment methods later for renewals?

winter ginkgo
hard frost
#

clear. Thanks

#

Stripe.StripeException: payment_intent_data.setup_future_usage is unsupported for payment method ideal.
at Stripe.StripeClient.ProcessResponse[T](StripeResponse response) in //src/Stripe.net/Infrastructure/Public/StripeClient.cs:line 153
at Stripe.StripeClient.RequestAsync[T](HttpMethod method, String path, BaseOptions options, RequestOptions requestOptions, CancellationToken cancellationToken) in /
/src/Stripe.net/Infrastructure/Public/StripeClient.cs:line 115
at Stripe.Service`1.RequestAsync[T](HttpMethod method, String path, BaseOptions options, RequestOptions requestOptions, CancellationToken cancellationToken) in /_/src/Stripe.net/Services/_base/Service.cs:line 263

#

when I create checkout session im passing following payment types "card",
"ideal",
"sofort",
"bancontact",
"sepa_debit",
"paypal"

#

along with SetupFutureUsage

#

is it possible to mention setupfutureusage only for the supproted types instead of mention in generic

south fox
hard frost
#

for all the payment method mentioned above, if I complete payments without specifying setupforfuture and is it possible to access those payments using intent id and continue for the recurring payments?