#TheDuke_NJS-connect-payment
1 messages · Page 1 of 1 (latest)
Hey! Can you elaborate on what exactly you mean by 'make the payment with stripe connect' and 'grouped'?
In fact I used stripe connect to create accounts and now I would like to be able to make transfers to these accounts.
@dense hazel
Ok, what kind of connected accounts are you using? What kind of Connect payments?
What's your business model?
stripe connect payments
it is a ecommerce application for selling products
Stripe connect account
Are you using express, standard accounts? Direct or destination charges?
I'm using destination charges, because in my code i have use library like this : stripe.Charge.create to create a charge before that i create a account by using stripe.Customer.create like this also