#hasan

1 messages · Page 1 of 1 (latest)

dapper prawnBOT
primal river
#
  1. 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...

  2. 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 with setupmode:
    https://stripe.com/docs/payments/save-and-reuse?platform=checkout

  3. Is 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_123

  4. Is 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-management

  5. Is there a page to manage billing info?
    Same above

turbid shuttle
#

Thank you! much appreciated