Accept a string quantity instead of an integer quantity in the Stripe charge API
It's not convenient for the frontend to submit the amount as an integer instead of a base ten string representation of the integer value. The server currently requires JSON carrying the integer value. Change it to require a string instead.