#albiro-connect

1 messages · Page 1 of 1 (latest)

mild jay
#

👋 happy to help

viral moat
#

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

mild jay
#

when creating a Direct Charge, you need to specify the stripeAccount both on the backend and the front end

viral moat
#

ah!

#

so we initiate the Stripe() object with our publishable key

#

but also add stripeAccount: <clientKey> in there?

mild jay
#
  stripeAccount: "{{CONNECTED_STRIPE_ACCOUNT_ID}}"
});```
viral moat
#

gotcha

#

many thanks for your help @mild jay, I'll go play with that now!

mild jay
#

my pleasure, let me know if you need any more help

viral moat
#

It's all fixed now, many thanks once again!