Payment Method
Payment Method: Delete
- Python
result = gateway.payment_method.delete("the_token")
result.is_success
# True
Arguments
token
required, strThe alphanumeric value that references a specific payment method stored in your Vault.
Additional Parameters
When True, all grants of the payment method to other merchants will automatically be revoked. The default value is False.