I am using the PayPal Express Checkout Merchant SOAP API, is there a way to determine which Payment type was chosen by the buyer?
E.g.:
- Credit Cart type: VISA, MC, AMEX
- Masked Credit Card number
- PayPal (I know you can get the PayPal payment type)
I am using the following from the API:
- DoExpressCheckoutPayment
- GetExpressCheckoutDetails
- GetTransactionDetails
- SetExpressCheckout
Merchant API: https://developer.paypal.com/webapps/developer/docs/classic/api/#merchant
I appreciate the help.