Payment Method
Payment Method: Delete
- PHP
$result = $gateway->paymentMethod()->delete('the_token');
$result->success
#=> true
Arguments
token
required, stringThe 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.