customerId
attached to the client session by id.
You can get the id from any instance of VaultedPaymentMethod
returned by fetchVaultedPaymentMethods.
deleteVaultedPaymentMethod
method performs the deletion of the vaulted payment method and returns a Promise of void
.
VaultManager
needs to be configured before deleteVaultedPaymentMethod
can be called.
Refer to the following example for configuring the VaultManager
.