Top "Stripe-payments" questions

Stripe-payments refers to the libraries and API produced by the "Stripe" company for payment processing.

import stripe using node js + typescript

I need to import stripe in to my application First i installed stripe npm package npm install stripe --save Stripe …

node.js typescript stripe-payments
Stripe vs Balanced

I'm assisting in development of a backend for a painting service that works with many contractors across the US. We've …

payment stripe-payments balanced-payments
stripe checkout custom button not charging

I am trying to get Stripe's Checkout Custom Button to charge a credit card but all it does is minimize …

javascript php checkout stripe-payments
Stripe: error messages when Creating a Customer &/or Charge - Ruby on Rails

I am implementing Stripe in my Rails app & get an Invalid Token error when I load the entry form …

ruby-on-rails-3 debugging token railscasts stripe-payments
How to use Stripe Connect in an iOS app

Has anyone had success using Stripe connect with an iOS app. I have a few questions: I'm following the guidelines …

ios stripe-payments
Stripe throws invalid integer error

I am unable to charge the amount $49.99 in stripe. I am going through the following links but nothing workout Stripe …

node.js stripe-payments payment-gateway payment payment-processing
Stripe: Allow subscription without payment method

We're using stripe as a payment gateway. I'm trying to subscribe a customer to a plan. This plan has a 30 …

stripe-payments
Stripe: downgrade a user at "period end"

Is it possible to downgrade a user at period end instead of immediately? I've combed through the API Docs but …

stripe-payments downgrade temboo
Stripe Webhook on Rails

I know there is another question that exists similar to this one but I don't think it was asked/answered …

ruby-on-rails webhooks stripe-payments
How to remove "Remember me everywhere" option from Stripe checkout form

I am using Stripe Payment processor on my site. I have integrated the following form for Stripe Checkout. https://stripe.…

forms checkout stripe-payments