#artursir
1 messages ยท Page 1 of 1 (latest)
hi! do you have an example CheckoutSession cs_test_xxx ID or link to the page, and what methods you expect to see but aren't?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
the Ideal should be displayed also
thanks, having a look
I believe it's because the connected account doesn't have SEPA Debit activated
which is needed when you're using setup_future_usage because for iDEAL, we save the bank details as a SEPA Debit payment method
could you send me a link with this requirement?
thanks, will tell them ๐
one more case, they say Klarna should be displayed also https://dashboard.stripe.com/acct_1Cgw3fGw4lHT4BPc/logs/req_BlhwTr4RNurFgQ
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Klarna doesn't support setup_future_usage (it's a one time payment option only) so if that's passed it won't show up
instead of passing s_f_u at the top level you can use e.g. https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-payment_method_options-card-setup_future_usage
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
so you say "save the card if it's a card but otherwise don't"