Payment Method: Revoke

See also the Payment Method response object.

The Grant API allows you to give another Braintree merchant controlled access to one of your customer's payment methods.

When you revoke a grant, we delete the version of the payment method from the receiving merchant's Vault.
  1. Node
gateway.paymentMethod.revoke(
    "theToken",
    (err, result) => {}
);
Arguments
sharedPaymentMethodTokenrequired, String
The alphanumeric value that references a specific payment method stored in your Vault.
;;