About 1,558,898 results (3,395 milliseconds)

Usage-based Billing Proration

https://groups.google.com/a/lists.stripe.com/g/api-discuss/c/LlLt4JddtH4
... charge a prorated amount for a set of usage between two Prices. Best,. Remi. [1] https://stripe.com/docs/api/prices/create#create_price-recurring-usage_type.

Standard price with metered overage applied to next invoice

https://groups.google.com/a/lists.stripe.com/g/api-discuss/c/9HRX282xwY0
Feb 21, 2022 ... to Stripe API Discussion. I would like to create a subscription with a flat fee, billed immediately, which entitles users to X number of API ...

Stripe Variable Subscription cost based on unique data

https://groups.google.com/a/lists.stripe.com/g/api-discuss/c/1zYfk2rTpiM
to Stripe API Discussion. Hello,. I am not a developer so bear with me. I am designing and will be building software specific to the hotel industry. while ...

Using Connect to profit share with resellers

https://groups.google.com/a/lists.stripe.com/g/api-discuss/c/UQmXSBrCnsA
... API charges w/ application fees for the connected account, is that correct? ... charge an application fee on top of the Stripe fee. [3] In this case, the ...

Zero Amount Charges

https://groups.google.com/a/lists.stripe.com/g/api-discuss/c/r1hulyXyIIw
Aug 4, 2015 ... > "Stripe API Discussion" group. > To post to this group, send email ... 50 and anything else just create a charge in your own database but set ...

Get Exchange Rates Before Checkout

https://groups.google.com/a/lists.stripe.com/g/api-discuss/c/whIld8tC7f0
... prices estimated to USD. I understand there are limitations to this when using stripe, because the API I use could be different from stripes. And the ...

One time payment multi price product

https://groups.google.com/a/lists.stripe.com/g/api-discuss/c/w9EEF9wCWzg
Aug 8, 2022 ... to Stripe API Discussion. Hello,. We have a product which price is dynamically created depending on various parameters (date, some other prices, ...

How do I retrieve the product id from a Checkout Session Completed ...

https://groups.google.com/a/lists.stripe.com/g/api-discuss/c/Ieva_N95UxU
Feb 16, 2024 ... Most people will have only one or two Prices but some will have a lot more. ... to Stripe API Discussion, [email protected]. Yes, it does. Finally ...

Line_item metadata set in stripe.checkout.sessions.create not ...

https://groups.google.com/a/lists.stripe.com/g/api-discuss/c/R_4fhes_50Y
Jul 9, 2020 ... to Stripe API Discussion. Hi All,. I am trying to. I create the ... In your code you are setting the metadata on the Product and not on the Price.

Stripe custom fields in price list

https://groups.google.com/a/lists.stripe.com/g/api-discuss/c/hSYH2AH38xY
to Stripe API Discussion. Hello,. I have a question about custom fields in price lists in Stripe. I have 2 custom fields, one is Company Name and one is VAT ...

Stripe API Discussion - Google Groups

https://groups.google.com/a/lists.stripe.com/g/api-discuss
Hey Samuel, There are multiple ways to accept payments via our API and different abstractions ... Stripe price tables with Yearly prices displayed as "per month".

Destination Parameter and Transfer Confusion

https://groups.google.com/a/lists.stripe.com/g/api-discuss/c/jgTCokQKt6w
[3] https://stripe.com/docs/connect/payments-fees#collecting-fees ... You would use the Create Application Fee Refund API for this: https://stripe.com/docs/api# ...

Stripr API response returns 100.00 as 10000

https://groups.google.com/a/lists.stripe.com/g/api-discuss/c/1JwBnkCc3i0
Sep 11, 2014 ... This is expected and perfectly normal. Stripe expresses amount in cents. So 39900 is actually 39900 cents (so 399 dollars).

How to change the amount_total on the Stripe Checkout page?

https://groups.google.com/a/lists.stripe.com/g/api-discuss/c/LU9-2DAYFMI
Apr 24, 2021 ... to Stripe API Discussion. I am using stripe checkout to make the payment, I want to add the shipping cost without displaying the Shipping ...

breaking down Payouts into products, clientIds, or other "sources"

https://groups.google.com/a/lists.stripe.com/g/api-discuss/c/GipcwPCMohE
Apr 2, 2021 ... to Stripe API Discussion. I am a newbie and this feels to me like a newbie question. I am using Checkouts and have an e-commerce model in ...

Automatic currency conversion?

https://groups.google.com/a/lists.stripe.com/g/api-discuss/c/iAiMGr41FAY
Nov 12, 2014 ... For example, suppose that your Stripe account is tied to a USD bank account, and your product costs $100 USD, which Open Exchange Rates converts ...

Invoice objects with null charges?

https://groups.google.com/a/lists.stripe.com/g/api-discuss/c/bMNANUQiV2E
Nov 14, 2014 ... payment_failed event will always have the charge value filled in as a previous charge attempt was made and it failed. ... > "Stripe API Discussion ...

Integrating Payment Elements to build a single page checkout for ...

https://groups.google.com/a/lists.stripe.com/g/api-discuss/c/BLt1YeXHAXw
... Stripe pricing tables). So, once the user lands on this page (or the modal is ... to Stripe API Discussion, [email protected]. Hi Remi,. Thank you for the ...

Proration Calculation

https://groups.google.com/a/lists.stripe.com/g/api-discuss/c/0bC8Il3-rbI
You received this message because you are subscribed to the Google Groups "Stripe API Discussion" group. To post to this group, send email to api-d...@lists.

[stripe-api-discuss] creating Invoice and adding invoice line items

https://groups.google.com/a/lists.stripe.com/g/api-discuss/c/BIlZQ2VzCHY
Oct 27, 2022 ... stripe.InvoiceItem.create(. customer=customer.id,. price=price.id,. invoice=inovoice.id. ) But it returns following error message. stripe.error ...