Stripe-payments refers to the libraries and API produced by the "Stripe" company for payment processing.
I have a plan named "bronze" which is currently charged at $x dollars per month? How can I update the …
stripe-paymentsI've integrated Stripe Checkout into my site and everything works great except for one aspect. I use the 'Simple' checkout …
javascript stripe-paymentsI have stripe check out with php. It creates customers and charges them. I want to create a donation form …
php stripe-paymentsI cannot seem to find a way to pre-populate the email address in the stripe payment popup. However this weekend …
stripe-paymentsHow can I implement this scenario: 1) When making payment with credit card user puts in the form his/her first …
java stripe-payments payment-processingI am currently writing the code to migrate to Stripe from a different payment processor. I know that when the …
stripe-paymentsA customer object can have many cards in Stripe.com. How do you charge an existing card? I've tried a …
ruby-on-rails stripe-paymentsI 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-cimUPDATE: 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 xubuntuI'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