#mguerrier
1 messages · Page 1 of 1 (latest)
Hi there 👋 I'm not familiar with Bubble specifically, or the Stripe integrations available within it, but that error is typically encountered when you're trying to interact with an object that belongs to an account other than the one making the request.
What type of charge flow are you using for Connect? (Direct Charges, Destination Charges, or Separate Charges and Transfers)
Gotcha, you'll need to be sure to include the stripe_account header then to make the request as the Connected Account, since with Direct Charges the payment objects reside directly on the Connected Account.
I'm not exactly sure how to do that in Bubble, but it's the concept described here:
https://stripe.com/docs/api/connected-accounts
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
in bubble the API created only requests the charge ID, there is no possibility of adding the stripe_account
i'll try with the API connector maybe I can parameter here the stipe_account
Gotcha, unfortunately I'm not too familiar with those third-party abstractions, so I'm not too sure if this can be accomplished in that framework (though I'm pretty sure I've heard of others doing so) and how to set that up if so. If you run into problems, I would recommend trying to reach out to the support contacts for those integrations in Bubble you're trying to leverage. If you have questions about how the Stripe API works though, we'll be more than happy to help with those questions.
ok, just one then cuz I tried adding the account but I have the following message
:
"message": "Received unknown parameter: stripe_account"
what is the name of the parameter for the account, I entered stripe_account
That might help even if you are not familiar I thinkg you can understand the way it is set up
It'd likely go in the headers section rather than parameters