#Gautam-Connect
1 messages · Page 1 of 1 (latest)
This connect will also display the platform itself account ?
No, you won't find the platform account ID in the connect account's dashboard.
we want to initiate the subscription and 100% payment want to transfer on our platform ..where it is not clear for me what should be the value of destinationStripeId ..from where I will able to see that values
transfer_data.destination
REQUIRED
ID of an existing, connected Stripe account.
where I will get this
Hi! I'm taking over this thread.
Are you using Stripe Connect, or do you have a single Stripe account?
If I understand correctly, you have your platform account and at least one connected account, and you are trying to create a subscription using destination charges https://stripe.com/docs/connect/subscriptions
If so, the destination is the account ID of the Connected account (acct_xxx). You can find it in multiple places:
- On your platform account dashboard, by clicking on "connect" in the navigation and finding the correct account
- On the connected account dashboard, by clicking on your profile in the top right, and it's displayed at the top of the page
getting this The 'transfer_data[destination]' param cannot be set to your own account.
Can you send me the request ID (req_xxx)?
req_4XRZHPVrG7JfAH
This error is expected. You are currently using the Platform account ID in the destination, but it needs to be the Connected account ID (as explained in my previous message).
On your platform account dashboard:
- Click on "connect" in the top navigation
- Then click on one of the connected account in the list
- In the top right of the page you should see
acct_xxx<- that's the ID to add in thedestinationfield
after changing that getting this The 'transfer_data[destination]' param cannot be set to your own account.
can you send me the new request ID?
req_sniBpTFd5ZVccO
The two requests ID you shared use the same destination (the one of your platform account).
No worries! I'm glad you managed to fix the issue 🙂