#websitetrouble-customer-id-passing

1 messages · Page 1 of 1 (latest)

peak tapir
#

Hey there what kind of links do you mean? You can include a customer with a payment intent or checkout session, for example

#

can you say more about what you're doing here?

vital willow
#

Hi there

#

Thanks for taking a moment to chat.

#

So I can create a customer under my account through the code, which appears to work - but I then need to find a way to create a "payment" link where I can take a percentage fee.

#

I've got a payment link I created in the dashboard of stripe for a user to test it - but can't figure it out programmtically

#

you can see here:

peak tapir
#

If you're using Stripe's "payment links" then those are not customer specific, there is no parameter passed when the link is used

#

I would suggest you contact support for help with setting up your payment links as you need them:

#
vital willow
#

I apologize, there is a payment link for a user when i view their profile that allows me to set a destination fee I think its called; I've tested it and that's what is on there now on the website - but its only for one user I set.

#

Even better; what would you charge me to screenshare and walk through this with me?

#

That's why I'm building my website lol.

peak tapir
#

Unfortunately I can't do a screenshare, but if you've set up the destination charge sharing with a connected account, then what is happening that you dont expect? Can you provide precise examples of what you expect and what is actually happening?

#

For general help with setting this up, support really is going to be the better place to get help

vital willow
#

In stripe, I have a user account i added under my strip connect account. I can view that user account in the dashboard and there is an option to create a payment link and set parameters aka the destination fee so I can like 5% for example of the price paid. That works - but I had to manually create that link inside of the stripe dashboard.

#

I am trying to do the same thing but programatically

peak tapir
#

Oh, you can't. There is no API for Payment Links currently.

vital willow
#

How does any other platform do this

#

They do it in the connect example

peak tapir
#

They don't

#

It's not available

vital willow
#

There are destination fees - I have it working now - they can click a button, pay the payment, it gives my a percentage and the profile gets paid.