#websitetrouble-customer-id-passing
1 messages · Page 1 of 1 (latest)
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?
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:
onscreenhelp.com if you click purchase session credit
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:
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
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.
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
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
Oh, you can't. There is no API for Payment Links currently.
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.