@sankaet Thanks for the reply, but it's confusing that you have a step 2 for businesses. I'm not even sure what "Describe the image" even means in the context of an EIN letter. In fact, when signing up as a business on synapsepay.com there are only two steps, which is what I am after.
The config:
{
physical_id: {
//Set as true if you wish to collect physical IDs (i.e. images of ID's)
collect: true,
//Tweak the physical ID message as desired.
message: 'To continue, please attach a state or federally-issued photo ID. The image of your ID must be in color with all four corners visible.',
//Set true to open up user's webcam. False only opens the file uploader and not the user's webcam.
no_webcam: true
},
//Are you working in sandbox to test or production with real users?
development_mode: true,
//If you do not want the user to be able to add a bank account via account and routing numbers
no_ac_rt: false,
//Should the user be prompted to verify their identity (i.e. perform KYC)?
do_kyc: true,
//Should the user be prompted to link a bank account?
do_banks: false,
//If set to false, other options (payments and link bank will be disabled until KYC is finished.)
kyc_done: true,
//Only include this if payments need to be handled by the widget, as well.
userInfo: {
//user's credentials
oauth_key: 'rwcJdfgeXAJyVIYJ4XHtK4VyQ7glIrplLtPF7Uau',
fingerprint: 'a6c612e48eba2a0943076fc9ca09c31b'
},
colors: {
//color preferences
'trim': '#46A0FF',
'unfocused': 'UNFOCUSED_COLOR',
'text': '#46A0FF'
},
messages: {
'kyc_message': 'Please click on the button above to verify your identity.'
},
//your logo
receiverLogo: 'https://cdn.synapsepay.com/static_assets/logo@2x.png'
}
produces the widget seen below. Am I missing something?