#sandeepdil

1 messages ยท Page 1 of 1 (latest)

viscid meadowBOT
torn spoke
#

What is a 'generated bill amount'?

woeful wing
#

we are integrating stripe with our platform... in our platform, on 1st of every month a postpaid bill getting generated as per the system used by our users...

we want to create an auto payment system where our user can add bank account or card and we can charge billing amount on automation.

#

eg :
user 1 : bill amount $100
user 2 : bill amount $200

so the amount should auto debit from added bank / card by the respective users .

#

please assist me which apis should i used to make this flow

torn spoke
#

The best way to do this could be to have Customer objects on your platform account that represent each connected account. Then you're able to generate ad-hoc invoices for them monthly (or as needed), and they can pay them via whichever means configured.

woeful wing
#

after that which api should be used to add chargeable card/bank ?

torn spoke
viscid meadowBOT
woeful wing
#

ok to how we will debit payment from saved bank/card of our customer

#

do we need to ask customer to create any mandate or we have any direct charge api ?

rich parrot
#

๐Ÿ‘‹ taking over for my colleague. Let me catch up.

rich parrot
woeful wing
#

on our website

rich parrot
#

I meant your Stripe Account was created in which country

woeful wing
#

US

rich parrot
woeful wing
#

ok so means , flow will be like

step 1 : create customer

step 2 : add/save customer bank/card

step 3 : create paymentIntents

step 4 : paymentIntents.confirm

#

right ?

rich parrot
#

yes

viscid meadowBOT