#manasa_96951
1 messages · Page 1 of 1 (latest)
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.
- manasa_96951, 5 days ago, 14 messages
What type of integration (Payment Intent, Checkout Session, Invoicing... etc) do you use?
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);
})
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:
- Payment Element integrations: https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements
- Stripe Tax with Payment Intent: https://stripe.com/docs/tax/custom
Do you mean you would like to charge to the saved payment method?
yes
Also I want to create payoutsusing connect to different bank accounts. Can you also advise on this ?
You can refer to the guide here about charging to the saved payment method: https://stripe.com/docs/payments/save-during-payment?platform=web#charge-saved-payment-method
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?
what is the difference between 3?
I'd recommend checking the guide here about the connected account type comparision: https://stripe.com/docs/connect/accounts
I will be using express accounts
Hi @tight birch I'm taking over, let me know if you have any follow-up questions
CAn you provide steps to set up payouts using connect?
Sure, I believe this is what you are looking for https://stripe.com/docs/connect/add-and-pay-out-guide
what is the difference between account creation and account links?
https://stripe.com/docs/api/accounts you can find the explanation in api reference doc
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
how to transfer this payout to external bank account?
Are you using automatic payout or manual payout?
automatic