#ClaudiaC

1 messages · Page 1 of 1 (latest)

hallow jackalBOT
marble kite
#

Hello! How can we help?

west mango
#

I am trying to set up a portal where my customers are running advertisement campaigns. I would like to collect their payment info when they create the campaign, and then only charge their card whenever their advertisement runs. Ideally I would charge them whenever the situation is right for their ad to run.

#

Would this be the right function to do this with?

marble kite
west mango
#

The campaign would run until the customer has paid a certain amount, their ad has run a certain number of times, or for a specific amount of time. Can this easily be included in the 'business logic' phase?

west mango
#

Also, if I would be looking to do this sort of thing, would I need to use Stripe API (as opposed to Stripe Checkout or Elements)?

marble kite
#

Is it an one-time payment or customer will be charged multiple times?

west mango
#

It would be charging multiple times

#

For example, a customer could have a $50 limit on a campaign and be charged in increments of $10, up until the limit is reached.

marble kite
marble kite
#

if I would be looking to do this sort of thing, would I need to use Stripe API (as opposed to Stripe Checkout or Elements)?
Stripe Elements/Checkout is only required for collecting the saved payment method from the customer. For future charges, it'll be done with API

west mango
#

Thank you so much! This has been extremely helpful

marble kite
#

No problem! Happy to help 😄

west mango
#

Also wanted to ask: What is Stripe Connect? How does it relate to the Online Payment options of Checkout, Elements, and APIs?

marble kite
#

Stripe Connect for multiple party payments such as marketplace that the funds can be split between multiple accounts

#

Connect also uses Checkout, Elements and API, but it supports splitting payments between multiple parties

west mango
#

Ah okay. Also, just curious, why does Stripe Elements not include tax support?

marble kite
#

Stripe Elements with Payment Intent charges to the amount directly and doesn't have product information. Without product information, tax can't be supported