#_th4n

1 messages · Page 1 of 1 (latest)

bright ibexBOT
#

Hello _th4n, we'll be with you shortly! 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.
_th4n, 0 days ago, 3 messages
_th4n, 1 days ago, 4 messages

dull cloak
#

Hi 👋 this may be tricky to model in Stripe, as the status of our Subscriptions are driven by the Subscription's payments. If a customer has paid for a Subscription, then it will be active.

It sounds like the approach you would need is:

  1. Collect payment method details from your Customer, and prepare them for future usage
  2. Confirm with your admin whether it's okay to create the Subscription
  3. If approved, create the Subscription and process payment for it.
slender cipher
#

how can I collect the payment and save on my server? I'm having problems with that