#stenerali_api
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/1237216175298187387
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
For Standard connect account, card_payment is enabled by default. Capabilites are not needed for Standard connect account integration
what api can I call to verify that card_payment is enabled?
"Whether this payment method may be offered at checkout. True if display_preference is on and the payment method’s capability is active."
I'm seeing true in the payment_method_configuration. But where in the dataset would I see that the capability is active?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
For Standard connected account, the card as a payment method is always enabled by default. There is no way to turn the card off.
If you would like to check whether the connected account is able to process the payment, charges_enabled should be used: https://docs.stripe.com/api/accounts/object#account_object-charges_enabled
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
thanks! do any account types not have card_payments enabled by default?
(when connected to a connect platform)