#hasan
1 messages · Page 1 of 1 (latest)
Can a user add a promocode without completing a payment?
Why they set a promo code then ? they can set the promotion code and display the result without paying...Can a user add card without completing a payment?
You mean collect and save the customer's card without charging it ? if so you can use Checkout withsetupmode:
https://stripe.com/docs/payments/save-and-reuse?platform=checkoutIs there a page to retrieve cards entered by users?
in dashboard customer view you can find all customer's paymentmethods:
https://dashboard.stripe.com/customers/cus_123Is there a page to manage subscriptions?
as an Stripe account owner
https://dashboard.stripe.com/subscritpions/sub_123
and as a customer there is the customer portal
<https://stripe.com/docs/customer-managementIs there a page to manage billing info?
Same above
Thank you! much appreciated