Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Credit card type variables for paypal REST API

Tags:

paypal

Is there a list someplace in the Paypal rest API documentation that lists the string i am supposed to provide for the credit card type? I know one is "visa" but what about the others?

like image 631
Tommy Avatar asked Jun 10 '13 04:06

Tommy


People also ask

What type of cards work on PayPal?

PayPal accepts all major credit cards from Visa, Mastercard, American Express and Discover. If you find your credit card is not being accepted with a message such as "The card you entered cannot be used for this payment.

Can you type in credit card on PayPal?

In addition to connecting your bank account to PayPal, you can also use credit cards with the online payment service. You can use most major credit cards on PayPal, including Visa, MasterCard, Discover, American Express, and more.

Does PayPal use restful API?

The PayPal REST API is organized around transaction workflows, including: orders, payments, subscriptions, invoicing, and disputes. The API uses standard verbs and returns HTTP response codes and JSON-encoded responses.

Do credit cards have APIs?

In the consumer credit card market, issuers open APIs to third parties to allow their applications to access cardholder accounts, to provide accountrelated alerts or information about bill payments and fund transfers, for instance.


1 Answers

Paypal API

Key: type

Type: string

Description: Credit card type. Valid types are: visa, mastercard, discover, amex

like image 197
DACrosby Avatar answered Oct 01 '22 09:10

DACrosby