#Adawg44๐
1 messages ยท Page 1 of 1 (latest)
Hello! What's up?
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
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
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.
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?
seems the standard accounts protect fraud? express its on your own lol may ask further in support thread on eml!
Got it and makes sense: looking at https://stripe.com/docs/connect/standard-accounts
I am trying to implement a way for a user to create a product and charge for it at a given price
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
And gotcha. I don't think we have specific docs on how to do that with connect but we do have general docs on working with the Prices and Products APIs https://stripe.com/docs/products-prices/manage-prices
And doing those on your connected accounts is a matter of providing the ID of the account that you want to create them on: https://stripe.com/docs/api/connected_accounts
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
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)
Thanks!
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
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.
Perfect!