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