elements.submit() Use elements.submit() when creating the Elements object without an Intent. Before confirming a payment, call elements.submit() to validate the form fields and collect any data required for wallets. You must wait for this function's promise to resolve (using async or .then) before performing any other operations. ### Example title Submit Elements Is this helpful?