Top "Stripe-payments" questions

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

Update plan cost in Stripe

I have a plan named "bronze" which is currently charged at $x dollars per month? How can I update the …

stripe-payments
Stripe "Simple" Checkout - detect if close button is clicked

I've integrated Stripe Checkout into my site and everything works great except for one aspect. I use the 'Simple' checkout …

javascript stripe-payments
Stripe making multiple customers with same email address

I have stripe check out with php. It creates customers and charges them. I want to create a donation form …

php stripe-payments
How to pre-populate email in the Stripe payments dialog popup

I cannot seem to find a way to pre-populate the email address in the stripe payment popup. However this weekend …

stripe-payments
Stripe: card holder name verification

How can I implement this scenario: 1) When making payment with credit card user puts in the form his/her first …

java stripe-payments payment-processing
Stripe Currency - Are all amounts in cents / 100ths, or does it depend on currency?

I am currently writing the code to migrate to Stripe from a different payment processor. I know that when the …

stripe-payments
How to charge a particular card on a customer with Stripe.com

A customer object can have many cards in Stripe.com. How do you charge an existing card? I've tried a …

ruby-on-rails stripe-payments
How to save credit card data in a database?

I am working on an application in which it is required to store whole credit card numbers. Is this possible …

database-design stripe-payments credit-card braintree authorize.net-cim
Adding a new SSL certificate to solve Verify return code: 20 (unable to get local issuer certificate)?

UPDATE: If I let the API call hang and keyboard interrupt it, here is what it shows it was stuck …

openssl stripe-payments ubuntu-13.10 xubuntu
How to create Stripe elements postal code that accepts UK postcodes?

I'm creating a payment form with separate Stripe Elements: var stripe = Stripe(...); var elements = stripe.elements(); ... var postalCode = elements.create(…

javascript stripe-payments postal-code