Correct way to downgrade subscriptions at the end of billing cycle in Stripe
I’m using Stripe for the first time. I want to set up downgrades that take effect only after the current billing period.
Stripe Subscription Invoices always have a zero value Stripe fee
I’m attempting to capture the Stripe Fees per Subscription Invoice using Stripe Billing using the api. I’ve retreieved what I beleieve should be the right field using the following:
Customize strip invoice pdf
How to get a list of unverified payment methods in Stripe?
When I get payment methods from Stripe it is showing all verified payment methods.
How to get unverified payment method list in Stripe
I am working with Stripe from last several days and Now working with get list of payment method.
When I am getting payment method by calling this api https://api.stripe.com/v1/customers/cus_9s6XKzkNRiz8i3/payment_methods, it showing all verified payment method.
Pay for subscription and one-time item at once in Stripe
A buyer wants to purchase a monthly pass (which is subscription $10/month) and some other item (which is one-time item $5). They get a total of $15, enters their credit card data, frontend gets stripe token, and then backend needs to generate payment. It supposes to charge them $15 this time and $10 every following month.
Stripe NodeJS – Update Subscription
For my application (Angular in the frontend and NodeJS in the backend) I would like to offer several subscription models. I use Stripe to pay. When I initially took out a subscription everything worked great.
Stripe API response not matching Typescript or Docs
Stripe seems to have a thorough process in place to ensure versioning of their APIs, so I’m confused why I’m getting a mismatch from the types, docs, and the actual response. I’m using the node API.
Efficient search in metadata of customers in Stripe
I have a database in Stripe which contains more than 100K customers. A part of customers have a metadata start
, its value is like 2024-04-05T06:58:12.386Z
.
Effective search in metadata of customers in Stripe
I have a database in Stripe which contains more than 100K customers. A part of customers have a metadata start
, its value is like 2024-04-05T06:58:12.386Z
.