Top "Stripe-payments" questions

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

Why there is no billing address in stripe Checkout

I am using Stripe Checkout for credit card charging. But I don't see billing address in the popup window. How …

stripe-payments
Stripe checkout.js with coupons

I'm using Stripe's checkout.js because it's so easy to setup and use. Is there a way to add coupons? &…

stripe-payments
Change the default selected payment gateway in Woocommerce

I have two different payment gateway (stripe and bank transfer) in Woocommerce checkout page. But "Bank transfer" (bacs) is always …

php wordpress woocommerce stripe-payments payment-gateway
How to get charges(transactions) details in Stripe based on date range

I wanted to get list of charges(Transactions) based on date range I specify, ie all transactions between my specified …

api stripe-payments
How can I use Stripe to delay charging a customer until a physical item is shipped?

I'm in the process of building an online marketplace which sells shippable goods. The site will be similar to Etsy, …

e-commerce stripe-payments
Where to store API keys on Swift?

I have a bunch of API keys and secrets (Stripe, Cloudinary etc), that are currently hard coded in my app. …

ios swift swift2 stripe-payments api-key
How to customize credit card form in Stripe?

I am configuring the payment gateway using Stripe, I have a basic structure you can see that you can add …

stripe-payments
Stripe testing in LIVE mode

We would like to know how we can test stripe in LIVE for an e-commerce website? The site basically is …

stripe-payments
Change Credit Card Information (Stripe)

I finally figured out how to implement Stripes Monthly Billing using this tutorial. http://railscasts.com/episodes/288-billing-with-stripe So far, …

ruby-on-rails ruby subscription stripe-payments