#bene_paymentlink-customer

1 messages ¡ Page 1 of 1 (latest)

azure spireBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1285272820544180245

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

elder ferry
#

I set up a zap that creates a payment link for a ceratin product_id that is then sent to a customer for him to complete a new subscription. However, these customers already have stripe profiles which are linked to our software in the backend. thats why the subscription thats being created with the payment link needs to be associated to the customer's stripe ID

covert forge
#

@elder ferry that's not possible sorry

#

bene_paymentlink-customer

elder ferry
#

Is there a work around how we can map the subscription and customer that is newly created through the link with the existing profile?

covert forge
#

no

elder ferry
#

Because the software access is granted for the intial customer

covert forge
#

Then you shouldn't use PaymentLinks

#

In that case you should write code to create the Checkout Session via the API with the right Customer id cus_12345

elder ferry
#

If they already have a stripe trial then they should already have a customer portal. Is there a way i can generate an access link to that portal with a predefined new subscription that they can then simply accept and enter their payment details?

#

like a payment link but because its their customer portal its mapped to the customer already

covert forge
elder ferry
#

can i set the subscription for this deepl link? subscription_update_confirm

#

the thing with deep links is that i would need to start a new session to generate the custom portal session link that can be sent to customers, right?