I've created a REST application that uses the WooCommerce REST API. I want to process credit cards through the WooCommerce gateway.
As far as I can tell, I can't just send the credit card number and everything with the order data to have it processed. Therefore, I'm thinking the way to do this is to charge the credit card then send the order to WC.
Is there a WC endpoint I can use to process the credit cards? Or how would I build one?