#sanjay_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/1359095987284607037
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
account: connectedAccountId,
components: {
notification_banner: {
enabled: true,
features: {
external_account_collection: true,
}
},
balances: {
enabled: true,
features: {
instant_payouts: true,
standard_payouts: true,
edit_payout_schedule: true,
}
},
payouts_list: {
enabled: true,
},
payments: {
enabled: true,
features: {
refund_management: true,
dispute_management: true,
capture_payments: true,
destination_on_behalf_of_charge_management: false,
}
},
account_management: {
enabled: true,
features: {
external_account_collection: true,
}
},
payment_method_settings: {
enabled: true,
},
}
});
hi there!
hi
can you share the documentation link where you saw this parameter?
have you done this step?
This Connect embedded component is in private preview. Request access below.
But as per API documentation, I am not able to find this parameter:
https://docs.stripe.com/api/account_sessions/object
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
That is client side right, i am not able to create account session from server side
That is client side right?, i am not able to create account session from server side
you need to request access to that feature in order to use it. if you haven't, then it's expected that it won't work.
so make sure to fill that form: https://docs.stripe.com/connect/supported-embedded-components/payment-method-settings#request-access
okay
still i have one doubt, in the api documentation, the only available parameters are:
components.account_management
object
Configuration for the account management embedded component.
components.account_onboarding
object
Configuration for the account onboarding embedded component.
components.balances
object
Configuration for the balances embedded component.
components.documents
object
Configuration for the documents embedded component.
components.financial_account
object
Configuration for the financial account embedded component.
components.financial_account_transactions
object
Configuration for the financial account transactions embedded component.
components.issuing_card
object
Configuration for the issuing card embedded component.
components.issuing_cards_list
object
Configuration for the issuing cards list embedded component.
components.notification_banner
object
Configuration for the notification banner embedded component.
components.payment_details
object
Configuration for the payment details embedded component.
components.payments
object
Configuration for the payments embedded component.
components.payouts
object
Configuration for the payouts embedded component.
components.payouts_list
object
Configuration for the payouts list embedded component.
components.tax_registrations
object
Configuration for the tax registrations embedded component.
components.tax_settings
object
Configuration for the tax settings embedded component.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
and what's your question?
i mean even if i request, the api payload wont change right?
if you get access to that feature, you'll get access to new paremeters in the API.
no idea, sorry.