#NeatFastro

1 messages · Page 1 of 1 (latest)

junior walrusBOT
sinful stratus
#

Hi, can you share which API reference you're using?

worn oak
#

I'm using Stripe nodejs sdk

#

looks like you're kinda busy, go and respond to other people I can wait

sinful stratus
worn oak
#

Yep

sinful stratus
#

My gut says it's expected but let me test this on my end.

worn oak
#

Ok

#

Also how to manually trigger the requirements of verification for document and additional_document for.each person?

vale yarrow
#

👋 stepping in as pgskc needs to step away

#

What type of Connected Accounts are you using?

worn oak
#

Custom

vale yarrow
#

Hmm can you give me an example account ID?

#

I'm pretty sure we do display multiple persons in the Dashboard UI

worn oak
#

I won't be able to do it right now, maybe in an hour

#

I will first try to do it again my self, thanks

vale yarrow
#

Sure, someone will be around

#

Sounds good

worn oak
#

also can answer my other question?

vale yarrow
#

Ah sorry, missed that

worn oak
#

Ok let me check this out

#

hmmm I was referring to the requirements present on the person object and not the account object

vale yarrow
#

Hmm I haven't played with this stuff recently but I believe the same thing holds true here and those verification tokens will trigger necessary person verifications as well

worn oak
#

Ok but I have to idea how to use the described method, can you help me out a bit

vale yarrow
#

Are you saying you don't understand how to use a verification token?

worn oak
#

yep

vale yarrow
#

You can simply create a PaymentIntent on your Connected Account

#

And use the tok_visa_triggerVerification as the payment_method

#

With the Stripe Account header

#

What server-side language are you using?

#

Oh you said node

worn oak
#

ok got it

worn oak
vale yarrow
#
  amount: 2000,
  currency: 'usd',
  payment_method_types: ['card'],
  payment_method: 'tok_visa_triggerVerification',
confirm: true,
stripeAccount: 'acct_xxx'
});```
#

Something simple like that should do it

worn oak
#

ok thanks a lot.

vale yarrow
#

Sure thing

worn oak
#

Hi one more question!

#

what is the value of the timestamp type

#

seconds since epoch?

vale yarrow
#

Unix

worn oak
#

seconds or minutes?

vale yarrow
#

Seconds

worn oak
#

ok thanks