#yohann - Transfers
1 messages ยท Page 1 of 1 (latest)
Thank you very much
express
Does the destination account have transfers enabled?
Here is our page on that capability https://stripe.com/docs/connect/account-capabilities#transfers
Interesting
Can you send me that account ID?
acct_1K56p7QdgQB4w5K4
Can be work better with a Standard account or it can work only with express or custom ?
It can technically work with Standard accounts but there are a lot of extra problems with that flow
The account type should not be the issue here. Thank you for the ID, I am looking in to it
And do you have the request ID (req_123) from when you got that error? https://stripe.com/docs/api/request_ids
i don't know i work on bubble (nocode app)
i only have this error when i look in the inspector
Do you see it in you dashboard? https://dashboard.stripe.com/logs
no i make my test today and the last one is the 10 december
I have something i don't understand, here i have my pm and the customer id good
But after the Client secret is not create, the Paymentintent ID too and i have this error i send before in the discord when i check the step curently create this two data
{"error":{"code":"insufficient_capabilities_for_transfer","message":"Your destination account needs to have at least one of the following capabilities enabled: transfers, legacy_payments","type":"invalid_request_error"}}
Can you try making another destination charge now and send me the request ID? I am not seeing why this should fail now for that account
for an other account ?
It looks like this error is on the Payment Intent creation, the Payment Intent is the object that has the client secret so that is why it is not created there
I found a request. This is in test mode, for future reference, you can see those requests here: https://dashboard.stripe.com/test/logs
The destination account from your tests today, acct_1K56u6QWhNAN58Bm, does not have the transfers capability enabled https://dashboard.stripe.com/test/logs/req_FS0bIoZF1Glyo8
If you get that account enabled for transfers, this call will start working. You can also use the other account you mentioned, acct_1K56p7QdgQB4w5K4 if that is appropriate
i have this error now :/
{"error":{"code":"parameters_exclusive","doc_url":"https://stripe.com/docs/error-codes/parameters-exclusive","message":"You may not provide the application_fee_amount parameter and the transfer_data[amount] parameter simultaneously. They are mutually exclusive.","param":"application_fee_amount","type":"invalid_request_error"}
๐ I'm just hopping in since @proven trellis has to head out soon - is there a reason you're setting both application_fee_amount and transfer_data[amount] in the same request?
hello, it's because i use bubble (no code app) for my app and in my case it's something like that
but maybe i make a mistake
You shouldn't be using both since they're both doing the same thing (collecting fees from a charge) - you should pick one to use and remove the other one