#_best-practices
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/1240462744143134803
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
For more context, i'm outsourcing a website to a developer and for stripe integration, im wondering if therse anyway for the develolper to access the SNN on file through any code/api, as well as they wanted login information to the stripe dahsboard so Im curious on if i give the info to them will they have access to my SSN then / is it good practice generally to give the login information anyway (in the development of the website)
No there's no API to retrieve the full SSN. The person object has a ssn_last_4_provided property https://docs.stripe.com/api/persons/object#person_object-ssn_last_4_provided , it only tell you whether the SSN is provided, but it won't surface the full SSN details.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Okay thank you! And in regards to the best practice, is it advised to give a developer of the website access to the full stripe dashboard while they are developing the webiste or are there alterantive ways or what would be the best practice?
You could create a test account simply for developers for integration purpose and a different account for live transactions
Would it be something like this (one account has the SSN in and the other account doesnt, but the one without SSN has it in test mode still)? Is there any documentation regarding this system of seperate accounts, I wasn't able to find any
In https://dashboard.stripe.com/settings/team, the admin will be able to configure who can access this specific account
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Here's the details of team member access: https://docs.stripe.com/get-started/account/teams
Okay thank you! Y'all have been of great help