Top "Stripe-payments" questions

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

Stripe, is it possible to search a customer by their email?

Update: Since around January 2018, it is now possible to search using the email parameter on Stripe. See the accepted answer. …

stripe-payments
Stripe - Add new card to existing customer

I have a need to add a card to a pre-existing customer. Here's what I did: 1. obtain token from user …

stripe-payments
Stripe: No such token.. a similar object exists in test mode, but a live mode key was used to make this request

When using Stripe in live mode I get this PHP error: No such token tok_fgfhn.. a similar object exists …

php stripe-payments credit-card
Stripe payment example is not displaying

I am trying to create a really simple example of using Stripe payments. This is my PHP file: I followed …

javascript runtime-error stripe-payments
Stripe Error 400 - Cannot use stripe token more than once

I keep receiving error code 400 on my stripe dashboard. It seems like im using the same stripe token more than …

javascript php stripe-payments
How to getting started with magnetic stripe cards?

I am newbie in the field of Magnetic-Stripe cards. But if I don't have any idea about the structure of …

stripe-payments credit-card magnetic-cards credit-card-track-data
How does Chrome detect Credit Card fields?

In some forms, Chrome autofill prompts with Credit card autofill. EDIT:Adding screenshot. This is not the same as browser …

forms google-chrome stripe-payments
Is it possible to set localhost as a Stripe webhook URL?

I am creating a payment gateway using Stripe. I want to set my localhost url localhost/stripe/webhook.php as …

php stripe-payments webhooks
Generate a Stripe test card token for testing

I am using Stripe in my app. I want to write an integration test for placing a payment that checks …

php stripe-payments
How to add custom fields to popup form of Stripe Checkout

How can i add custom fields to Stripe Checkout form such as First Name, Last Name and maybe even a …

javascript html stripe-payments