About 8,380,000 results
Open links in new tab
  1. Sending credit card numbers directly to the Stripe API is generally ...

    Jun 29, 2023 · In production, you'll likely use Stripe Checkout or the PaymentElement to collect a customer's card number. The card number will be shared directly with Stripe, and Stripe will …

  2. How to check if my Stripe account is in Test Mode?

    Apr 2, 2023 · 1 I'm integrating Stripe into a site built on a CakePHP 1.3 installation and am using the Stripe AIP integrated into CakePHP as a simple Component. I have it working pretty well …

  3. stripe api: multiple plans / subscriptions, single invoice

    Jan 10, 2017 · We wanted to use Stripe to consolidate multiple clients' billing to our channel partner. So the partner got one invoice and a line item for each client which clearly states the …

  4. How to upgrade Stripe API version with webhooks

    Jun 11, 2020 · Stripe allows you to setup multiple webhook URLs, each with its own API version. But all matching events are sent to all webhook URLS (this wasn't clear to me at all at first).

  5. What is the best practice to retrieve all customers from Stripe API ...

    Apr 30, 2014 · By doing this, you can be sure your local database always matches up with Stripe – even if you change your customer's plan via the dashboard, your webhook endpoint will …

  6. Retrieve all products with nested prices from stripe?

    Oct 16, 2020 · The expand option is really useful, but the OP is asking for the opposite to your query - products nested with prices, not prices nested with products. This isn't possible via the …

  7. Stripe API | Payment Links | Need to create a payment link with on ...

    Nov 29, 2023 · First of all, if you need to programmatically set a different amount for each session it's much better to start using Stripe Checkout Sessions, instead of Payment Links. They are …

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

    A call to the stripe API is always going to be slower and less reliable than a query to your local database. You can use webhooks to process whenever a new customer is created, and save …

  9. best way to handle stripe subscription upgrade and downgrade

    Sep 14, 2021 · I have read in the documenation that the stripe has only one api for subscription update for both upgrade and downgrade. I have 2 products to which user subscribe, Basic and …

  10. How do you cancel a batch of Stripe Subscriptions?

    May 3, 2022 · Business went under, what do I do? The Dashboard doesn't let me cancel all subscriptions and schedules in a batch at once with a simple command.