You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue should serve as a list of Stripe API validation error responses, which we can later use to implement validation error rendering during account setup:
List of errors
Note: stripity_stripe responses are all tuples - {:error, error_struct}
List of error structs encountered:
%Stripe.APIErrorResponse{code: nil,message: "US ID numbers must be 9 characters long",status_code: 400,type: "invalid_request_error"}