#manasa_96951

1 messages · Page 1 of 1 (latest)

craggy pondBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

safe geyser
#

What type of integration (Payment Intent, Checkout Session, Invoicing... etc) do you use?

tight birch
#

I have used a card element which created a token. So I am using card tokenization and trying to charge it. stripe.charges.create({
amount: amt,
currency: 'usd',
source: token,

      }).then((res) => {
        console.log('credit charging----',res);
      })
safe geyser
#

Token and Charges are legacy API and no longer recommend.

To use custom flow using Elements with tax, I'd recommend checking the guides here:

Securely accept payments online.

Learn how to use Stripe Tax APIs to calculate sales tax, GST, and VAT with Stripe’s payments APIs, non-Stripe payment processors, or multiple payment processors.

tight birch
#

how can I collect card details and collect amount from it later

#

or charge it later

safe geyser
#

Do you mean you would like to charge to the saved payment method?

tight birch
#

yes

#

Also I want to create payoutsusing connect to different bank accounts. Can you also advise on this ?

safe geyser
#

Also I want to create payoutsusing connect to different bank accounts. Can you also advise on this ?
Which connected account type do you use? Standard, Express or Custom?

tight birch
#

what is the difference between 3?

craggy pondBOT
safe geyser
tight birch
#

I will be using express accounts

past stag
#

Hi @tight birch I'm taking over, let me know if you have any follow-up questions

tight birch
#

CAn you provide steps to set up payouts using connect?

past stag
tight birch
#

what is the difference between account creation and account links?

past stag
tight birch
#

how to transfer this payout to external bank account?

past stag
#

Are you using automatic payout or manual payout?

tight birch
#

automatic