web services - Stripe identity verification storage -


i reading documentation regarding stripe verification managed accounts , wondering if idea store them (as backup) on private place application has access (like private bucket on s3 or in private server)?

i'd recommend against saving sensitive info on end such ssn, copy of government id or bank account details. best solution here send details stripe directly store on end , not log of beyond tracking provided info.

you listen account.updated events on connect webhook endpoint setup in platform. tell whether stripe needs more info user if fields_needed set , delay have provide required details based on verification[due_by].

you can use properties legal_entity[ssn_last_4_provided] know if you've sent information stripe or if might need it. can found in docs here


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -