skip to Main Content

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


  1. 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.:

    • Their existing PayPal balance
    • PayPal Credit
    • A local bank account
    • Visa
    • MasterCard
    • American Express
    • Discover
    • Some other local card or funding source specific to the buyer’s country

    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.

    Login or Signup to reply.
  2. 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.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search