#rom5031_best-practices

1 messages ¡ Page 1 of 1 (latest)

feral orioleBOT
#

👋 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/1273302540368220160

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

gaunt depot
#

For #1, even though the customer is not around, you can still handle 3DS by getting the customer back on session and displaying the 3DS modal to them. https://docs.stripe.com/payments/3d-secure/authentication-flow#when-to-use-3d-secure
We actually have a setting in the dashboard for Stripe to automatically email users when 3DS is required. If you are doing a connect flow where the invoices are on your platform account, this setting will cover that. Otherwise the setting would need to be turned on on the connected accounts themselves.
https://dashboard.stripe.com/settings/billing/automatic

#

For #2, we don't automatically generate invoices between the merchant and platform unfortunately. Our invoices are only for the actual payment taking, I don't think there is a good way to generate an invoice to represent a transaction between you and the user. For that I think you would have to generate your own

feral orioleBOT