#Gautam-Connect

1 messages · Page 1 of 1 (latest)

final glacier
#

Hi there, you can get your connected account ID from Dashboard -> Connect.

slender nest
#

This connect will also display the platform itself account ?

final glacier
#

No, you won't find the platform account ID in the connect account's dashboard.

slender nest
#

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

turbid birch
#

Hi! I'm taking over this thread.

#

Are you using Stripe Connect, or do you have a single Stripe account?

slender nest
#

connect

#

we are using stripe connect

turbid birch
#

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
slender nest
#

I think .. i got this

#

Thanks a lot

slender nest
#

getting this The 'transfer_data[destination]' param cannot be set to your own account.

turbid birch
#

Can you send me the request ID (req_xxx)?

slender nest
#

req_4XRZHPVrG7JfAH

turbid birch
#

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 the destination field
slender nest
#

after changing that getting this The 'transfer_data[destination]' param cannot be set to your own account.

turbid birch
#

can you send me the new request ID?

slender nest
#

req_sniBpTFd5ZVccO

turbid birch
#

The two requests ID you shared use the same destination (the one of your platform account).

slender nest
#

my bad .. I changed it in code .it was not updated .. it worked

#

Thanks a lot

turbid birch
#

No worries! I'm glad you managed to fix the issue 🙂