Payment Method: Find
Note
Results are limited according to the PayPal Data Protection Addendum For Card Processing Products policy.
- Ruby
payment_method = gateway.payment_method.find("token")
Arguments
token
required, StringThe alphanumeric value that references a specific payment method stored in your Vault.
Examples
Single PayPal account
If you want to look up a single PayPal account using its token, use the find method.
- Ruby
paypal_account = gateway.paypal_account.find("the_token")
Braintree::NotFoundError
.