Search found 6 matches

Go to advanced search

by Victor Strausbaugh
Tue Sep 29, 2015 2:30 pm
Forum: Issues
Topic: Throwing HTML Text Responses to Appery.io Components
Replies: 5
Views: 525
 
Jump to post

Throwing HTML Text Responses to Appery.io Components

I am only using the Stripe plug-in to charge my merchant's customers credit cards, but that's it. Since I'm using Stripe Connect to connect merchants, I need to be able to tokenize each merchants bank account then associate that to their managed Stripe account. This functionality is additional to wh...
by Victor Strausbaugh
Sat Sep 26, 2015 3:42 pm
Forum: Issues
Topic: Throwing HTML Text Responses to Appery.io Components
Replies: 5
Views: 525
 
Jump to post

Throwing HTML Text Responses to Appery.io Components

Stripe.setPublishableKey('[blankedout]'); var stripeResponseHandler = function(status, response) { var $form = $('#inst-form'); if (response.error) { alert("Error"); // Not sure how to get these errors. $form.find('button').prop('disabled', false); } else { var token = response.id; $form.a...
by Victor Strausbaugh
Sat Sep 26, 2015 3:40 pm
Forum: Issues
Topic: Throwing HTML Text Responses to Appery.io Components
Replies: 5
Views: 525
 
Jump to post

Throwing HTML Text Responses to Appery.io Components

Here is the HTML code for the form... <!-- The required Stripe lib -- <!-- jQuery is used only for this example; it isn't required to use Stripe -- ').val(token)); console.log(response); } }; // Now the handler is done, lets use it when the form is submitted. // On form submission execute: jQuery(fu...
by Victor Strausbaugh
Sat Sep 26, 2015 3:39 pm
Forum: Issues
Topic: Throwing HTML Text Responses to Appery.io Components
Replies: 5
Views: 525
 
Jump to post

Throwing HTML Text Responses to Appery.io Components

I am using Stripe.js in an HTML form to obtain a token for user's bank accounts. After the users submit their bank account info inside the HTML form, the token comes back appended to the HTML form. I want to be able to throw the token into an Appery.io label component (or lsv) so that I can save it ...
by Victor Strausbaugh
Wed Apr 22, 2015 11:38 pm
Forum: Issues
Topic: What to do with the "out of the box" Stripe plug-in?
Replies: 3
Views: 390
 
Jump to post

What to do with the "out of the box" Stripe plug-in?

Sergiy, is it possible for you to re-publish the Stripe tutorial?

https://devcenter.appery.io/tutorials...

I found that link from an older thread, but there's nothing in it.

by Victor Strausbaugh
Tue Apr 21, 2015 11:03 pm
Forum: Issues
Topic: What to do with the "out of the box" Stripe plug-in?
Replies: 3
Views: 390
 
Jump to post

What to do with the "out of the box" Stripe plug-in?

I am trying to integrate Stripe into my app. Everything works with the test card (....4242) the first time I tried it. However, the second time it starts giving me the following error: You cannot use a Stripe token more than once: tok_15u74HI7YvO9pZpQz4YLEGLw. Could you please help me understand wha...

Go to advanced search