I want to update existing paypalAccount
of a Vault user every time she makes a purchase using paypal checkout.
According to the documentation, I can only update creditCards
using paymentMethodNonce
.
Another piece of documentation shows how to update Paypal account using token
. My understanding is that token
is only available only after paymentMethod
is added to Vault.
But all I know at this point (before I update the Vault) is paymentMethodNonce
from the client-side. And I don't want to create a new paymentMethod
/paypalAccount
but to update the existing one.
Is there any way that I can update existing paypalAccount
using paymentMethodNonce
?