Top "Stripe-payments" questions

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

Does Stripe Payment support automatically recurring payments?

I am using Stripe payment gateway in my project (App.net). I want to implement automatically recurring payment (customers are …

payment stripe-payments
Stripe Payment: Getting Error as Customer cus_***** does not have a linked card with ID tok_*****

In testing mode when I create a new customer and tries for payment, i got this error. Customer cus_7Zz2…

javascript php jquery stripe-payments payment
Stripe Checkout Price error - Invalid Integer

I have a stripe account and am using the test API keys. I have created a Plan with following info …

checkout stripe-payments
ld: framework not found Stripe for architecture x86_64

I have an iOS component which relies on the Stripe iOS SDK, Project A. I included the Stripe SDK in …

ios objective-c xcode xcode7 stripe-payments
Creating stripe token using separate elements

Instead of using the element type 'card' I needed to separate the elements, In the documentation example they only use …

javascript stripe-payments
Stripe update customer default card (PHP)

I'd like to update the default card for a customer using Stripe. In the update customer API docs it is …

php stripe-payments
How to add card holder's name to Stripe checkout using Elements?

I need to add an additional field to my custom form, I want to add the name of the credit …

stripe-payments stripe.js
How to generate token in stripe payment gateway

I want to make a payment gateway using Stripe. Here is my code. The config file and first of all …

php payment-gateway stripe-payments payment-processing
Stripe: Must provide source or customer

I'm trying to integrate Stripe for my shopping cart project. I can't get my checkout form to submit. I keep …

javascript node.js mongodb stripe-payments
Do not collect Zip code with Stripe

Im trying to use Stripe v3 for payment. The guide is here https://stripe.com/docs/elements I do not …

javascript stripe-payments