#five-point-palm_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/1400577303276159117
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- five_connect-prefill, 21 hours ago, 7 messages
- five_account-v2, 23 hours ago, 11 messages
requirements: {
collector: 'stripe',
entries: [
{
awaiting_action_from: 'user',
description: 'person.id_numbers.us_ssn',
errors: [],
impact: {
restricts_capabilities: [
{
capability: 'card_payments',
configuration: 'merchant',
deadline: { status: 'past_due' }
},
{
capability: 'stripe_balance.payouts',
configuration: 'merchant',
deadline: { status: 'past_due' }
},
{
capability: 'ach_debit_payments',
configuration: 'merchant',
deadline: { status: 'past_due' }
},
{
capability: 'us_bank_transfer_payments',
configuration: 'merchant',
deadline: { status: 'past_due' }
}
]
},
minimum_deadline: { status: 'past_due' },
reference: {
inquiry: null,
resource: 'person_test_61T0QqzRymuzvZ3A416T0QqkBvSQT7TtZvGFGkKo4Ol6',
type: 'resource'
},
requested_reasons: [ { code: 'routine_onboarding' } ]
}
],
summary: { minimum_deadline: { status: 'past_due', time: null } }
},
question is, why isn't Stripe onboarding updating the SSN on the Person since it was indeed provided and was the test value 0000 which indicates "Successful ID number match"
hi there, can you provide the related acct_ IDs for the connected account?
also did you receive any errors when you put in 0000?
acct_1Rr2tO2fIBuQub17
no i didn't
i went back through onboarding again and set the success values for the dob and address as well and I noticed the SSN field was blank and asking for the full 9
i put in all 0's and it works now
so I would just like to understand why the onboarding form only asks for last 4, then later i have to go back and edit the person and fill out the full 9
Hi there! I'll be taking over for denton - catching up
I just tested again with a new account (acct_1Rr3W32fIBpLNUxi) and put in the success values for dob and address from the start and I still get the same result
where/when did you provide the ssn on acct_1Rr3W32fIBpLNUxi? I'm not finding it in the logs
during the initial onboarding, you are asked to select a Person and you are only offered to provide the last 4 of the ssn then
i want the user to only have to go through onboarding once, otherwise it's too confusing