#Panos.S
1 messages · Page 1 of 1 (latest)
Hi there!
Can you share the request ID (req_xxx)? You can find it here https://dashboard.stripe.com/test/logs
req_OBPZMC4IEJwOsu
What are you trying to do exactly? Ttransfer money between your platform account to your connected account?
Yes
Then your API call is wrong. You are using the Stripe-Account header here, but you shouldn't.
Simply call this endpoint: https://stripe.com/docs/api/transfers/create and it should work
I am using the Salesforce Stripe Connector https://stripe.com/docs/connectors/stripe-connector-for-salesforce/overview
Which automatically adds the Stripe Account Header to all the requests
Well the erro rmessage is pretty clear: Cannot create transfers on behalf of a Standard connected account..
If you want a standard account to make a transfer to a connected account, you can't use the Stripe-Account header.
So I should skip the connectors classes (which require the stripe-account header) and create the api agnostic invocable?
We are not familiar with the Salesforce connector here. But it's account acct_1Kjp69B7Or26ziJw that needs to make the API call directly with their own API key for the Transfer to work.
Thank you
Happy to help 🙂