#xfechx - Connect Payment Methods
1 messages ยท Page 1 of 1 (latest)
I cannot seem to have the checkout of the connected account to include SEPA debit, even if in the platform is enabled for that connected account
What kind of connected accounts do you have?
And how/when did you create them?
Standard accounts are generally more controlled by each individual account admin, but with some recent changes there have been more options for Platforms to configure the accounts.
cs_test_a1prY5ZZ3UOpALRrNcicYZsbUpz3D5xKf0jqBUXBSoLsPl56NvjJHb2jBW
It is a new test
please look at it, then we can continue?
This session only specifies Card as the available payment method
why>
You didn't specify any payment_method_types so it defaulted to just Card
https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-payment_method_types
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I was told if I don't specify payment methods then it will make all of the available ones
Double checking
I'm confused because the session returned specified this
payment_method_types: [
"card"
],
I know, I can see that. But that is how the object is getting created
Wait... you specified setup_future_usage
cause if you don't send a payment method type it should list them all
thanks
Yes I think changing your setup_future_usage parameter should enable SEPA debit
it also does not come up if I remove that line
Do you have a new session ID?
This session was still created with setup_future_usage
if I remove the setup future usage
will it have a default?
because I have removed it and still apears in the checkout session
my bad
sorry
Hello ๐
Taking over for Snufkin here as they have to step away
I'd try removing it completely from the request
do you have the ID for it?
cs_test_a1gNcMp202Crtaj2PqQ9VPA69lUPYyIxHmYwFYQk3UAC4DQFw7LW03xQuO
looking
if you pass the sepa_debit manually using payment_method_types that works correct?
hmm, I am trying to not pass it, that's the point
can you try it so that we know that your accounts have it enabled correctly and its just the checkout that's not rendering them?
Gotcha. Let me reach out to my team and get more eyes on this.
I am finding that it never really works, only the usual methods come up, like cards apple pay and google pay
but all the other 'alternative' methods, don't really work in connect scenarios
I have to run , but can you please look into it and if there is any way to contact me?
Yup, i'll post an update in the thread once I hear back