sebastian
Posts: 1
Joined: Tue Oct 21, 2014 9:46 pm

Appery Stripe API down?

I followed the instructions in this tutorial

https://devcenter2.appery.io/document...

however, there is no Apperyio.proxy checkbox for me to click in the server setting in the back builder. I know of which checkbox they are talking about but its not there.

When I test I get

{
"code": "AE001",
"message": "Incorrect or absent API KEY",
"status": "BAD_REQUEST"
}

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Appery Stripe API down?

Hello,

This tutorial is outdated. Please read this one https://docs.appery.io/docs/samples-s...

sebastian
Posts: 1
Joined: Tue Oct 21, 2014 9:46 pm

Appery Stripe API down?

Great thanks! Testing seems to work for creating a token and charging. However when I try to use the api connection with another rest service to create customers with the same settings to save card details it doesn't seem to work. Can you help me figure out how I would configure this with the appery rest api?

Here is documentation for creating users and saving their card details for later.
https://stripe.com/docs/saving-cards

sebastian
Posts: 1
Joined: Tue Oct 21, 2014 9:46 pm

Appery Stripe API down?

Never mind I figured it out. Is there anyway to make a rest service url dynamic so that I can change it in JS? I need it for allowing users to change their default payment method and the url is https://api.stripe.com/v1/customers/c... with each uniqueID being the variable for each user

sebastian
Posts: 1
Joined: Tue Oct 21, 2014 9:46 pm

Appery Stripe API down?

Nevermind I figured out how to do it.

Return to “Issues”