#Adawg44๐Ÿš€

1 messages ยท Page 1 of 1 (latest)

keen cedarBOT
ivory garnet
#

Hello! What's up?

digital nova
#

Just added the ask!

#

Love the collison installation story from YC lol

#

tldr: I want to know if stripe chargeback protection will help prevent fraud

ivory garnet
#

I wish I could help, but this chat is focused on developers and technical questions. Our support team will be able to assist you with questions about fraud better than I can: https://support.stripe.com/contact/email

digital nova
#

Got it!

#

Thanks

#

Sent!

#

Any ideas on implementing stripe connect to django? I understand the user must set up and connect their account to set a price after verification to sell products. Wanted to know if you have come across any good tutorials or libraries off the top of your head as I plunge into google.

short hemlock
#

We don't have any tutorials specifically for Django but our connect tutorials do all have Python code so those should still be helpful and easy to port to a Django setup.

#

Are there any specific Stripe things you are looking for a tutorial on how to code?

digital nova
digital nova
short hemlock
#

What fraud protection are you seeing that Standard has that Fraud doesn't? Support will know more than me about this but I think they are pretty comparable there

digital nova
#

Does stripe standard protect from fraud so its not on me if the merchant does not deliver or the payer does not pay properly if I have chargeback (will ask in support upon response)

digital nova
#

but hopefully every day joe can sign up and create a product on my end without much fuss setting up stripe acct

#

totally fine either way

short hemlock
#

Ah thank you for the link. That is basically about the liability for refunds and whatnot. All of the account types have protection from fraud in some way so I think the wording is what tripped me up.

Our account signup is pretty easy but you definitely have more of a feel for what your users will want to do to sign up than I do. Standard accounts are their own full Stripe accounts so setup there would be similar. Express accounts are slightly lighter on what details they require so that may be something to consider when weighing the account types.

digital nova
#

Perfect!