Problem
The payments/funds-recipient/personal-id-number component will take in a stripeConnectAccount model and render several states based on its personal_id_number_status:
pending_requirement - nothing
required - we need your full personal ID number (form + submit)
verifying - we're verifying your id number
verified - nothing, parent responsible now
When it's required, we'll have a form for adding your full personal ID number, and use that in combination with ember-stripe-service to create a PII token. We'll then send a route action which which will update the StripeConnectAccount with the token. This action will need to return a promise that can be used for changing loading status of the button.
When it's verifying, we'll say something like:
Please be patient while we verify your ID number.
Problem
The
payments/funds-recipient/personal-id-numbercomponent will take in astripeConnectAccountmodel and render several states based on itspersonal_id_number_status:pending_requirement- nothingrequired- we need your full personal ID number (form + submit)verifying- we're verifying your id numberverified- nothing, parent responsible nowWhen it's
required, we'll have a form for adding your full personal ID number, and use that in combination withember-stripe-serviceto create a PII token. We'll then send a route action which which will update theStripeConnectAccountwith the token. This action will need to return a promise that can be used for changing loading status of the button.When it's
verifying, we'll say something like: