Charging Customers via API
I am having an issue figuring out how exactly to best handle my senario.
What I want to do:
Customer signs up on my website. I want to take all customer and payment information on my website. Then in the call to Zoho
- Create New Customer
- Add Subscription To Customer
- Charge Customer via Stripe for the first invoice that would then be created and mark that invoice as paid.
- I would also like all subsequent payments to automatically be charged and the invoice just emailed after it is charged.
Via the developer tools, I see the call to create an online subscription. It takes a card id as well as the payment gateway. However I do not see how to turn the CC# into a card id