#tyson
1 messages · Page 1 of 1 (latest)
Hi! Let me help you with this.
Payment links are designed to be used with multiple customers. You can think of it as a reusable Checkout Session.
How are you creating Links?
Using api for my connect accounts
Why can't you use a Stripe Checkout instead?
There's no way to pass customer ID to the Payment Link.
what about the if required value
Please edit the the message to remove the secret key sk_test_xxx
This is a request to create a Customer Portal, and not Payment Links. Is this a different question?
curl https://api.stripe.com/v1/billing_portal/sessions
-u sk_test_xxx:
-d customer=cus_MiNWoXNEodnnNZ
-d return_url="https://example.com/account"
Posting the request without the secret key
This thread has been archived. If you need help with anything else please ask in #dev-help or contact Stripe Support: https://support.stripe.com/contact
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.