Page 3 of 3

Stripe Card Token no longer works.

Posted: Thu May 21, 2015 5:37 pm
by Jon Haider

Also, if you use XHR instead of XHR2 function, the error returned is:

Script createCardToken: Error: com.mongodb.BasicDBObject cannot be cast to java.lang.String ( @ 43 : 18 ) - throw e;

I thought Appery support external api calls. If XHR and XHR2 aren't working, are there other ways?


Stripe Card Token no longer works.

Posted: Thu May 21, 2015 7:18 pm
by Illya Stepanov

Hi Jon -

Thanks for detailed explaining on this issue.

I'll forward all this info to our developers team and we will fix it.

Also please could you clarify one moment, have you tried to run this app on a device? In our testings it doesn't works inside builder, but on device it works.


Stripe Card Token no longer works.

Posted: Fri May 22, 2015 2:15 pm
by Benoit

Hello,

From my side, I have not tried as an app on a device. It is designed to be a mobile website and not an app.

Thanks,

Benoit


Stripe Card Token no longer works.

Posted: Wed May 27, 2015 5:52 pm
by Benoit

Hello,

I was wondering if you solved the issue mentioned by Jon and I.

Thanks,
Best regards,

Benoit


Stripe Card Token no longer works.

Posted: Sun Jun 14, 2015 1:56 pm
by Benoit

Hello,

Any news ?

Thanks,

Benoit


Stripe Card Token no longer works.

Posted: Sun Jun 14, 2015 3:23 pm
by Evgene Karachevtsev

Hello Benoit,

Unfortunately not yet, our development team is still working on it.


Stripe Card Token no longer works.

Posted: Sun Jul 19, 2015 6:00 am
by Alena Prykhodko

Hello,

Seems Stripe changed logic a bit, you should change Request Content Type onto x-www-form-urlencoded, see screen shot http://prntscr.com/7u1fag
Also please check that you use correct API key, your Stripe API key should be the same as in column keyValue for api_key_proxy
http://prntscr.com/7u1fot

We've updated plugin, if you have it already added you will need to make changes manually, if you add it now - you should not.

Please note that now price is in cents.
Let me know if I can be of further assistance.


Stripe Card Token no longer works.

Posted: Mon Jul 20, 2015 2:18 am
by Jon Haider

I can't change the Request Content Type onto x-www-form-urlencoded, because it's always been x-www-form-urlencoded...

I checked the API key, and it is correct... The stripe plugin works, you just cannot test it using the Test tab in the app builder...

So if you've updated the plugin, what should I make changes to exactly? The setting you mentioned above is already correct (it has always been x-www-form-urlencoded)... Price is in cents, yes, thank you.

Still no resolution


Stripe Card Token no longer works.

Posted: Mon Jul 20, 2015 5:42 am
by Jon Haider

Alena, actually even though we cannot test from within the Test tab, the service is working when testing from browser or device (installed ipa).

In response to the other topic (https://getsatisfaction.com/apperyio/...) we were able to figure out a solution to get the proxy service to work...

Thank you for your help and patience with me :D


Stripe Card Token no longer works.

Posted: Mon Jul 20, 2015 10:20 am
by Benoit

Yes, it worked for me as well. Thanks for that update ;)