Using the PayPal Rest API, is there any way to update a stored credit card? PayPal's documentation on this, "Vault: Store customer credit cards securely.", only specifies:
- Store a credit card
- Delete a stored credit card
- Look up a stored credit card
It does not however, mention anything about updating a stored card.
Currently, to update a card, I have the user re-input all their credit card data, I delete the old card from paypal and store the new one, returning a new creditcard_id. But if the user only needs to update their card expiration date or their billing address, I don't want them to have to enter their card number again, just security code and new expire date or address.
Any help would be appreciated.