Payment page are too restrictive
Hello,
I was seduced by the fact that Zoho subscription has Stripe as a
payment gateway.
I thought I was going to be able to handle everything with
"Hosted pages".
But they are way too restrictive !
Is there a solution using the API, to get all plans and options and
to display them inside my web application, to pay with stripe using
stripe.js in order to achieve PCI compliance.
Once paid,
- I create a subscription/options using the API
- The user pays using stripe.js the ammount the API will give me
for that subscription and options
- Then add a payment with the invoice number the API gaveme when
creating a subscription
The problems are the following:
- Is that possible to NEVER send credit card information to Zoho ?
- Because the plan has been paid using stripe, how to link stripe
with zoho subscription using the API ? I mean, if we don't do
it, if the customer cancel his plan, it will only cancel the zoho
part, and will not give the information to Stripe and he will be
billed again. Same for trial period.
What i'm trying to say is that, we're ready to make extra
developpement to bypass your "hosted pages", but i'm not
willing to re-develop everything when it comes to account/plan
management renewal/cancel etc...
Thanks.