Top "Stripe-payments" questions

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

Get bank name from routing number

Googling for an array of common routing numbers and their US-based bank names pulls up a whole list of spammy …

php javascript stripe-payments banking sensitive-data
Non-English texts in Stripe possible?

Successfully integrating Stripe into my online shop, I completely failed to get information on whether/how to configure Stripe to …

localization internationalization translation stripe-payments stripe.net
Getting Last4 Digits of Card using Customer Object - Stripe API with PHP

I want to get the last 4 digits of a customers card using Stripe. I have already stored the Customer using: // …

php stripe-payments
Insufficient fund in stripe account

My stripe account has following balance in test mode: $958,395.72 Available balance $2,659.48 Pending balance $3,010,474.35 Total volume (HKD) This balance is in …

php payment-gateway stripe-payments payment
Set end date when setting up Stripe subscription

In my application users are subscribed (and billed) each month for 24 months. Is there any way to have Stripe automatically …

stripe-payments webhooks
Can I check whether a Stripe customer already has a specific card before adding a new one?

I have saved stripe customer id's in my db for later payments. A customer will have multiple cards and I …

ruby-on-rails stripe-payments
Stripe: Validating Publishable and Secret API Keys

I'm builiding a web application that allows our users to sell tickets for music shows. In order to handle the …

validation stripe-payments api-key
stripe api checking for existing card

I'm sure I'm missing something obvious here, but I can't get my head around how to check for an existing …

php laravel stripe-payments stripe-connect
How can I clear test data in Stripe via the API?

I'm familiar with the process of clearing test data via the dashboard in Stripe (as per the image). For testing …

php stripe-payments
How can I test subscription renewal flows in stripe?

I want to test my application's handling of webhook events from stripe when a subscription payment has been made (or …

integration-testing stripe-payments