#Bartosz
1 messages · Page 1 of 1 (latest)
Hi! Let me help you with this.
Could you please share the Request ID req_xxx? https://support.stripe.com/questions/finding-the-id-for-an-api-request
req_nbTZZeNctla3b1
this is LIVE mode and "cloned" customer and payment method from platform into connected account
Is it enabled on your Connected Account?
it seems like it is
on the other hand I can also see this
is it possible that I changed the setting on Monday, but it became "live" 16h ago?
No, it should be instant. I'll need a some more time to investigate.
or is it ok that I'm passing two types: card and us_bank_account, and the payment method id that is for card? It was working in Test, but maybe it's validated in a different way in Live?
yeah it seems weird that you would do it that way
but is it correct? test mode was working just fine
in my scenario I will be using pre-defined payment methods: cards or us_bank_accounts
so initially I thought about providing two types and then a payment method of one of the types
I can code it so it will provide only one type... but is it then really necessary? it's optional field and when it's not provided it default to "card" according to the docs