Is there a way to mark a customer card as a default card using for payment via the API?
If a customer have 2-3 cards on file, when I send order pay request with source as customer id, it charges the last added card, but I want to charge the 1st added card. Is there a way to mark the first card as default card for payments?
Another way I can achieve that is is by getting the 1st card token and send it as source, but then I get a warning message "No stored credentials supplied on multipay token". The order is paid, but I am not sure if all is good because of that message and it would be easier if I just send customer id for source and charges the a default card.