Skip to content

Create a payments/funds-recipient/personal-id-number component #886

Description

@joshsmith

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions