Are there any API that I can check if my customer are using paying using Mastercard or Visa card?
Just the card type is enough, no need the number.
As mentioned below, we don’t have access to user credit card as they are stored in PayPal.
Are there any API that I can check if my customer are using paying using Mastercard or Visa card?
Just the card type is enough, no need the number.
As mentioned below, we don’t have access to user credit card as they are stored in PayPal.
2
Answers
PayPal keeps buyer billing information private by design — so, for normal PayPal payments, the receiving account will have no indication whether it was paid with e.g.:
This is said to be a privacy and security feature: if one of the many sites that accepts PayPal is ever compromised, no information about customers’ financials or funding sources will be exposed.
Back in the day, you could use the Vault API for saving the credit card securely and use it for paypal payments. Since PayPal acquired BrainTree the product for handling credit cards directly is deprecated and replaced with BrainTree Direct.
If you are only handling PayPal payments directly there are no options to view the payment method.