Problem
When, through the donation feature, attempting to create a Stripe account for someone who is less than 13 years old, a 500 error is rendered, due to the case not being handled properly.
Subtasks
- Create and solve API issue to send a specific response for this error case
- Handle that API response properly in Ember as part of this issue