Payment Method: Find
Note
Results are limited according to the PayPal Data Protection Addendum For Card Processing Products policy.
- DOTNET
PaymentMethod paymentMethod = gateway.PaymentMethod.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.
- C#
PayPalAccount paypalAccount = gateway.PayPalAccount.Find("the_token");
NotFoundException
.