Payment Method
Payment Method: Find
- Python
payment_method = gateway.payment_method.find('token')
Arguments
token
required, strThe 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.
- Python
paypal_account = gateway.paypal_account.find('token')
NotFoundError
exception.