#albiro-connect
1 messages · Page 1 of 1 (latest)
Hi @mild jay many thanks. We have up until now been (without realising) using a destination charge to make this work, so that the original payment intent creation looks like this
as explained in this doc https://stripe.com/docs/connect/direct-charges
when creating a Direct Charge, you need to specify the stripeAccount both on the backend and the front end
ah!
so we initiate the Stripe() object with our publishable key
but also add stripeAccount: <clientKey> in there?
stripeAccount: "{{CONNECTED_STRIPE_ACCOUNT_ID}}"
});```
my pleasure, let me know if you need any more help
It's all fixed now, many thanks once again!