Stripe-payments refers to the libraries and API produced by the "Stripe" company for payment processing.
0
votes
1answer
8 views
Stripe Payment with VB - 400 Bad Request.
I'm trying to make a stripe payment work from a VB website. I know, I know, "I should use C#". I can't because the site is already in VB. Nothing I can do about it.
Anyway, I have most of it figured ...
0
votes
1answer
21 views
Render view if payment succesful
quick question about handling payment. I want to re-direct to a particular view (or display links) on a successful payment within a rails app how would you guys go about handling such an action ?
...
0
votes
1answer
19 views
Rails - Heroku push fails and results in uninitialized constant Log4r
For my application, I have recently set up Stripe and Oauth. It runs great locally, but when I try to push up to herokuapp (git push heroku master) it results in the following compiling error. How do ...
2
votes
1answer
29 views
Passing csrf token to Stripe
I am using stripe.js for stripe payments. I need to setup a callback wenhook to receive the request from stripe.
Since the webhook is posted to by stripe - I have marked it as csrf_excempt.
Is ...
0
votes
1answer
16 views
Using Stripe Connect to facilitate transactions between users?
Specific requirements for my app:
buyers must be able to use credit card
i want to collect a portion of each transaction (fee)
I was initially using Dwolla but realized that users would not be ...
1
vote
0answers
23 views
Creating a digital wallet using RoR, Stripe, Devise and CanCan
So, we have a currently setup web service which is essentially a Email-as-a-service which runs for free (beta). But, we are looking to move up and we want to be able to charge as Pay As You Go like ...
-2
votes
0answers
19 views
Gson Error in Netbeans while using Stripe API [closed]
I have created simple charge code to test. Everything (Stripe/all the google jars required) has been imported and is in my classpath.
import com.stripe.Stripe;
import com.stripe.exception.*;
import ...
0
votes
1answer
39 views
Is it possible to process a stripe form via AJAX?
I have this:
<form class="blocked-form efocus" action="form_process.php?source=payment" method="post">
<input type="hidden" name="fee" value="1795">
<script ...
1
vote
0answers
63 views
Meteor/Stripe: Receiving XMLHttpRequest cannot load error when attempting to post data to server side route in Meteor
A few obvious items:
I'm using Meteor Router.
I've installed the Email package via Meteorite.
Here's what I'm attempting to do:
When a user signs up, I have Stripe setup to create a customer on ...
0
votes
1answer
17 views
Stripe: Validating Publishable and Secret API Keys
I'm builiding a web application that allows our users to sell tickets for music shows. In order to handle the payments between ticket buyers and show instigators, I use Stripe.
Basically, the show ...
0
votes
0answers
37 views
How to integrate Stripe “Pay with Card” in backbonejs
I am trying to integrate Stripe "Pay with Card" checkout into backbone Node environment. On the server side, I am using Stripe Node code - that part works good. However, on the client side, I am ...
0
votes
0answers
22 views
One-Time Fee Membership for Rails App and Stripe
If I just wanted to create a one-time fee for a rails app membership, would I just be able to basically combine the payment forms from the Stripe Railscast into the Devise New User Registration form? ...
0
votes
1answer
26 views
Is Stripe payment Support Automatically recurring payment
I am using Stripe payment gayway in the project(App.net). I want to implement automatically recurring payment means customer autocratically monthly charge on a particular date.
Can any one tell me ...
0
votes
1answer
11 views
force-skip the Stripe connect account application form
The Stripe getting started guide suggests that you can force-skip the bank information form when testing your oAuth flow in development. How do I do this?
0
votes
1answer
19 views
Stripe.validateCardNumber not returning true
I am currently working on a checkout form, using Stripe as the payment gateway. I am using Stripe.js client side validation functions to verify card information input. The problem is that I can't seem ...
1
vote
1answer
41 views
Updating Stripe customer address and NOT card info
Is it possible to just update a customer's stored address on Stripe and not the card as well? Reason I am asking is the way I have it now, the customer can update their info, but it requires their ...
0
votes
1answer
77 views
Using Stripe payment form in Meteor
I'm trying to use Strip Payment Form in Meteor:
When putting the Stripe form:
<form action="" method="POST">
<script
src="https://checkout.stripe.com/v2/checkout.js" ...
0
votes
1answer
53 views
What is the format for Stripe Connect access tokens?
I'm trying to use stripe connect and I want to make sure that I'm receiving stripe access tokens that I can use to make charges on the behalf of Stripe users. The access token I'm getting in my test ...
2
votes
2answers
56 views
How can I prevent form from submitting to server when integrating Stripe with Flask?
I have been following Stripe's tutorial for creating my own form with their API. Long story short, what happens is, when the form is submitted, a bit of Javascript sends the data to their servers and ...
0
votes
1answer
53 views
How to fit Stripe into Backbone View?
Here is the generic code for submitting a credit card form via Stripe.js. I need to fit this into the Backbone view I've pasted below:
// Add Submit Btn Event Listener and Stripe Token Generator ...
0
votes
0answers
138 views
Magento one page checkout payment method customization issue
I tried to customize magento one page checkout payment method selection step. I have added new field for dynamic stripe token posting through payment form. I tried different code to get the custom ...
0
votes
1answer
50 views
Omniauth Stripe Connect – How Can I Add Scope?
I'm using the Omniauth Stripe-Connect gem and I'd like to add a scope, but the documentation does not cover this. Here's what I'm trying right now, but the scope and stripe-landing parameters are not ...
1
vote
1answer
116 views
Getting meteor call to return stripe payments response
I've been working with Meteor and the stripe package to try and make a customer. So First I have my client side code which calls a method on the server so when clicked i have in the client.js:
...
0
votes
2answers
100 views
What is the structure of Stripe PHP API method response?
I am working on a Stripe integration and I am baffled by the actual responses I get from the PHP API. I started out believing that the API reference was accurate and that the response would be a JSON ...
0
votes
1answer
62 views
Try not working on a Stripe charge
I am testing Stripe on my site but cannot get through the 'try' seen below. Basically, I never see the "TEST" after the 'try'.
Am I doing something wrong here?
try {
$charge = ...
2
votes
2answers
64 views
Yii Autoloading Custom Components
I'm trying to get Yii to autoload a component that doesn't follow Yii conventions. The library in question is Stripe which I moved into the Components folder. I was able to get it to autoload the main ...
0
votes
2answers
146 views
Am I using this PHP code wrong? (working with Stripe)
I'm using Stripe for a payment gateway. I can successfully obtain a card's "token" as Stripe calls it, which is explained here: https://stripe.com/docs/checkout#api
Good to go with that. I ...
0
votes
1answer
25 views
expand request parameter not working for Events API call
I have been using Expand parameter for Charges API call and it was working fine.
But when i used Expand parameter with Events call it gave error.
I wanted to expand Invoice ID object.
Following is ...
0
votes
1answer
92 views
Updating Stripe plan customer number in PHP / CodeIgniter
This is my first time interacting with Stripe and trying to tie it into CodeIgniter.
Currently, when you create an account on my application it adds you to the correct Stripe plan and increases the ...
0
votes
1answer
114 views
Where and how to handle Stripe exceptions?
I'm building a small proof of concept with Stripe and Ruby on Rails 3.2. So far I've watched the Railscast on how to implement Stripe in a RoR app and it's working really well.
I've built my app by ...
0
votes
1answer
57 views
Need to charge after 14 days using stripe
When I enter my credit it will be billed for $6.95. This is for shipping and handling. The shipping and handling charge gets billed once the card credentials have been entered.
I need to know 14 ...
2
votes
1answer
36 views
Are HTTPS URLs secure?
If a website makes a GET request, from a HTTPS page to another HTTPS page, is that secure? Specifically, is the data in the URL / query params secure?
I'm asking because, hen I call ...
1
vote
2answers
116 views
Store Credit Cards in App
What is the best way to store credit cards in an app? I will be processing payment using Stripe API.
Reasons:
1. Eliminate customer having to type in number every time
2. Easy one click payment
1
vote
3answers
77 views
Stripe API: List all Charges
I am using https://stripe.com/docs/api?lang=php#list_charges to get List all Charges but here they specify
count optional — default is 10 A limit on the number of objects to be
returned. Count ...
0
votes
0answers
27 views
Make incremental month and year select_tag in Rails 3
I'm using stripe as my payment gateway. And i want my textfield of month and year in incremental format.Below is my haml code. How can make it like as in image above.
.control-group
= ...
0
votes
0answers
74 views
Heroku Stripe Invalid API Key provided
I keep receiving the error on heroku even though the key is correct.
This doesn't work:
if Rails.env.production?
Stripe.api_key = ENV['STRIPE_API_KEY']
STRIPE_PUBLIC_KEY = ...
1
vote
1answer
57 views
Java Stripe Library: Collecting Errors Such as Decline or Invalid CVC
I am using Stripe as a payment processor in an application and have a few questions concerning getting an error response when using the Java library as opposed to receiving the errors over HTTP as is ...
0
votes
1answer
45 views
'Could not determine which URL to request: Stripe_Charge instance has invalid ID
I want to implement Strip payment process in a site. I tried to do it but it's not look working. The error I got is
Fatal error: Uncaught exception 'Stripe_InvalidRequestError' with message 'Could ...
2
votes
0answers
49 views
Access paypal account through email
Let me explain my site(ruby on Rails) current scenario:
1) We can create multiple admin account from my website.
2) Each admin has their own customers and these customers also have their site access ...
0
votes
0answers
189 views
Stripe connect and PHP / Magento
I use Inchoo's extension for connecting Magento and Stripe payment. Inchoo component is simple and it is based on https://github.com/stripe/stripe-php. When I use it for test payments it works as it ...
0
votes
1answer
81 views
Stripe webhooks vs. synchronous charge
Stripe's documentation explains that their charges API is synchronous. Why then do we need webhooks?
If my application performs a Stripe_Charge::create() (in PHP) then can I not take the return ...
0
votes
1answer
115 views
Uncaught ReferenceError: stripeResponseHandler is not defined
I am trying to integrate Stripe into a credit card form.
The js and html can be viewed at http://pastie.org/private/f4flb1hktzdahl9snr4jma (for reference, jquery is included in the head of the ...
3
votes
3answers
154 views
Testing Django Responses to Stripe Webhooks
I'm trying to figure out an effective way to test how my server handles webhooks from Stripe. I'm setting up a system to add multiple subscriptions to a customer's credit card, which is described on ...
0
votes
1answer
46 views
Why am I getting “Your card's expiration month is invalid” when I enter a valid expiration month in Stripe?
STPCard *card = [[STPCard alloc] init];
card.name = self.nameTextField.text;
card.number = self.numberTextField.text;
card.expMonth = self.expirationMonthTextField.text;
card.expYear = ...
0
votes
1answer
83 views
'No grant type specified' error when testing OAuth in Stripe
I am testing OAuth process of Stripe in PHP.
I am able to get authorization code in request in landing Page.
But when i do cURL request to get access token from authorization code, I am getting an ...
0
votes
2answers
137 views
Stripe webhooks
I am creating a payment gateway using Stripe.
I want to set my localhost url localhost/stripe/webhook.php as my webhook url. Is it possible to set a localhost address as a webhook url? This will be ...
0
votes
2answers
136 views
Integration tests create test users on Stripe, how to stop or stub out
I'm using stripe on a project. I'm using Railscasts #288 (http://railscasts.com/episodes/288-billing-with-stripe) as a guide. I have it so that once a user registers with a valid username and password ...
0
votes
2answers
158 views
How does Chrome detect Credit Card fields?
In some forms, Chrome autofill prompts with Credit card autofill.
EDIT:Adding screenshot. This is not the same as browser autocomplete. You need not have entered the value in the same form before.
...
0
votes
1answer
239 views
Cheaper alternatives for Paypal Adaptive Payments and Stripe
I'm currently looking for a checkout provider for a marketplace app we're designing.
I studied Paypal Adaptive Payments and Stripe and they do the trick but it are too expensive (2,9% of ...
0
votes
1answer
209 views
Using Coupon Codes with Stripe
I have a site that is using Stripe to process a subscription payments. There is only one type of subscription.
I followed this tutorial on NetTuts to do the initial setup.
Had a form working fine ...





