Hey!
To use square for CC processing through the API – do I have to put your UI on my front end to capture the CC details?
This seems to make it a 4-step process.
- Create customer with your API
- Use YOUR UI in MY frontend to capture the card info.
- Use that token to create a card with your API
- Use your API to create a the transaction which charges the card.
With your competitors like Authorize.net I can use my own UI and call a single API to charge the card. I’m assuming I’m reading the documentation wrong, and that there is a more simple way… So I wanted to take the time to ask.
Thanks!