I've noticed for the card to retrieve the token, you must click off the card component (i.e. another field) and only then the call is made to stripe to get the token.
Is there a way you can do this so it does it on key-up? As this should be seamless to the users.
Or on the submit button can I make my own call to get the token rather than waiting for the card to do it?