#VrzgajucePanty
1 messages ยท Page 1 of 1 (latest)
Is this what you're looking for? https://stripe.com/docs/payment-links/buy-button
If not, you can always just use your own button
No, this is general documentation for buy button. When using buy button I have to specify the buy-button-id .
I'm looking for an API that returns list of buy-buttons-ids or returns buy-button-id associated with the product or payment link
Oh you can only do that from the dashboard
We don't surface an api to create buy buttons or list them
is there some specific reason you do not support this or may I expect this feature to be added any time soon?
I'm not sure. I can put in a feature request for you though. No guarantees on when/if it'll be implemented
okay, please do so ๐
What's your account id so I can add it to the feature request? Should start with acct_
acct_******* (removed)
Ok thanks
Thank you too ... may I have one more question?
I added customer portal link to my website (i.e. https://billing.stripe.com/p/login/test_4gw6oJchs69w47e7ss?prefilled_email=jenny%40example.com) with email being prefilled.
Is there a way to create link to customer portal where user would be automaticaly authenticated without being required to enter email and click on link from email?
Yeah if you create a session on the backend: https://stripe.com/docs/api/customer_portal/sessions/create
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
The resulting url would be a direct link without needing auth
thanks ! ๐
No problem