#Laxislad-help
1 messages · Page 1 of 1 (latest)
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Hi there! Ask your question in this thread and I'll help if I can!
why Am I getting this error?
I need to charge from "cus_LSPjfmtGnCoiUG" and transfer funds to "acct_1KiMuHRJ0G43GmTl" account
Looking!
So the issue is that you are mixing PaymentMethods (pm_xxxx) with Charges... which doesn't play as well.
You should use PaymentIntents here
With a PaymentIntent you don't specify a default for one-off charges though, and you pass the PaymentMethod ID along with the Customer ID each time you want to charge the card.
how can I do that without customer interaction?
Have you seen our guide here: https://stripe.com/docs/payments/save-and-reuse?platform=web?
I followed this https://stripe.com/docs/saving-cards
Gotcha! That is our legacy integration and you should instead follow the guide I referenced above.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
this was last week.
and this. whare did this charge went? https://dashboard.stripe.com/test/logs/req_sL11mqUdbDQzjA
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Funds only transfer to your Connected Account if you set transfer_data.destination on the PaymentIntent or if you make a separate transfer later on.
Just setting on_behalf_of won't cause a transfer to occur.
Recommend giving a read through https://stripe.com/docs/connect/destination-charges if you haven't yet
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
thanks man.
API is too overwhelming
There is a lot you can do with it 🙂
If you are trying to build a production integration then I'd really recommend hiring a developer or exploring our no-code options (check out Payment Links).
I'm a developer but this is my first time using stripe
Oh I see. In that case I'd take some time to read through our docs a bit for exactly the integration you want. We also have a nice video catalogue on our Stripe Developers channel that might be helpful to peruse: https://www.youtube.com/c/StripeDevelopers