#Sapna Verma

1 messages · Page 1 of 1 (latest)

tropic yarrowBOT
pseudo relic
#

Hi, what do you mean by special? Each PaymentIntent should contain charges inside it

blissful cliff
#

is this true - if you use Payment Intents you would be subject to this pricing model https://stripe.com/pricing whereas if you use Billing (creating a subscription) you would be subject to this pricing model https://stripe.com/billing/pricing

Stripe Billing powers recurring payments and subscription business models with tools to reduce churn. Use Stripe’s APIs to quickly set up recurring billing and automatic payments for your business. Easily create and manage subscriptions and recurring invoices from the Dashboard.

pseudo relic
#

It could be additional fee since Billing is built on top of payment intents. But please clarify with our Support team!

wet ravineBOT
#

:question: Have a non-technical question, account issue, or need one-on-one support?
We wish we could help, but this community is focused on developers and technical discussions. Our support team will be able to assist you better than we can: https://support.stripe.com/contact

blissful cliff
#

The support is not accesible via the pop-up, can u get it started

pseudo relic
#

You can click into "Contact Support" then choose the topic

blissful cliff
#

it does not open..it used to but they must have disabled

#

there is no link in your message

#

it's just a image please send me the link

#

hello hello

pseudo relic
#
blissful cliff
#

the pop up window does not open anymore

pseudo relic
#

Have you logged in into your Stripe Dashboard?

blissful cliff
#

yes

#

that used to work, it stopped working now

#

can u please get it started for my IP address

pseudo relic
blissful cliff
#

can i talk to tarzan

#

is he online

#

i am using subscriptions, creating Subscription api...will the paymentIntent be created itself

pseudo relic
#

Not for now. And yes Payment Intent will be created under the hood when you created Subscription

blissful cliff
#

i use the trial, so setupintent will be created...in the invoice PaymentIntent is shown, which i use for subsequent payments

#

am i right?

pseudo relic
#

the PaymentIntent is shown, then you confirm it to make the transaction successful in future Invoices

blissful cliff
#

the PaymentIntent is shown where?

#

i use this for subscription - If your subscription has trial or 1st invoice = 0 you would expand on pending_setup_intent and sue the client_secret from the SI to send to the front-end and use the confirmSetup to save the PM for future payments on the subscription

#

this is used for 1st transaction...then for future payments I use PaymentIntent from the invoice to make subsequent payments

#

is this all correct...please clarify

pseudo relic
#

Yes it's correct

blissful cliff
#

if I want to use trial extension, will i use updates subscription api and provide a timestamp in the trial_end...is this sufficient?

pseudo relic
#

Yes it is

#

You can easily test it in test mode

blissful cliff
#

i use the subscription plan - billing plan..will i need to take care of intents?

pseudo relic
#

Sorry not really follow that, but it depends

blissful cliff
#

i will buy the billing plan that has recurring payments and subscriptions, i guess that will solve my recurring billing

pseudo relic
#

It's not for buying, we take fee on each transaction. For example when you charge your customer $100, we take 0.5% which is 50 cents

blissful cliff
#

yes, that solves all my subscriptions issues like creating intents and I dont have to do anything

#

?