Hi,
Sorry, reading your message, I thought that it was now ok.
Well, if they say that the problem is that you have created tokens in your merchant account but that the integration you're using doesn't support tokens, I would suggest to remove the tokens from your merchant account.
Now the Stripe plugin we developed and is available on github do use the tokens:
- when a new user makes a payment via Stripe, it first creates the user with Customer_create using that token and then attachs the customer id from Stripe to the user in the HikaShop database, and finally it uses Charge_create with the customer.
-when a user comes back and already has a stripe customer id, a new source is added to it using the token and then the
Charge_create is done with the customer ID.
This works for other users using Stripe with HikaShop so I don't see why it wouldn't work for you. And on top of that, I just did a test with it on my end with the latest version and it works just fine.
If there is a problem with what the plugin does, then why would it happen only for you ? And if there is indeed a problem, then instead of just give links to their documentation, that we already know, it would be best if they could precisely tell you what is the problem with what the plugin does (they should have the logs of the transactions on their end allowing them to know exactly what is the problem).