#Monte M
1 messages ยท Page 1 of 1 (latest)
Hello! Can you give me the request ID showing that error? Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
There should still be an underlying API request for it, the one the Dashboard made.
I looked in the logs in my account as well as the connected account and there is nothing showing
Can you provide more details? What specific steps did you take to reach that error?
can I send a loom?
You can send a link, sure. Just make sure it doesn't have any sensitive information.
This is a public server. ๐
Gotcha
I think you might be hitting that error because the connected account is still in restricted status, but let me dive in a bit further...
Do you have the same issue if you try to do this via the API?
I did the whole onboarding process through zapier using the api but I'm not using a server so I dont think this is possible through zapier (at least that is what the pther support guy was telling me)
Are you a developer?
If you get the connected account onboarded and set up to accept payments does it work after that?
I'll see
Should i do this in live mode?
Since I have to enter real info anyways for a standard account?
?
๐ Taking over this thread, catching up now
You can do this in test mode with dummy data with real format
Only the phone number has to be real for 2 factor authentication
This application does not have the required permissions for this endpoint on account 'acct_1NIhZlAsmxa6Q4tQ'.
I got the same mesage
message
Can you share the request ID (req_xxx) of the error?
If you try creating through API, does it work?
I did the whole onboarding process through zapier using the api but I'm not using a server so I dont think this is possible through zapier (at least that is what the other support guy was telling me)
I mean creating the Payment Link through API (not Stripe Dashboard), not the onboarding process
Can I do that through Zapier? also I was attempting to create the tiered pricing imbed links
You can use platform (Zapier) secret key with Stripe-Account header as connected account ID to create a Payment Link:
- Create a payment link: https://stripe.com/docs/api/payment_links/payment_links/create
- Attach a
Stripe-Accountheader to the payment link creation request: https://stripe.com/docs/api/connected_accounts
I'm trying to identify whether this is a Stripe Dashboard issue only or whether it also happens on API
I'll try this tomorrow bruv, what are courses of action if it works and if it doesnt work?
If it works, then the issue is only limited to Dashboard. I'd recommend reaching to Stripe Support https://support.stripe.com/contact to check what has gone wrong with the Dashboard as this channel is for technical integration.
If it doesn't work, then we'd need the request ID of Payment Link creation via API to get more information