I need a solution to manage payment methods. Ex. Credit cards. in the web version we have the option to list the cards already used in purchases. (html: // vault / cards / listaction /).
Is it possible to obtain this information via rest api? Show, add and remove cards.
Appreciate.
Can you please explain a little bit more about the payment method you are talking?
and where you want to list the card used in purchases?
As per my understanding its not legal to store cards information on your website.
Thanks
Hello @bigworldd_bigwo
from your question, I think you need the payment information (payment method name) of customer's who placed an order on your website.
You should be able to get those information with Rest API.
And yes, if you are storing the credit card information in case, make sure your server and website is PCI compliance and you are doing audits every year.