#raghul-s_docs
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1331223890403266561
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Can you please explain the fields (available, preference, overridable, value) & it's values of payment methods inside the Payment method configuration object?
available comes from the Connected Account capability https://docs.stripe.com/connect/account-capabilities#payment-methods
overridable is important in a Connect scenario to see whether your Connected Account can change the behavior you pass by default
these are Dashboard only functionalities that you can't set using the API though
You mean, if a payment method is Blocked in the parent configuration, overridable will be false in the child config
If not Blocked in the parent configuration, overridable will be true in the child config
yes
Whats the difference between fields value & preferencein display_preference for the payment methods?
Hey! Taking over for my colleague. Let me catch up.
Could you please share the doc link you are referring to ?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.