Trying to add a form (under Stored Payment Methods in My Account) to update a tokenized card.
How would I go about this without placing an order? Vault has actions for delete but not create or edit.
Hello @jliotta
The token is stored in vault_payment_token table.
You can create your own update form, take the data from the table and update.
I hope it helps.
Thank you.