I am integrating paypal into my system, and baffled with one question.
Basically PayPal is an aggregator for payment methods, hence you can add multiple cards/accounts for payment procedures. However I am wondering does PayPal move on to next payment methods of the account if the default (chosen by user) one is faild?
Reason why I am asking is that PayPal SDK for vaulting, allows user to choose only one method from popup. (See below image)
If my user chooses only for example CREDIT UNION 1
and later on it fails to charge money. Will paypal automatically proceed to charge from Visa
listed bellow?
Answers:
Thank you for visiting the Q&A section on Magenaut. Please note that all the answers may not help you solve the issue immediately. So please treat them as advisements. If you found the post helpful (or not), leave a comment & I’ll get back to you as soon as possible.
Method 1
The text in your screenshot explains what happens:
The selected funding source will be used. If it can’t be used, another funding source will be used. If none can be used, the transaction will fail.
All methods was sourced from stackoverflow.com or stackexchange.com, is licensed under cc by-sa 2.5, cc by-sa 3.0 and cc by-sa 4.0